Skip to content

Commit a41f5f7

Browse files
committed
update test for the download
1 parent f42a8d4 commit a41f5f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/functional/android/android/device_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def test_re_install
132132
@driver.remove_app 'io.appium.android.apis'
133133
assert !@driver.app_installed?('io.appium.android.apis')
134134

135-
@driver.install_app "#{Dir.pwd}/#{Caps.android[:capabilities][:app]}"
135+
@driver.install_app Caps.test_app_android
136136
assert @driver.app_installed?('io.appium.android.apis')
137137

138138
assert !@driver.app_installed?('fake_app')

0 commit comments

Comments
 (0)