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

Commit 8623015

Browse files
committed
see what version saucelabs uses when edge version is omitted
1 parent 8137624 commit 8623015

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

karma-shared.conf.js

+3-4
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,9 @@ module.exports = function(config, specificOptions) {
7575
version: '11'
7676
},
7777
'SL_EDGE': {
78-
base: "SauceLabs",
79-
browserName: "microsoftedge",
80-
platform: "Windows 10",
81-
version: "25.10586"
78+
base: 'SauceLabs',
79+
browserName: 'microsoftedge',
80+
platform: 'Windows 10'
8281
},
8382
'SL_iOS': {
8483
base: 'SauceLabs',

0 commit comments

Comments
 (0)