Skip to content

Commit 8b68e9e

Browse files
committed
test: Trying to work around a false alert in IE11 Win 8.1
1 parent 0d770cd commit 8b68e9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/karma.custom-launchers.config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@ const customLaunchers = {
5050
browser: 'safari',
5151
os_version: 'Sonoma',
5252
},
53-
bs_win81_ie_11: {
53+
bs_win10_ie_11: {
5454
base: 'BrowserStack',
5555
browser: 'ie',
5656
browser_version: '11.0',
5757
os: 'Windows',
58-
os_version: '8.1',
58+
os_version: '10',
5959
},
6060
bs_win10_edge_17: {
6161
base: 'BrowserStack',

0 commit comments

Comments
 (0)