From 59875890f30187e09e29a6cc82026fcbc0b190e8 Mon Sep 17 00:00:00 2001 From: Tanay Parikh Date: Thu, 4 Mar 2021 16:10:41 -0800 Subject: [PATCH] Update selenium version (#30576) (#30621) * Update selenium version * Update more versions * Update Versions.props * Update selenium-config.json * Update Versions.props Co-authored-by: John Luo --- eng/Dependencies.props | 1 - eng/Versions.props | 7 +++---- src/Shared/E2ETesting/selenium-config.json | 2 +- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/eng/Dependencies.props b/eng/Dependencies.props index 36a24451f0..bfc8c66145 100644 --- a/eng/Dependencies.props +++ b/eng/Dependencies.props @@ -176,7 +176,6 @@ and are generated based on the last package release. - diff --git a/eng/Versions.props b/eng/Versions.props index 34eeb421c5..3ce8b9c1b5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -265,10 +265,9 @@ 1.0.2 12.0.2 13.0.4 - 4.0.0-alpha07 - 17.17134.0 - 87.0.4280.2000-beta - 4.0.0-alpha07 + 4.0.0-beta1 + 89.0.4389.2300-beta + 4.0.0-beta1 1.4.0 4.0.0 2.0.593 diff --git a/src/Shared/E2ETesting/selenium-config.json b/src/Shared/E2ETesting/selenium-config.json index 40968eff67..20bdb52de4 100644 --- a/src/Shared/E2ETesting/selenium-config.json +++ b/src/Shared/E2ETesting/selenium-config.json @@ -1,7 +1,7 @@ { "drivers": { "chrome": { - "version" : "87.0.4280.20" + "version" : "89.0.4389.23" } }, "ignoreExtraDrivers": true