From 1a0d966b703ddf5aee41b6cdc8f3e3ac87e025b7 Mon Sep 17 00:00:00 2001 From: Monica Kozbial Date: Fri, 10 Apr 2020 10:19:43 -0700 Subject: [PATCH] Updating chrome version in selenium config. (#3805) --- tests/scripts/selenium-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/selenium-config.js b/tests/scripts/selenium-config.js index 3e4880888..84a4168c3 100644 --- a/tests/scripts/selenium-config.js +++ b/tests/scripts/selenium-config.js @@ -9,7 +9,7 @@ module.exports = { chrome: { // check for more recent versions of chrome driver here: // https://chromedriver.storage.googleapis.com/index.html - version: '79.0.3945.36', + version: '81.0.4044.20', arch: process.arch, baseURL: 'https://chromedriver.storage.googleapis.com' },