Update packages chromedriver and wc-e2e-page-objects
I did this to see if e2e tests were failing yet again due to an outdated chromedriver version but unfortunatelly that is not the case this time. Anyway running the latest version of chromedriver and wc-e2e-page-objects is important.
This commit is contained in:
parent
ed634df65a
commit
b46e4a30ae
File diff suppressed because it is too large
Load Diff
|
@ -26,7 +26,7 @@
|
|||
"babel-preset-stage-2": "^6.13.0",
|
||||
"chai": "^3.5.0",
|
||||
"chai-as-promised": "^6.0.0",
|
||||
"chromedriver": "^2.36.0",
|
||||
"chromedriver": "^2.37.0",
|
||||
"config": "^1.24.0",
|
||||
"cross-env": "~5.1.1",
|
||||
"grunt": "~1.0.1",
|
||||
|
@ -47,7 +47,7 @@
|
|||
"istanbul": "^1.0.0-alpha",
|
||||
"mocha": "^3.0.2",
|
||||
"stylelint": "~8.2.0",
|
||||
"wc-e2e-page-objects": "0.9.0"
|
||||
"wc-e2e-page-objects": "0.10.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8.9.3",
|
||||
|
|
Loading…
Reference in New Issue