-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Upgrade Selenium Version #35949
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
Upgrade Selenium Version #35949
Conversation
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.
If this works fine, please do the same in at least release/6.0.
Might be needed in our servicing branches too. But, let's wait until we hit problems there.
Verified the Selenium E2E tests are working with the updated driver locally (as they're no longer run via the CI) |
This reverts commit 2a254d0.
Do you meant that a PR that would update these versions doesn't use the updated versions? |
I was referring to the src/Components/test/E2ETests specifically which use this selenium driver but are no longer run on the CI. This is different from the quarantined tests which as you noted are still on the CI. |
Should these quarantined tests use the new selenium version? It shows 91 instead of 93 still: |
I believe those should be on 93 as well, don't see any reason why they would be intentionally a version behind. |
Upgrading to latest stable selenium. The other two Selenium packages are already up to date.