-
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
fix: flaky test Create BTC Account cannot create multiple BTC accounts...
#25861
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. |
Quality Gate passedIssues Measures |
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 ! Thanks for the quick fix !
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #25861 +/- ##
========================================
Coverage 69.77% 69.77%
========================================
Files 1398 1398
Lines 49165 49165
Branches 13574 13574
========================================
Hits 34304 34304
Misses 14861 14861 ☔ View full report in Codecov by Sentry. |
Builds ready [963a758]
Page Load Metrics (70 ± 8 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
Description
The Create BTC Account test is flaky as after clicking
Create
for creating a BTC account the popover remains some seconds visible, making that the subsequent click is obscured by it.We fix this by using the
clickElementAndWaitToDisappear
method, which ensures that the popup is closed before proceeding.Related issues
Fixes: #25862
Manual testing steps
Screenshots/Recordings
See artifacts, where the popup is still open
Pre-merge author checklist
Pre-merge reviewer checklist