From ed38a45efd07a87e25aa69fcd35c05e93e829cb1 Mon Sep 17 00:00:00 2001 From: Abby Date: Wed, 26 Aug 2020 08:10:09 -0700 Subject: [PATCH] Update chrome driver version --- 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 daf1a964d..13a0583f6 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: '83.0.4103.39', + version: '85.0.4183.83', arch: process.arch, baseURL: 'https://chromedriver.storage.googleapis.com' },