chore(ci): upgrade to new version of protractor and selenium-webdriver

Protractor 2.0.0
selenium-webdriver 2.45.1
This commit is contained in:
Julie Ralph 2015-03-25 17:17:04 -07:00
parent 878fce6482
commit 6298cb3999
1 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@
"zone.js": "0.4.0", "zone.js": "0.4.0",
"googleapis": "1.0.x", "googleapis": "1.0.x",
"node-uuid": "1.4.x", "node-uuid": "1.4.x",
"selenium-webdriver": "2.x.x" "selenium-webdriver": "2.45.1"
}, },
"devDependencies": { "devDependencies": {
"angular": "1.3.5", "angular": "1.3.5",
@ -69,7 +69,7 @@
"minimatch": "^2.0.1", "minimatch": "^2.0.1",
"minimist": "1.1.x", "minimist": "1.1.x",
"parse5": "1.3.2", "parse5": "1.3.2",
"protractor": "1.7.x", "protractor": "2.0.0",
"q": "^1.0.1", "q": "^1.0.1",
"run-sequence": "^0.3.6", "run-sequence": "^0.3.6",
"source-map": "^0.3.0", "source-map": "^0.3.0",