Skip to content

Commit f909fef

Browse files
committed
revert: Revert changes to fix the Azure DevOps pipeline
1 parent fd79cd1 commit f909fef

File tree

3 files changed

+4886
-955
lines changed

3 files changed

+4886
-955
lines changed

karma.conf.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,16 +85,16 @@ module.exports = function (config) {
8585
sl_safari: {
8686
base: 'SauceLabs',
8787
browserName: 'safari',
88-
platform: 'macOS 11.00',
89-
version: '14',
88+
platform: 'macOS 10.15',
89+
version: '13.1',
9090
},
9191
sl_ios_safari: {
9292
base: 'SauceLabs',
9393
deviceName: 'iPhone 11 Pro Max Simulator',
9494
platformName: 'iOS',
95-
platformVersion: '14.0',
95+
platformVersion: '13.0',
9696
browserName: 'Safari',
97-
appiumVersion: '1.18.3',
97+
appiumVersion: '1.15.0',
9898
},
9999
XXXsl_android_chrome: {
100100
base: 'SauceLabs',

0 commit comments

Comments
 (0)