mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 17:45:52 -05:00
Update Chrome version used by sauselabs in tests
This commit is contained in:
parent
29a4cf5f1e
commit
324d5d2ef8
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ class SeleniumHelper {
|
||||||
let driverConfig = {
|
let driverConfig = {
|
||||||
browserName: 'chrome',
|
browserName: 'chrome',
|
||||||
platform: 'macOS 10.14',
|
platform: 'macOS 10.14',
|
||||||
version: '76.0'
|
version: '84.0'
|
||||||
};
|
};
|
||||||
var driver = new webdriver.Builder()
|
var driver = new webdriver.Builder()
|
||||||
.withCapabilities({
|
.withCapabilities({
|
||||||
|
|
Loading…
Reference in a new issue