Skip to content
This repository was archived by the owner on May 30, 2019. It is now read-only.

Commit 3e951c4

Browse files
committed
e2e: bump firefox and chrome for sauce, increase timeouts
1 parent b1f4a75 commit 3e951c4

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

browser/dev-tasks/e2e/protractor.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ var ctx = require('../context');
99

1010
var ptorConfig = {
1111
stackTrace: false,
12-
getPageTimeout: 120000,
13-
allScriptsTimeout: 120000,
12+
getPageTimeout: 360000,
13+
allScriptsTimeout: 360000,
1414
baseUrl: ctx.options.envs.e2e.addresses.webApp.href,
1515
rootElement: 'html',
1616
chromeOnly: false,

browser/options.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -75,18 +75,18 @@ var defaults = {
7575
'osx10.6-firefox-22': { platform: 'OS X 10.6', browserName: 'firefox', version: '22', deviceName: '' },
7676
'osx10.6-firefox-32': { platform: 'OS X 10.6', browserName: 'firefox', version: '32', deviceName: '' },
7777
'osx10.9-chrome-33': { platform: 'OS X 10.9', browserName: 'chrome', version: '33', deviceName: '' },
78-
'osx10.9-chrome-36': { platform: 'OS X 10.9', browserName: 'chrome', version: '36', deviceName: '' },
78+
'osx10.9-chrome-37': { platform: 'OS X 10.9', browserName: 'chrome', version: '37', deviceName: '' },
7979
'osx10.9-firefox-22': { platform: 'OS X 10.9', browserName: 'firefox', version: '22', deviceName: '' },
8080
'osx10.9-firefox-32': { platform: 'OS X 10.9', browserName: 'firefox', version: '32', deviceName: '' },
8181
'osx10.9-safari-7': { platform: 'OS X 10.9', browserName: 'safari', version: '7', deviceName: '' },
8282
},
8383
supportedBrowsers: [
84-
'linux-chrome-33',
85-
'linux-firefox-22',
86-
'osx10.9-chrome-33',
87-
'osx10.9-firefox-22',
88-
'win7-firefox-22',
89-
'win7-chrome-33',
84+
'linux-chrome-37',
85+
'linux-firefox-32',
86+
'osx10.9-chrome-37',
87+
'osx10.9-firefox-32',
88+
'win7-firefox-32',
89+
'win7-chrome-37',
9090
'win7-ie-9'
9191
],
9292
/* jshint ignore:end */

0 commit comments

Comments
 (0)