-
Notifications
You must be signed in to change notification settings - Fork 5k
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
[FLASK] Snaps e2e test stability improvements #18090
Conversation
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
Builds ready [53d328b]
Page Load Metrics (1670 ± 56 ms)
Bundle size diffs
|
Codecov Report
@@ Coverage Diff @@
## develop #18090 +/- ##
===========================================
+ Coverage 63.86% 63.92% +0.06%
===========================================
Files 908 908
Lines 35390 35397 +7
Branches 8966 8974 +8
===========================================
+ Hits 22599 22625 +26
+ Misses 12791 12772 -19
... and 3 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Resolves issue #17643 |
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.
left a few comments, most of them apply to all files
Builds ready [b0d600d]
Page Load Metrics (1693 ± 93 ms)
Bundle size diffs
|
Builds ready [2eb81e3]
Page Load Metrics (1659 ± 65 ms)
Bundle size diffs
|
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
Using waitForElement instead of arbitrary delays in many locations
Using pasteIntoField instead of fill in a few locations
other delay changes as needed