Skip to content

Commit

Permalink
Pin the selenium-webdriver version so that it correctly matches protr…
Browse files Browse the repository at this point in the history
…actor.

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
  • Loading branch information
EricHeath-AI committed Mar 1, 2016
1 parent 0bc71ad commit a1d8a14
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
"devDependencies": {
"jshint": "2.5.0",
"minijasminenode": "1.1.1",
"selenium-webdriver": "2.43.4"
},
"dependencies": {
"selenium-webdriver": "2.48.2"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit a1d8a14

Please sign in to comment.