Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit 547a980

Browse files
author
Matt Goo
authored
fix(infrastructure): update saucelabs windows 8 to windows 10 IE11 browser (#3234)
1 parent ffb8bb7 commit 547a980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ const SAUCE_LAUNCHERS = {
8282
base: 'SauceLabs',
8383
browserName: 'internet explorer',
8484
version: '11',
85-
platform: 'Windows 8.1',
85+
platform: 'Windows 10',
8686
},
8787

8888
/*

0 commit comments

Comments
 (0)