@@ -134,6 +134,7 @@ def test_create_session_w3c_with_http_package
134
134
def test_add_appium_prefix_already_have_appium_prefix
135
135
cap = {
136
136
platformName : :ios ,
137
+ 'webSocketUrl' => true ,
137
138
automationName : 'XCUITest' ,
138
139
'appium:app' => 'test/functional/app/UICatalog.app.zip' ,
139
140
platformVersion : '11.4' ,
@@ -154,6 +155,7 @@ def test_add_appium_prefix_already_have_appium_prefix
154
155
155
156
expected = {
156
157
'platformName' => :ios ,
158
+ 'webSocketUrl' => true ,
157
159
'automationName' => 'XCUITest' ,
158
160
'appium:app' => 'test/functional/app/UICatalog.app.zip' ,
159
161
'platformVersion' => '11.4' ,
@@ -170,6 +172,7 @@ def test_add_appium_prefix_already_have_appium_prefix
170
172
171
173
expected = {
172
174
platformName : :ios ,
175
+ 'webSocketUrl' => true ,
173
176
'appium:automationName' => 'XCUITest' ,
174
177
'appium:app' => 'test/functional/app/UICatalog.app.zip' ,
175
178
'appium:platformVersion' => '11.4' ,
@@ -187,6 +190,7 @@ def test_add_appium_prefix_already_have_appium_prefix
187
190
188
191
expected = {
189
192
'platformName' => :ios ,
193
+ 'webSocketUrl' => true ,
190
194
'appium:automationName' => 'XCUITest' ,
191
195
'appium:app' => 'test/functional/app/UICatalog.app.zip' ,
192
196
'appium:platformVersion' => '11.4' ,
0 commit comments