-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Workaround mink selenium2 driver regressions #32144
Workaround mink selenium2 driver regressions #32144
Conversation
Backport |
424bf9b
to
ba9200c
Compare
Codecov Report
@@ Coverage Diff @@
## master #32144 +/- ##
=========================================
Coverage 63.89% 63.89%
Complexity 18546 18546
=========================================
Files 1170 1170
Lines 69728 69728
Branches 1267 1267
=========================================
Hits 44555 44555
Misses 24804 24804
Partials 369 369
Continue to review full report at Codecov.
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Description
StaleElementReference
that is now thrown (unfortunately/wrongly) byfillField
setValue
because the existing code inMinkSelenium2Driver
does not work in auto-complete fields.Related Issue
Motivation and Context
Fix webUI tests that are broken by a regression in the
MinkSelenium2Driver
How Has This Been Tested?
Types of changes
Checklist:
Open tasks: