Skip to content

Commit

Permalink
fix(build): Updating protractor and selenium dependencies. (#6034)
Browse files Browse the repository at this point in the history
* Revert "Fixed pt-br translation of 'through'."

This reverts commit 33366f2.

* fix(build): Updating protractor and selenium dependencies.
  • Loading branch information
mportuga committed Feb 23, 2017
1 parent 8a9ea24 commit ca0c036
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"grunt-karma": "~0.8",
"grunt-newer": "~1.1.0",
"grunt-ngdocs": "https://github.com/c0bra/grunt-ngdocs/tarball/0.2.7-custom3",
"grunt-protractor-runner": "~2.0.0",
"grunt-protractor-runner": "~4.0.0",
"grunt-shell-spawn": "~0.3.0",
"jit-grunt": "^0.8.0",
"jshint-stylish": "^0.2.0",
Expand All @@ -73,8 +73,9 @@
"load-grunt-config": "~0.16.0",
"marked": "~0.2",
"phantomjs-prebuilt": "^2.1.4",
"protractor": "~2.1.0",
"selenium-webdriver": "~2.46.0",
"protractor": "~4.0.14",
"protractor-accessibility-plugin": "^0.3.0",
"selenium-webdriver": "~2.53.0",
"semver": "~2.2.1",
"shelljs": "~0.2.6",
"time-grunt": "~1.1.0",
Expand Down
4 changes: 2 additions & 2 deletions test/protractor.ci.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ exports.config = {

realtimeFailure: true
},

plugins: [{
chromeA11YDevTools: {
// Since the site has some serious element contrast issues this is needed.
treatWarningsAsFailures: false
},
path: '../node_modules/protractor/plugins/accessibility'
package: 'protractor-accessibility-plugin'
}]
};
2 changes: 1 addition & 1 deletion test/protractor.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ exports.config = {
// Since the site has some serious element contrast issues this is needed.
treatWarningsAsFailures: false
},
path: '../node_modules/protractor/plugins/accessibility'
package: 'protractor-accessibility-plugin'
}]
};

0 comments on commit ca0c036

Please sign in to comment.