Skip to content

Commit ca0c036

Browse files
authored
fix(build): Updating protractor and selenium dependencies. (#6034)
* Revert "Fixed pt-br translation of 'through'." This reverts commit 33366f2. * fix(build): Updating protractor and selenium dependencies.
1 parent 8a9ea24 commit ca0c036

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

package.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"grunt-karma": "~0.8",
5757
"grunt-newer": "~1.1.0",
5858
"grunt-ngdocs": "https://github.com/c0bra/grunt-ngdocs/tarball/0.2.7-custom3",
59-
"grunt-protractor-runner": "~2.0.0",
59+
"grunt-protractor-runner": "~4.0.0",
6060
"grunt-shell-spawn": "~0.3.0",
6161
"jit-grunt": "^0.8.0",
6262
"jshint-stylish": "^0.2.0",
@@ -73,8 +73,9 @@
7373
"load-grunt-config": "~0.16.0",
7474
"marked": "~0.2",
7575
"phantomjs-prebuilt": "^2.1.4",
76-
"protractor": "~2.1.0",
77-
"selenium-webdriver": "~2.46.0",
76+
"protractor": "~4.0.14",
77+
"protractor-accessibility-plugin": "^0.3.0",
78+
"selenium-webdriver": "~2.53.0",
7879
"semver": "~2.2.1",
7980
"shelljs": "~0.2.6",
8081
"time-grunt": "~1.1.0",

test/protractor.ci.conf.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ exports.config = {
3939

4040
realtimeFailure: true
4141
},
42-
42+
4343
plugins: [{
4444
chromeA11YDevTools: {
4545
// Since the site has some serious element contrast issues this is needed.
4646
treatWarningsAsFailures: false
4747
},
48-
path: '../node_modules/protractor/plugins/accessibility'
48+
package: 'protractor-accessibility-plugin'
4949
}]
5050
};

test/protractor.conf.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ exports.config = {
3737
// Since the site has some serious element contrast issues this is needed.
3838
treatWarningsAsFailures: false
3939
},
40-
path: '../node_modules/protractor/plugins/accessibility'
40+
package: 'protractor-accessibility-plugin'
4141
}]
4242
};

0 commit comments

Comments
 (0)