Skip to content

Commit

Permalink
test: Trying to work around a false alert in IE11 Win 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cure53 committed Dec 9, 2024
1 parent 0d770cd commit 8b68e9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/karma.custom-launchers.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ const customLaunchers = {
browser: 'safari',
os_version: 'Sonoma',
},
bs_win81_ie_11: {
bs_win10_ie_11: {
base: 'BrowserStack',
browser: 'ie',
browser_version: '11.0',
os: 'Windows',
os_version: '8.1',
os_version: '10',
},
bs_win10_edge_17: {
base: 'BrowserStack',
Expand Down

0 comments on commit 8b68e9e

Please sign in to comment.