Skip to content

Commit

Permalink
Use Protractor 5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
bkimminich committed Sep 6, 2017
1 parent c178f67 commit 1bd22eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -100,7 +100,7 @@
"mocha": "~3",
"nyc": "~11",
"phantomjs-prebuilt": "~2",
"protractor": "~4",
"protractor": "~5",
"shelljs": "~0.7",
"sinon": "~2.3",
"sinon-chai": "~2.13",
Expand Down
3 changes: 1 addition & 2 deletions protractor.conf.js
Expand Up @@ -10,8 +10,7 @@ exports.config = {
],

capabilities: {
'browserName': 'chrome',
'directConnect': true
'browserName': 'chrome'
},

baseUrl: 'http://localhost:3000',
Expand Down

0 comments on commit 1bd22eb

Please sign in to comment.