-
-
Notifications
You must be signed in to change notification settings - Fork 8.5k
[py] fix driver_element_finding_tests.py #15863
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
Fixes CI issue from the latest commit
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
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, I already reverted the other PR... I'll merge it again then this on top of it. thanks!
ok, should be all fixed now |
User description
Fixes CI issue from the latest commit
🔗 Related Issues
💥 What does this PR do?
🔧 Implementation Notes
💡 Additional Considerations
🔄 Types of changes
PR Type
Bug fix
Description
Fixes regex in test for NoSuchElementException
Ensures test matches correct exception documentation link
Changes walkthrough 📝
driver_element_finding_tests.py
Update NoSuchElementException regex in test
py/test/selenium/webdriver/common/driver_element_finding_tests.py