Skip to content

Commit

Permalink
test: Fixed two more tests for MSIE11 and Edge 18
Browse files Browse the repository at this point in the history
test: Added more browsers to test array for 2.x branch
  • Loading branch information
cure53 committed May 19, 2024
1 parent 1401208 commit 1c92880
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
24 changes: 24 additions & 0 deletions test/karma.custom-launchers.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,14 @@ const customLaunchers = {
browser: 'safari',
os_version: 'Big Sur',
},
bs_sonoma_safari_17: {
base: 'BrowserStack',
device: null,
os: 'OS X',
browser_version: '17.0',
browser: 'safari',
os_version: 'Sonoma',
},
bs_win81_ie_11: {
base: 'BrowserStack',
browser: 'ie',
Expand Down Expand Up @@ -113,6 +121,14 @@ const customLaunchers = {
browser: 'firefox',
os_version: '10',
},
bs_win10_firefox_124: {
base: 'BrowserStack',
device: null,
os: 'Windows',
browser_version: '124.0',
browser: 'firefox',
os_version: '11',
},
bs_win10_chrome_60: {
base: 'BrowserStack',
device: null,
Expand Down Expand Up @@ -153,6 +169,14 @@ const customLaunchers = {
browser: 'chrome',
os_version: '10',
},
bs_win10_chrome_124: {
base: 'BrowserStack',
device: null,
os: 'Windows',
browser_version: '124.0',
browser: 'chrome',
os_version: '11',
},
};

const getAllBrowsers = () => Object.keys(customLaunchers);
Expand Down
1 change: 1 addition & 0 deletions test/test-suite.js
Original file line number Diff line number Diff line change
Expand Up @@ -1764,6 +1764,7 @@
'<svg><title></title></svg>',
'<svg xmlns="http://www.w3.org/2000/svg" />',
'<svg xmlns="http://www.w3.org/2000/svg"><title></title></svg>',
"<svg xmlns=\"http://www.w3.org/2000/svg\"><title /></svg>"
],
},
{
Expand Down

0 comments on commit 1c92880

Please sign in to comment.