Skip to content

Commit 71f28c3

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 71f28c3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@
1111
"jasmine"
1212
],
1313
"author": "Julie Ralph <[email protected]>",
14+
"dependencies": {
15+
"selenium-webdriver": "2.48.2"
16+
},
1417
"devDependencies": {
1518
"jshint": "2.5.0",
16-
"minijasminenode": "1.1.1",
17-
"selenium-webdriver": "2.43.4"
19+
"minijasminenode": "1.1.1"
1820
},
1921
"repository": {
2022
"type": "git",

0 commit comments

Comments
 (0)