@@ -196,7 +196,7 @@ def test_add_appium_prefix_compatible_with_oss
196
196
platformName : :ios ,
197
197
automationName : 'XCUITest' ,
198
198
app : 'test/functional/app/UICatalog.app' ,
199
- platformVersion : '10.3 ' ,
199
+ platformVersion : '11.4 ' ,
200
200
deviceName : 'iPhone Simulator' ,
201
201
useNewWDA : true ,
202
202
some_capability1 : 'some_capability1' ,
@@ -210,7 +210,7 @@ def test_add_appium_prefix_compatible_with_oss
210
210
platformName : :ios ,
211
211
'appium:automationName' => 'XCUITest' ,
212
212
'appium:app' => 'test/functional/app/UICatalog.app' ,
213
- 'appium:platformVersion' => '10.3 ' ,
213
+ 'appium:platformVersion' => '11.4 ' ,
214
214
'appium:deviceName' => 'iPhone Simulator' ,
215
215
'appium:useNewWDA' => true ,
216
216
'appium:some_capability1' => 'some_capability1' ,
@@ -226,7 +226,7 @@ def test_add_appium_prefix_already_have_appium_prefix
226
226
platformName : :ios ,
227
227
automationName : 'XCUITest' ,
228
228
'appium:app' => 'test/functional/app/UICatalog.app' ,
229
- platformVersion : '10.3 ' ,
229
+ platformVersion : '11.4 ' ,
230
230
deviceName : 'iPhone Simulator' ,
231
231
useNewWDA : true ,
232
232
some_capability1 : 'some_capability1' ,
@@ -239,7 +239,7 @@ def test_add_appium_prefix_already_have_appium_prefix
239
239
platformName : :ios ,
240
240
'appium:automationName' => 'XCUITest' ,
241
241
'appium:app' => 'test/functional/app/UICatalog.app' ,
242
- 'appium:platformVersion' => '10.3 ' ,
242
+ 'appium:platformVersion' => '11.4 ' ,
243
243
'appium:deviceName' => 'iPhone Simulator' ,
244
244
'appium:useNewWDA' => true ,
245
245
'appium:some_capability1' => 'some_capability1' ,
0 commit comments