Skip to content

Commit

Permalink
chore: update LambdaTest browser config
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Nov 27, 2024
1 parent aca6fd1 commit 84f571b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test/browser-test-config/lambdatest-karma.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ module.exports = function (config) {
version: 'latest',
platform: 'Windows 11'
},
// safari_mac: {
// ...launcherDefaults,
// browserName: 'Safari',
// version: 'latest',
// platform: 'MacOS Sequoia'
// },
safari_mac: {
...launcherDefaults,
browserName: 'Safari',
version: 'latest',
platform: 'macOS Monterey'
},
edge_windows: {
...launcherDefaults,
browserName: 'MicrosoftEdge',
Expand Down

0 comments on commit 84f571b

Please sign in to comment.