Skip to content

Commit

Permalink
Bump safari so that attachInternals doesn't fail
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgemanrubia committed Oct 3, 2024
1 parent 4231bba commit 9853126
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_16_4: {
base: "SauceLabs",
browserName: "safari",
platform: "macOS 10.13",
version: "12.1"
version: "16.4"
},
sl_edge_latest: {
base: "SauceLabs",
Expand All @@ -67,10 +67,11 @@ if (process.env.SAUCE_ACCESS_KEY) {
},
sl_ios_latest: {
base: "SauceLabs",
browserName: "safari",
platform: "ios",
device: "iPhone X Simulator",
version: "13.0"
browserName: "Safari",
platformName: "iOS",
deviceName: "iPhone 15 Simulator",
platformVersion: "17.0",
automationName: "XCUITest"
},
sl_android_9: {
base: "SauceLabs",
Expand Down

0 comments on commit 9853126

Please sign in to comment.