Skip to content

Commit bac08ce

Browse files
committed
Revert "Attempt to fix iOS tests on Sauce using upgraded Appium"
This reverts commit b480c8e.
1 parent b480c8e commit bac08ce

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

karma.conf.ci.js

+6-12
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,16 @@ module.exports = function(config) {
1313
version: '8.4'
1414
},
1515
slIOS9: {
16-
appiumVersion: '1.6.3',
1716
base: 'SauceLabs',
18-
browserName: 'Safari',
19-
deviceName: 'iPhone 6s Simulator',
20-
deviceOrientation: 'portrait',
21-
platformName: 'iOS',
22-
platformVersion: '9.3'
17+
browserName: 'iPhone',
18+
platform: 'OS X 10.11',
19+
version: '9.2'
2320
},
2421
slIOS10: {
25-
appiumVersion: '1.6.3',
2622
base: 'SauceLabs',
27-
browserName: 'Safari',
28-
deviceName: 'iPhone 7 Simulator',
29-
deviceOrientation: 'portrait',
30-
platformName: 'iOS',
31-
platformVersion: '10.2'
23+
browserName: 'iPhone',
24+
platform: 'macOS 10.12',
25+
version: '10.2'
3226
},
3327
slAndroid4: {
3428
base: 'SauceLabs',

0 commit comments

Comments
 (0)