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

Commit a2bb471

Browse files
committed
switch FF and Chrome to latest-1, fix Edge to 14
1 parent 275c5b3 commit a2bb471

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

karma-shared.conf.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ module.exports = function(config, specificOptions) {
3737
'SL_Chrome': {
3838
base: 'SauceLabs',
3939
browserName: 'chrome',
40-
version: 'latest'
40+
version: 'latest-1'
4141
},
4242
'SL_Firefox': {
4343
base: 'SauceLabs',
4444
browserName: 'firefox',
45-
version: 'latest'
45+
version: 'latest-1'
4646
},
4747
'SL_Safari_8': {
4848
base: 'SauceLabs',
@@ -78,7 +78,7 @@ module.exports = function(config, specificOptions) {
7878
base: 'SauceLabs',
7979
browserName: 'microsoftedge',
8080
platform: 'Windows 10',
81-
version: 'latest'
81+
version: '14'
8282
},
8383
'SL_iOS': {
8484
base: 'SauceLabs',

0 commit comments

Comments
 (0)