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

Commit d2d2a71

Browse files
heathkitjuliemr
authored andcommitted
chore(deps): Update Travis Selenium 3.0 and latest browsers (#3826)
1 parent 397bf65 commit d2d2a71

File tree

4 files changed

+14
-21
lines changed

4 files changed

+14
-21
lines changed

Diff for: spec/basic/elements_spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ describe('ElementArrayFinder', function() {
463463
]);
464464
});
465465

466-
fit('should map and resolve multiple promises', function() {
466+
it('should map and resolve multiple promises', function() {
467467
browser.get('index.html#/form');
468468
var labels = element.all(by.css('#animals ul li')).map(function(elm) {
469469
return {

Diff for: spec/ciFullConf.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ exports.config = {
2424
'name': 'Protractor suite tests',
2525
'version': '54',
2626
'selenium-version': '2.53.1',
27-
'chromedriver-version': '2.25',
28-
'platform': 'OS X 10.9'
27+
'chromedriver-version': '2.26',
28+
'platform': 'OS X 10.11'
2929
}, {
3030
'browserName': 'firefox',
3131
'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,

Diff for: spec/ciNg2Conf.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ exports.config.multiCapabilities = [{
1212
'name': 'Protractor suite tests',
1313
'version': '54',
1414
'selenium-version': '2.53.1',
15-
'chromedriver-version': '2.25',
16-
'platform': 'OS X 10.9'
15+
'chromedriver-version': '2.26',
16+
'platform': 'OS X 10.11'
1717
}];
1818
exports.config.capabilities = undefined;
1919
exports.config.allScriptsTimeout = 120000;

Diff for: spec/ciSmokeConf.js

+9-16
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ exports.config = {
2525
'name': 'Protractor smoke tests',
2626
'version': '54',
2727
'selenium-version': '2.53.1',
28-
'chromedriver-version': '2.25',
29-
'platform': 'OS X 10.9'
28+
'chromedriver-version': '2.26',
29+
'platform': 'OS X 10.11'
3030
}, {
3131
'browserName': 'firefox',
3232
'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
@@ -35,14 +35,7 @@ exports.config = {
3535
'version': '47',
3636
'selenium-version': '2.53.1'
3737
}, {
38-
'browserName': 'safari',
39-
'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
40-
'build': process.env.TRAVIS_BUILD_NUMBER,
41-
'name': 'Protractor smoke tests',
42-
'version': '8',
43-
'selenium-version': '2.44.0' // Use an old version because Safari has
44-
// issues loading pages after 2.44.
45-
}, {
38+
// TODO: Add Safari 10 once Saucelabs gets Selenium 3
4639
'browserName': 'safari',
4740
'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
4841
'build': process.env.TRAVIS_BUILD_NUMBER,
@@ -51,21 +44,21 @@ exports.config = {
5144
'selenium-version': '2.44.0' // Use an old version because Safari has
5245
// issues loading pages after 2.44.
5346
}, {
54-
'browserName': 'internet explorer',
47+
'browserName': 'MicrosoftEdge',
5548
'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
5649
'build': process.env.TRAVIS_BUILD_NUMBER,
5750
'name': 'Protractor smoke tests',
58-
'version': '11',
51+
'version': '14.14393',
5952
'selenium-version': '2.53.1',
60-
'platform': 'Windows 7'
53+
'platform': 'Windows 10'
6154
}, {
62-
'browserName': 'internet explorer',
55+
'browserName': 'Internet Explorer',
6356
'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
6457
'build': process.env.TRAVIS_BUILD_NUMBER,
6558
'name': 'Protractor smoke tests',
66-
'version': '10',
59+
'version': '11',
6760
'selenium-version': '2.53.1',
68-
'platform': 'Windows 7'
61+
'platform': 'Windows 8.1'
6962
}],
7063

7164
baseUrl: env.baseUrl + '/ng1/',

0 commit comments

Comments
 (0)