Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Bunting <6431421+dougbu@users.noreply.github.com>2022-11-11 21:38:08 +0300
committerDoug Bunting <6431421+dougbu@users.noreply.github.com>2022-11-11 21:38:08 +0300
commit3b4c76fc304cc633079b4219042d00b2610ce31a (patch)
treeba2e3ab0288f752bbb6986143b1411b148a2b527
parentfa6879b69bf87e91d0b7019048d117ad2c661f16 (diff)
!fixup! Fix typo in ChromeDriver Java versionsafia/update-selenium
-rw-r--r--src/Shared/E2ETesting/selenium-config.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Shared/E2ETesting/selenium-config.json b/src/Shared/E2ETesting/selenium-config.json
index c01da964bd..cc61ddbe37 100644
--- a/src/Shared/E2ETesting/selenium-config.json
+++ b/src/Shared/E2ETesting/selenium-config.json
@@ -1,7 +1,7 @@
{
"drivers": {
"chrome": {
- "version" : "107.0.5304.6200"
+ "version" : "107.0.5304.62"
}
},
"ignoreExtraDrivers": true