Skip to content

Commit a1d8a14

Browse files
committed
Pin the selenium-webdriver version so that it correctly matches protractor.
When the library versions differ at runtime you get strange test behaviour where the jasmine wrappers to not evaluate the control flow correctly. More details here: angular/protractor#2790
1 parent 0bc71ad commit a1d8a14

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414
"devDependencies": {
1515
"jshint": "2.5.0",
1616
"minijasminenode": "1.1.1",
17-
"selenium-webdriver": "2.43.4"
17+
},
18+
"dependencies": {
19+
"selenium-webdriver": "2.48.2"
1820
},
1921
"repository": {
2022
"type": "git",

0 commit comments

Comments
 (0)