mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-14 15:09:59 -04:00
Merge pull request #2286 from BryceLTaylor/update-chromedriver
Update chromedriver so tests pass more reliably
This commit is contained in:
commit
5e44248889
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"dependencies": {
|
||||
"selenium-webdriver": "3.6.0",
|
||||
"chromedriver": "2.37.0"
|
||||
"chromedriver": "2.43.1"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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({
|
||||
|
|
Loading…
Reference in a new issue