Update Chrome version used by sauselabs in tests

This commit is contained in:
BryceLTaylor 2020-08-21 10:11:14 -04:00
parent 9b910d900e
commit 1aa55ca5a2

View file

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