File tree 3 files changed +7
-6
lines changed
3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 56
56
"grunt-karma" : " ~0.8" ,
57
57
"grunt-newer" : " ~1.1.0" ,
58
58
"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" ,
60
60
"grunt-shell-spawn" : " ~0.3.0" ,
61
61
"jit-grunt" : " ^0.8.0" ,
62
62
"jshint-stylish" : " ^0.2.0" ,
73
73
"load-grunt-config" : " ~0.16.0" ,
74
74
"marked" : " ~0.2" ,
75
75
"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" ,
78
79
"semver" : " ~2.2.1" ,
79
80
"shelljs" : " ~0.2.6" ,
80
81
"time-grunt" : " ~1.1.0" ,
Original file line number Diff line number Diff line change @@ -39,12 +39,12 @@ exports.config = {
39
39
40
40
realtimeFailure : true
41
41
} ,
42
-
42
+
43
43
plugins : [ {
44
44
chromeA11YDevTools : {
45
45
// Since the site has some serious element contrast issues this is needed.
46
46
treatWarningsAsFailures : false
47
47
} ,
48
- path : '../node_modules/ protractor/plugins/ accessibility'
48
+ package : 'protractor- accessibility-plugin '
49
49
} ]
50
50
} ;
Original file line number Diff line number Diff line change @@ -37,6 +37,6 @@ exports.config = {
37
37
// Since the site has some serious element contrast issues this is needed.
38
38
treatWarningsAsFailures : false
39
39
} ,
40
- path : '../node_modules/ protractor/plugins/ accessibility'
40
+ package : 'protractor- accessibility-plugin '
41
41
} ]
42
42
} ;
You can’t perform that action at this time.
0 commit comments