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

Commit

Permalink
chore(deps): Update Travis Selenium 3.0 and latest browsers (#3826)
Browse files Browse the repository at this point in the history
  • Loading branch information
heathkit authored and juliemr committed Dec 29, 2016
1 parent 397bf65 commit d2d2a71
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 21 deletions.
2 changes: 1 addition & 1 deletion spec/basic/elements_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ describe('ElementArrayFinder', function() {
]);
});

fit('should map and resolve multiple promises', function() {
it('should map and resolve multiple promises', function() {
browser.get('index.html#/form');
var labels = element.all(by.css('#animals ul li')).map(function(elm) {
return {
Expand Down
4 changes: 2 additions & 2 deletions spec/ciFullConf.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ exports.config = {
'name': 'Protractor suite tests',
'version': '54',
'selenium-version': '2.53.1',
'chromedriver-version': '2.25',
'platform': 'OS X 10.9'
'chromedriver-version': '2.26',
'platform': 'OS X 10.11'
}, {
'browserName': 'firefox',
'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
Expand Down
4 changes: 2 additions & 2 deletions spec/ciNg2Conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ exports.config.multiCapabilities = [{
'name': 'Protractor suite tests',
'version': '54',
'selenium-version': '2.53.1',
'chromedriver-version': '2.25',
'platform': 'OS X 10.9'
'chromedriver-version': '2.26',
'platform': 'OS X 10.11'
}];
exports.config.capabilities = undefined;
exports.config.allScriptsTimeout = 120000;
Expand Down
25 changes: 9 additions & 16 deletions spec/ciSmokeConf.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ exports.config = {
'name': 'Protractor smoke tests',
'version': '54',
'selenium-version': '2.53.1',
'chromedriver-version': '2.25',
'platform': 'OS X 10.9'
'chromedriver-version': '2.26',
'platform': 'OS X 10.11'
}, {
'browserName': 'firefox',
'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
Expand All @@ -35,14 +35,7 @@ exports.config = {
'version': '47',
'selenium-version': '2.53.1'
}, {
'browserName': 'safari',
'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
'build': process.env.TRAVIS_BUILD_NUMBER,
'name': 'Protractor smoke tests',
'version': '8',
'selenium-version': '2.44.0' // Use an old version because Safari has
// issues loading pages after 2.44.
}, {
// TODO: Add Safari 10 once Saucelabs gets Selenium 3
'browserName': 'safari',
'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
'build': process.env.TRAVIS_BUILD_NUMBER,
Expand All @@ -51,21 +44,21 @@ exports.config = {
'selenium-version': '2.44.0' // Use an old version because Safari has
// issues loading pages after 2.44.
}, {
'browserName': 'internet explorer',
'browserName': 'MicrosoftEdge',
'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
'build': process.env.TRAVIS_BUILD_NUMBER,
'name': 'Protractor smoke tests',
'version': '11',
'version': '14.14393',
'selenium-version': '2.53.1',
'platform': 'Windows 7'
'platform': 'Windows 10'
}, {
'browserName': 'internet explorer',
'browserName': 'Internet Explorer',
'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
'build': process.env.TRAVIS_BUILD_NUMBER,
'name': 'Protractor smoke tests',
'version': '10',
'version': '11',
'selenium-version': '2.53.1',
'platform': 'Windows 7'
'platform': 'Windows 8.1'
}],

baseUrl: env.baseUrl + '/ng1/',
Expand Down

0 comments on commit d2d2a71

Please sign in to comment.