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

Commit

Permalink
chore(selenium): version bumps to selenium 2.42.2
Browse files Browse the repository at this point in the history
  • Loading branch information
juliemr committed Jun 20, 2014
1 parent 36e0e0a commit 0dc0421
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"author": "Julie Ralph <ju.ralph@gmail.com>",
"dependencies": {
"request": "~2.36.0",
"selenium-webdriver": "2.42.0",
"selenium-webdriver": "2.42.1",
"minijasminenode": "0.4.0",
"jasminewd": "1.0.1",
"saucelabs": "~0.1.0",
Expand Down Expand Up @@ -55,7 +55,7 @@
"license": "MIT",
"version": "0.24.2",
"webdriverVersions": {
"selenium": "2.42.0",
"selenium": "2.42.2",
"chromedriver": "2.10",
"iedriver": "2.42.0"
}
Expand Down
8 changes: 4 additions & 4 deletions spec/ciConf.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@ exports.config = {
'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
'build': process.env.TRAVIS_BUILD_NUMBER,
'name': 'Protractor suite tests',
'version': '34',
'selenium-version': '2.42.0',
'version': '35',
'selenium-version': '2.42.2',
'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': '29',
'selenium-version': '2.42.0'
'version': '30',
'selenium-version': '2.42.2'
}],

baseUrl: env.baseUrl,
Expand Down
12 changes: 6 additions & 6 deletions spec/smokeConf.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,31 +19,31 @@ exports.config = {
'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
'build': process.env.TRAVIS_BUILD_NUMBER,
'name': 'Protractor smoke tests',
'version': '33',
'selenium-version': '2.42.0',
'version': '34',
'selenium-version': '2.42.2',
'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': '28',
'selenium-version': '2.42.0'
'version': '29',
'selenium-version': '2.42.2'
}, {
'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.0',
'selenium-version': '2.42.2',
'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.0',
'selenium-version': '2.42.2',
'platform': 'Windows 7'
}],

Expand Down

0 comments on commit 0dc0421

Please sign in to comment.