Merge pull request #2286 from BryceLTaylor/update-chromedriver

Update chromedriver so tests pass more reliably
This commit is contained in:
Bryce Taylor 2018-11-07 11:51:24 -05:00 committed by GitHub
commit 5e44248889
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"dependencies": {
"selenium-webdriver": "3.6.0",
"chromedriver": "2.37.0"
"chromedriver": "2.43.1"
}
}

View file

@ -61,7 +61,7 @@ class SeleniumHelper {
let driverConfig = {
browserName: 'chrome',
platform: 'macOS 10.13',
version: '67.0'
version: '70.0'
};
var driver = new webdriver.Builder()
.withCapabilities({