Skip to content
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

Playwright: deflake verification tests #28289

Merged
merged 1 commit into from
Oct 24, 2024
Merged

Conversation

richvdh
Copy link
Member

@richvdh richvdh commented Oct 24, 2024

Wait for the QR code to be rendered, in an attempt to deflake these two

Fixes: #27819
Fixes: #27789

Wait for the QR code to be rendered, in an attempt to deflake these two
@richvdh richvdh requested a review from a team as a code owner October 24, 2024 14:28
@richvdh richvdh added the T-Task Tasks for the team like planning label Oct 24, 2024
Comment on lines +119 to +121
// ... and confirm. We expect the verification to fail; we catch the error on the DOM side
// to stop playwright marking the evaluate as failing in the UI.
const botVerification = botVerifier.evaluate((verifier) => verifier.verify().catch(() => {}));
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is a driveby cleanup, not really related to the deflaking.

@richvdh richvdh enabled auto-merge October 24, 2024 14:34
@richvdh richvdh added this pull request to the merge queue Oct 24, 2024
Merged via the queue into develop with commit 1cf1a0c Oct 24, 2024
43 checks passed
@richvdh richvdh deleted the rav/deflake_verification_tests branch October 24, 2024 15:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-Task Tasks for the team like planning
Projects
None yet
2 participants