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

Commit 929ba8a

Browse files
committed
specify edge version
1 parent 71908a0 commit 929ba8a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

karma-shared.conf.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ module.exports = function(config, specificOptions) {
7777
'SL_EDGE': {
7878
base: 'SauceLabs',
7979
browserName: 'microsoftedge',
80-
platform: 'Windows 10'
80+
platform: 'Windows 10',
81+
version: '14'
8182
},
8283
'SL_iOS': {
8384
base: 'SauceLabs',

0 commit comments

Comments
 (0)