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

Commit 1cf10ab

Browse files
committed
chore(saucelabs): Upgrade Chrome and Firefox to the latest versions
Closes #12430
1 parent ed3a33a commit 1cf10ab

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

karma-shared.conf.js

+5-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ module.exports = function(config, specificOptions) {
1717
testName: specificOptions.testName || 'AngularJS',
1818
startConnect: true,
1919
options: {
20-
'selenium-version': '2.41.0'
20+
// We need selenium version +2.46 for Firefox 39 and the last selenium version for OS X is 2.45.
21+
// TODO: Uncomment when there is a selenium 2.46 available for OS X.
22+
// 'selenium-version': '2.46.0'
2123
}
2224
},
2325

@@ -35,12 +37,12 @@ module.exports = function(config, specificOptions) {
3537
'SL_Chrome': {
3638
base: 'SauceLabs',
3739
browserName: 'chrome',
38-
version: '39'
40+
version: '43'
3941
},
4042
'SL_Firefox': {
4143
base: 'SauceLabs',
4244
browserName: 'firefox',
43-
version: '31'
45+
version: '39'
4446
},
4547
'SL_Safari': {
4648
base: 'SauceLabs',

0 commit comments

Comments
 (0)