Skip to content
This repository has been archived by the owner on May 3, 2020. It is now read-only.

Commit

Permalink
Pinned Selenium Server Standalone to 3.0.1 as the latest 3.5.0 is inc…
Browse files Browse the repository at this point in the history
…ompatible with Protractor 5.1

See angular/protractor#4451 for details
  • Loading branch information
jan-molak authored Aug 17, 2017
1 parent 7411769 commit 777a151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"clean": "rimraf target",
"preprotractor": "npm run webdriver:update -- --standalone",
"preprotractor": "npm run webdriver:update -- --standalone --versions.standalone 3.0.1",
"protractor": "protractor ./protractor.conf.js",
"pretest": "serenity update",
"report": "serenity run",
Expand Down

0 comments on commit 777a151

Please sign in to comment.