-
Notifications
You must be signed in to change notification settings - Fork 10.4k
[main] Update Selenium versions #40488
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
We'll need to get the Selenium.WebDriver.ChromeDriver updated in the dotnet feeds (via First responders channel). |
The Selenium update has broken E2E tests. A Selenium or E2E test expert will need to take a look to figure out what is going on. Partial logs:
|
@JamesNK is it possible to lineup the two chrome driver versions (currently one is 98 the other 99). That may be why we're seeing the failure. |
Your change fixed it. Can this be merged and backported now? |
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.
Thanks!
/backport to release/6.0 |
Started backporting to release/6.0: https://github.com/dotnet/aspnetcore/actions/runs/1925057832 |
Yes, trying release/6.0 first |
@dougbu backporting to release/6.0 failed, the patch most likely resulted in conflicts: $ git am --3way --ignore-whitespace --keep-non-patch changes.patch
Applying: [main] Update Selenium versions
Using index info to reconstruct a base tree...
M eng/Versions.props
M src/Components/test/E2ETest/package.json
Falling back to patching base and 3-way merge...
Auto-merging src/Components/test/E2ETest/package.json
CONFLICT (content): Merge conflict in src/Components/test/E2ETest/package.json
Auto-merging eng/Versions.props
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
Patch failed at 0001 [main] Update Selenium versions
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".
Error: The process '/usr/bin/git' failed with exit code 128 Please backport manually! |
@TanayParikh or @JamesNK could one of you please |
Sure, I'll do it |
* [main] Update Selenium versions * Update src/Components/test/E2ETest/package.json Co-authored-by: Tanay Parikh <[email protected]>
@dougbu I'm not sure about backporting to 3.1. That branch uses version 2.43 of Selenium driver package from 2018. Should it be updated? |
I'm don't really know. I tried to trace our history back to the 2.43 versions. Got as far as 932c553 and saw @TanayParikh had to react to breaking changes back then. Stopped looking because I suspect we needed to make larger changes between 2.43 and 4.0.0-beta2 (the "before" version in 932c553). Suggest we worry about this if and when something starts breaking when building release/3.1. We've seen problems with older versions in 2.1, 5.0, 6.0, and main but may have something that's future-proof for 3.1. |
* [main] Update Selenium versions * Update src/Components/test/E2ETest/package.json Co-authored-by: Tanay Parikh <[email protected]> Co-authored-by: Tanay Parikh <[email protected]>
Start of the month Selenium update