-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[py] Fixed Flaky Bidi Test #14701
[py] Fixed Flaky Bidi Test #14701
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
Thank you, @shbenzer! |
User description
//py:common-edge-bidi-test/selenium/webdriver/common/bidi_tests.py::test_collect_log_mutations was flaky - fixed test by removing line not reliant on bidi functionality, but the html itself.
Description
removed unnecessary line in bidi_tests.py::test_collect_log_mutations
Motivation and Context
A flaky test in CI - it was driving me nuts
Types of changes
Checklist
PR Type
Bug fix
Description
bidi_tests.py
by removing an unnecessary WebDriverWait condition that was not reliant on bidi functionality.test_collect_log_mutations
function to improve test reliability.Changes walkthrough 📝
bidi_tests.py
Remove redundant WebDriverWait condition in test
py/test/selenium/webdriver/common/bidi_tests.py
test_collect_log_mutations
function.