Update chrome version for remote tests and chromedriver

This commit is contained in:
BryceLTaylor 2019-08-05 13:34:30 -04:00
parent 88f07d6562
commit 8c385e3e4d
3 changed files with 4 additions and 4 deletions

View file

@ -66,7 +66,7 @@
"babel-preset-react": "6.22.0", "babel-preset-react": "6.22.0",
"bowser": "1.9.4", "bowser": "1.9.4",
"cheerio": "1.0.0-rc.2", "cheerio": "1.0.0-rc.2",
"chromedriver": "75.1.0", "chromedriver": "76.0.0",
"classnames": "2.2.5", "classnames": "2.2.5",
"cookie": "0.2.2", "cookie": "0.2.2",
"copy-webpack-plugin": "0.2.0", "copy-webpack-plugin": "0.2.0",

View file

@ -68,7 +68,7 @@ class SeleniumHelper {
let driverConfig = { let driverConfig = {
browserName: 'chrome', browserName: 'chrome',
platform: 'macOS 10.14', platform: 'macOS 10.14',
version: '75.0' version: '76.0'
}; };
var driver = new webdriver.Builder() var driver = new webdriver.Builder()
.withCapabilities({ .withCapabilities({

View file

@ -67,8 +67,8 @@ class SeleniumHelper {
// https://wiki.saucelabs.com/display/DOCS/Platform+Configurator // https://wiki.saucelabs.com/display/DOCS/Platform+Configurator
let driverConfig = { let driverConfig = {
browserName: 'chrome', browserName: 'chrome',
platform: 'macOS 10.13', platform: 'macOS 10.14',
version: '70.0' version: '76.0'
}; };
var driver = new webdriver.Builder() var driver = new webdriver.Builder()
.withCapabilities({ .withCapabilities({