Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: package.json

Issue 29938555: Noissue - Upgrade to selenium-webdriver 4.0.0-alpha (Closed) Base URL: https://hg.adblockplus.org/adblockpluschrome/
Patch Set: Fix typo in package version Created Nov. 7, 2018, 5:13 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | test/browsers/firefox.js » ('j') | test/wrappers/pages.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: package.json
===================================================================
--- a/package.json
+++ b/package.json
@@ -17,17 +17,17 @@
"eslint": "^5.1.0",
"eslint-config-eyeo": "^2.1.0",
"extract-zip": "^1.6.5",
"geckodriver": "^1.9.0",
"handlebars": "^4.0.12",
"jimp": "^0.3.11",
"ncp": "^2.0.0",
"mocha": "^5.2.0",
- "selenium-webdriver": "^3.6.0",
+ "selenium-webdriver": "4.0.0-alpha.1",
Sebastian Noack 2018/11/07 18:35:49 ^4.0.0-alpha (as I initially suggested) woul work
hub 2018/11/08 19:02:22 OK. we'll see what we do when the alpha break APIs
"sign-addon": "^0.3.1"
},
"scripts": {
"pretest": "bash -c \"python ensure_dependencies.py\"",
"lint": "eslint *.js lib/ qunit/ ext/ test/ build/",
"test-only": "mocha",
"test": "npm run test-only --",
"posttest": "npm run lint",
« no previous file with comments | « no previous file | test/browsers/firefox.js » ('j') | test/wrappers/pages.js » ('J')

Powered by Google App Engine
This is Rietveld