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

Commit ece6587

Browse files
committed
Try letting saucelabs work out the selenium version.
1 parent 1e13e9e commit ece6587

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

spec/ciSmokeConf.js

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@ exports.config = {
2323
'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
2424
'build': process.env.TRAVIS_BUILD_NUMBER,
2525
'name': 'Protractor smoke tests',
26-
'version': '54',
27-
'selenium-version': '2.53.1',
28-
'chromedriver-version': '2.26',
26+
'version': '55',
27+
'chromedriver-version': '2.27',
2928
'platform': 'OS X 10.11'
3029
}, {
3130
'browserName': 'firefox',
@@ -40,23 +39,19 @@ exports.config = {
4039
'build': process.env.TRAVIS_BUILD_NUMBER,
4140
'name': 'Protractor smoke tests',
4241
'version': '9',
43-
'selenium-version': '2.44.0' // Use an old version because Safari has
44-
// issues loading pages after 2.44.
4542
}, {
4643
'browserName': 'MicrosoftEdge',
4744
'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
4845
'build': process.env.TRAVIS_BUILD_NUMBER,
4946
'name': 'Protractor smoke tests',
5047
'version': '14.14393',
51-
'selenium-version': '2.53.1',
5248
'platform': 'Windows 10'
5349
}, {
5450
'browserName': 'Internet Explorer',
5551
'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
5652
'build': process.env.TRAVIS_BUILD_NUMBER,
5753
'name': 'Protractor smoke tests',
5854
'version': '11',
59-
'selenium-version': '2.53.1',
6055
'platform': 'Windows 8.1'
6156
}],
6257

0 commit comments

Comments
 (0)