-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Fix flaky oscillating resize test #1373
Conversation
@@ -83,7 +79,7 @@ test( | |||
}) | |||
); | |||
|
|||
test( | |||
test.each([1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20])( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Running the test 20 times to ensure it is stable. I will remove it before merging.
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #1373 +/- ##
=======================================
Coverage 93.46% 93.46%
=======================================
Files 623 623
Lines 16764 16764
Branches 5547 5547
=======================================
Hits 15669 15669
Misses 1022 1022
Partials 73 73 ☔ View full report in Codecov by Sentry. |
Description
Fixed tests by using the counter instead of the resize observer entry which caused issues with chromedriver
How has this been tested?
Review checklist
The following items are to be evaluated by the author(s) and the reviewer(s).
Correctness
CONTRIBUTING.md
.CONTRIBUTING.md
.Security
checkSafeUrl
function.Testing
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.