-
Notifications
You must be signed in to change notification settings - Fork 297
test(WPB-22129): fix login test util #19847
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
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## dev #19847 +/- ##
=======================================
Coverage 43.74% 43.75%
=======================================
Files 1300 1300
Lines 32764 32764
Branches 7272 7272
=======================================
+ Hits 14334 14335 +1
Misses 16707 16707
+ Partials 1723 1722 -1 🚀 New features to boost your workflow:
|
|
🔗 Download Full Report Artifact 🧪 Playwright Test Summary
specs/2FA-for-TeamsSpecs/2fa-for-teams.spec.ts (❌ 1 failed,
|
a1ecdae to
d0b3c80
Compare
Waiting for the navigation to the app on login caused issues in cases where the history info was shown in between, causing the test to timeout without interaction.
d0b3c80 to
86ae5a3
Compare
|
zskhan
left a comment
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 🚀



Pull Request
Summary
Waiting for the navigation to the app on login caused issues in cases where the history info was shown in between, causing the test to timeout without interaction. So the stand alone util will no longer wait for it, only the page plugin will ensure the login finished, optionally also confirming the history info.
Security Checklist (required)
Standards Acknowledgement (required)
Notes for reviewers