-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
fix: Flaky E2E tests #22152
fix: Flaky E2E tests #22152
Conversation
Codecov Report
@@ Coverage Diff @@
## master #22152 +/- ##
===========================================
+ Coverage 53.22% 67.03% +13.81%
===========================================
Files 1833 1836 +3
Lines 69935 70294 +359
Branches 7571 7683 +112
===========================================
+ Hits 37221 47121 +9900
+ Misses 30755 21184 -9571
- Partials 1959 1989 +30
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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.
LGTM
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.
LGTM
SUMMARY
This PR attempts to fix some of the most recent flaky E2E tests of high and medium severity.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
N.A.
TESTING INSTRUCTIONS
All E2E tests should pass
ADDITIONAL INFORMATION