-
-
Notifications
You must be signed in to change notification settings - Fork 182
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
[bug] Flaky Selenium Test: test_unsaved_changes #902
Comments
This problem is caused by this change in Chromium, which was released in v126:
Ref: https://chromium.googlesource.com/chromium/src/+/5b3168e8f8c4487320c654dd761622b89d548514. |
It seems that we may have to switch using bidirectional sessions with the web driver, but it's not clear to me right now how to do that. A temporary workaround could be to use a chromium web-driver version older than 126. |
Simulate gestures but is not enough. Ref: https://chromium.googlesource.com/chromium/src/+/5b3168e8f8c4487320c654dd761622b89d548514. Use chromium 125 for testing. Added pip dependency caching. I had to set CI to run on ubuntu-22.04, on ubuntu-24.04 the workaround did not work. Related to #902
Simulate gestures but is not enough. Ref: https://chromium.googlesource.com/chromium/src/+/5b3168e8f8c4487320c654dd761622b89d548514. Use chromium 125 for testing. Added pip dependency caching. I had to set CI to run on ubuntu-22.04, on ubuntu-24.04 the workaround did not work. Related to #902
Flaky test:
The text was updated successfully, but these errors were encountered: