Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
feat(webdriver): bump WebDriver to version 2.43
Browse files Browse the repository at this point in the history
  • Loading branch information
juliemr committed Sep 22, 2014
1 parent f7c3c37 commit 548f0c0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
"license": "MIT",
"version": "1.2.0",
"webdriverVersions": {
"selenium": "2.42.2",
"selenium": "2.43.1",
"chromedriver": "2.10",
"iedriver": "2.42.0"
"iedriver": "2.43.0"
}
}
5 changes: 2 additions & 3 deletions spec/ciConf.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,15 @@ exports.config = {
'build': process.env.TRAVIS_BUILD_NUMBER,
'name': 'Protractor suite tests',
'version': '35',
'selenium-version': '2.42.2',
'selenium-version': '2.43.1',
'platform': 'OS X 10.9'
}, {
'browserName': 'firefox',
'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
'build': process.env.TRAVIS_BUILD_NUMBER,
'name': 'Protractor suite tests',
'version': '30',
// TODO - as of 2014/8/5 this has stopped working. Reinstate when possible.
// 'selenium-version': '2.42.2'
'selenium-version': '2.43.1'
}],

baseUrl: env.baseUrl,
Expand Down
11 changes: 5 additions & 6 deletions spec/smokeConf.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,38 +20,37 @@ exports.config = {
'build': process.env.TRAVIS_BUILD_NUMBER,
'name': 'Protractor smoke tests',
'version': '34',
'selenium-version': '2.42.2',
'selenium-version': '2.43.1',
'platform': 'OS X 10.9'
}, {
'browserName': 'firefox',
'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
'build': process.env.TRAVIS_BUILD_NUMBER,
'name': 'Protractor smoke tests',
'version': '29',
// TODO - as of 2014/8/5 this has stopped working. Reinstate when possible.
// 'selenium-version': '2.42.2'
'selenium-version': '2.43.1',
}, {
'browserName': 'safari',
'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
'build': process.env.TRAVIS_BUILD_NUMBER,
'name': 'Protractor smoke tests',
'version': '7',
'selenium-version': '2.42.2'
'selenium-version': '2.43.1',
}, {
'browserName': 'internet explorer',
'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
'build': process.env.TRAVIS_BUILD_NUMBER,
'name': 'Protractor smoke tests',
'version': '11',
'selenium-version': '2.42.2',
'selenium-version': '2.43.1',
'platform': 'Windows 7'
}, {
'browserName': 'internet explorer',
'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
'build': process.env.TRAVIS_BUILD_NUMBER,
'name': 'Protractor smoke tests',
'version': '10',
'selenium-version': '2.42.2',
'selenium-version': '2.43.1',
'platform': 'Windows 7'
}],

Expand Down

0 comments on commit 548f0c0

Please sign in to comment.