Skip to content

Commit a206270

Browse files
Fix android device test
1 parent 9838d6a commit a206270

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

android_tests/lib/android/specs/driver.rb

+2-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ def is_sauce
3434
expected = { caps: { platformName: 'android',
3535
app: 'api.apk',
3636
appPackage: 'io.appium.android.apis',
37-
appActivity: '.ApiDemos', },
37+
appActivity: '.ApiDemos',
38+
deviceName: 'Nexus 7', },
3839
custom_url: false,
3940
export_session: false,
4041
default_wait: 1,

0 commit comments

Comments
 (0)