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:
Rodrigo Primo 2018-04-11 10:43:39 -03:00
parent ed634df65a
commit b46e4a30ae
2 changed files with 987 additions and 97 deletions

1080
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -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",