Skip to content

Commit 9c25786

Browse files
captainsafiadougbuBrennanConroyMackinnonBuckTanayParikh
authored
Update selenium dependency versions (#44834)
* Update selenium dependency versions * !fixup! Update a yarn.lock file * !fixup! Fix typo in ChromeDriver Java version * Update SeleniumStandaloneServer.cs * crazy * cool * Update components-e2e-tests.yml * Update selenium standalone version * Regenerate remaining yarn.lock files * Bump to 108 & 4.7 * Revert `selenium-standalone` NPM package bump * Bump benchmarks docker image to Chrome 108 * Bump chrome driver to 108 * Revert selenium standalone upgrade part 2 * Update yarn.lock * Update SeleniumStandaloneServer.cs * Revert "crazy" This reverts commit 1a81a40. * Update EventTest.cs * Revert URL changes * Update blazor.server.js Co-authored-by: Doug Bunting <[email protected]> Co-authored-by: Brennan <[email protected]> Co-authored-by: Mackinnon Buck <[email protected]> Co-authored-by: Tanay Parikh <[email protected]>
1 parent 08451e0 commit 9c25786

File tree

17 files changed

+8471
-8328
lines changed

17 files changed

+8471
-8328
lines changed

.azure/pipelines/components-e2e-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ jobs:
7474
condition: always()
7575

7676
artifacts:
77+
- name: Components_E2E_Logs
78+
path: artifacts/log/
79+
publishOnError: true
80+
includeForks: true
7781
- name: Components_E2E_Test_Logs
7882
path: '$(Build.SourcesDirectory)/artifacts/TestResults/$(BuildConfiguration)'
7983
includeForks: true

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -285,9 +285,9 @@
285285
<MicrosoftPlaywrightVersion>1.17.3</MicrosoftPlaywrightVersion>
286286
<PollyExtensionsHttpVersion>3.0.0</PollyExtensionsHttpVersion>
287287
<PollyVersion>7.2.3</PollyVersion>
288-
<SeleniumSupportVersion>4.3.0</SeleniumSupportVersion>
289-
<SeleniumWebDriverChromeDriverVersion>103.0.5060.13400</SeleniumWebDriverChromeDriverVersion>
290-
<SeleniumWebDriverVersion>4.3.0</SeleniumWebDriverVersion>
288+
<SeleniumSupportVersion>4.7.0</SeleniumSupportVersion>
289+
<SeleniumWebDriverChromeDriverVersion>108.0.5359.7100</SeleniumWebDriverChromeDriverVersion>
290+
<SeleniumWebDriverVersion>4.7.0</SeleniumWebDriverVersion>
291291
<SerilogExtensionsLoggingVersion>1.4.0</SerilogExtensionsLoggingVersion>
292292
<SerilogSinksFileVersion>4.0.0</SerilogSinksFileVersion>
293293
<StackExchangeRedisVersion>2.2.4</StackExchangeRedisVersion>

src/Components/CustomElements/src/js/yarn.lock

Lines changed: 1400 additions & 1402 deletions
Large diffs are not rendered by default.

src/Components/Web.JS/dist/Release/blazor.server.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Components/Web.JS/dist/Release/blazor.webview.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Components/Web.JS/yarn.lock

Lines changed: 1233 additions & 1223 deletions
Large diffs are not rendered by default.

src/Components/WebAssembly/Authentication.Msal/src/Interop/yarn.lock

Lines changed: 1478 additions & 1553 deletions
Large diffs are not rendered by default.

src/Components/WebAssembly/WebAssembly.Authentication/src/Interop/yarn.lock

Lines changed: 1483 additions & 1558 deletions
Large diffs are not rendered by default.

src/Components/benchmarkapps/Wasm.Performance/dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN .dotnet/dotnet publish -c Release --no-restore -o /app ./src/Components/benc
2828
RUN chmod +x /app/Wasm.Performance.Driver
2929

3030
WORKDIR /app
31-
FROM selenium/standalone-chrome:103.0 as final
31+
FROM selenium/standalone-chrome:108.0 as final
3232
COPY --from=build ./app ./
3333
COPY ./exec.sh ./
3434

src/Components/test/E2ETest/yarn.lock

Lines changed: 568 additions & 590 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)