We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f42a8d4 commit a41f5f7Copy full SHA for a41f5f7
1 file changed
test/functional/android/android/device_test.rb
@@ -132,7 +132,7 @@ def test_re_install
132
@driver.remove_app 'io.appium.android.apis'
133
assert !@driver.app_installed?('io.appium.android.apis')
134
135
- @driver.install_app "#{Dir.pwd}/#{Caps.android[:capabilities][:app]}"
+ @driver.install_app Caps.test_app_android
136
assert @driver.app_installed?('io.appium.android.apis')
137
138
assert !@driver.app_installed?('fake_app')
0 commit comments