Merge pull request #4460 from samelhusseini/fix_travis

Upgrade chromedriver version to satisfy travis
This commit is contained in:
Rachel Fenichel
2020-11-17 14:22:37 -08:00
committed by GitHub

View File

@@ -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'
},