Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions test/functional/ios/ios/device_wda_attachment_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ def test_localhost_wda_agent_url
new_ios_caps[:caps].delete :derivedDataPath
new_ios_caps[:caps].delete :bootstrapPath
new_ios_caps[:caps].delete :useXctestrunFile
new_ios_caps[:caps].delete :prebuiltWDAPath
new_ios_caps[:caps].delete :usePreinstalledWDA

new_core = ::Appium::Core.for(new_ios_caps)
@driver = new_core.start_driver
Expand Down
Loading