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 2, 2016
1 parent 0bc71ad commit 71f28c3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@
"jasmine"
],
"author": "Julie Ralph <ju.ralph@gmail.com>",
"dependencies": {
"selenium-webdriver": "2.48.2"
},
"devDependencies": {
"jshint": "2.5.0",
"minijasminenode": "1.1.1",
"selenium-webdriver": "2.43.4"
"minijasminenode": "1.1.1"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 71f28c3

Please sign in to comment.