From 7b033a67c542db0d265a0be1e4b30336487f2365 Mon Sep 17 00:00:00 2001 From: alschmiedt Date: Thu, 3 Jun 2021 16:45:14 -0700 Subject: [PATCH] Update chrome 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 28aaca9194f..b0e2ab7c402 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: '89.0.4389.23', + version: '91.0.4472.19', arch: process.arch, baseURL: 'https://chromedriver.storage.googleapis.com' },