Skip to content

Commit bca473e

Browse files
committed
updated packages and exmaple mllrsohn#21
1 parent c91e822 commit bca473e

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

example/protractor.conf.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
// https://raw.github.com/angular/protractor/master/example/conf.js
33
exports.config = {
44
// The address of a running selenium server.
5-
seleniumServerJar: './node_modules/protractor/selenium/selenium-server-standalone-2.39.0.jar',
5+
seleniumServerJar: './node_modules/protractor/selenium/selenium-server-standalone-2.41.0.jar', // Make use you check the version in the folder
66
//seleniumAddress: 'http://localhost:4444/wd/hub',
7-
87
// Capabilities to be passed to the webdriver instance.
98
capabilities: {
109
'browserName': 'chrome'

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,18 @@
2222
"test": "mocha"
2323
},
2424
"dependencies": {
25-
"event-stream": "~3.1.0",
26-
"async": "~0.2.10",
25+
"event-stream": "~3.1.4",
26+
"async": "~0.7.0",
2727
"dargs": "~0.1.0",
2828
"gulp-util": "~2.2.14"
2929
},
3030
"peerDependencies": {
3131
"protractor": "*"
3232
},
3333
"devDependencies": {
34-
"mocha": "~1.17.1",
35-
"sinon": "~1.8.1",
36-
"expect.js": "~0.2.0"
34+
"mocha": "~1.18.2",
35+
"sinon": "~1.9.1",
36+
"expect.js": "~0.3.1"
3737
},
3838
"engines": {
3939
"node": ">=0.10.0",

0 commit comments

Comments
 (0)