Skip to content

Commit

Permalink
Attempt to fix solano errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgemanrubia committed Mar 6, 2025
1 parent 4be5571 commit 6c6b54d
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ if (process.env.SAUCE_ACCESS_KEY) {
browserVersion: "latest",
"moz:debuggerAddress": true
},
sl_safari_12_1: {
sl_safari_macos: {
base: "SauceLabs",
browserName: "safari",
platform: "macOS 10.13",
version: "12.1"
browserVersion: "16",
platformName: "macOS 13"
},
sl_edge_latest: {
base: "SauceLabs",
Expand All @@ -68,9 +68,10 @@ if (process.env.SAUCE_ACCESS_KEY) {
sl_ios_latest: {
base: "SauceLabs",
browserName: "safari",
platform: "ios",
device: "iPhone X Simulator",
version: "latest"
platformName: "iOS",
deviceName: "iPhone X Simulator",
browserVersion: "latest",
w3c: true
},
sl_android_9: {
base: "SauceLabs",
Expand Down

0 comments on commit 6c6b54d

Please sign in to comment.