From 67a6bfd0cf1b90ff44818c3faf90541672fd3437 Mon Sep 17 00:00:00 2001 From: Sam El-Husseini Date: Tue, 17 Nov 2020 14:15:51 -0800 Subject: [PATCH] Fix travis --- 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 13a0583f6..cf6adc17c 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: '85.0.4183.83', + version: '87.0.4280.20', arch: process.arch, baseURL: 'https://chromedriver.storage.googleapis.com' },