Skip to content

Update ChromeDriver version #36107

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

Merged
merged 5 commits into from
Sep 3, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -248,9 +248,9 @@
<PlaywrightSharpVersion>0.192.0</PlaywrightSharpVersion>
<PollyExtensionsHttpVersion>3.0.0</PollyExtensionsHttpVersion>
<PollyVersion>7.2.2</PollyVersion>
<SeleniumSupportVersion>4.0.0-beta4</SeleniumSupportVersion>
<SeleniumWebDriverChromeDriverVersion>91.0.4472.1900</SeleniumWebDriverChromeDriverVersion>
<SeleniumWebDriverVersion>4.0.0-beta4</SeleniumWebDriverVersion>
<SeleniumSupportVersion>4.0.0-rc1</SeleniumSupportVersion>
<SeleniumWebDriverChromeDriverVersion>93.0.4577.1500</SeleniumWebDriverChromeDriverVersion>
<SeleniumWebDriverVersion>4.0.0-rc1</SeleniumWebDriverVersion>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This duplicates a bit of what @javiercn is doing in #35564 but the rest supplements #36088 nicely. No conflicts to worry about 😀

<SerilogExtensionsLoggingVersion>1.4.0</SerilogExtensionsLoggingVersion>
<SerilogSinksFileVersion>4.0.0</SerilogSinksFileVersion>
<StackExchangeRedisVersion>2.2.4</StackExchangeRedisVersion>
Expand Down
2 changes: 1 addition & 1 deletion src/Components/test/E2ETest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"license": "MIT",
"dependencies": {
"sauce-connect-launcher": "^1.3.1",
"selenium-standalone": "^6.17.0"
"selenium-standalone": "^6.24.0"
},
"devDependencies": {
"@types/node": "^13.1.7",
Expand Down
714 changes: 285 additions & 429 deletions src/Components/test/E2ETest/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/ProjectTemplates/BlazorTemplates.Tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"author": "",
"license": "MIT",
"dependencies": {
"selenium-standalone": "^6.17.0"
"selenium-standalone": "^6.24.0"
}
}
731 changes: 289 additions & 442 deletions src/ProjectTemplates/BlazorTemplates.Tests/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/ProjectTemplates/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"author": "",
"license": "MIT",
"dependencies": {
"selenium-standalone": "^6.17.0"
"selenium-standalone": "^6.24.0"
}
}
Loading