Skip to content

Commit a52f215

Browse files
Fix android test
1 parent f43309c commit a52f215

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

android_tests/lib/android/specs/driver.rb

+4-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ def is_sauce
3232
actual = driver_attributes
3333
actual[:caps][:app] = File.basename actual[:caps][:app]
3434
expected = { caps: { platformName: 'android',
35-
app: 'api.apk' },
35+
app: 'api.apk',
36+
appPackage: '',
37+
appActivity: '', },
3638
custom_url: false,
3739
export_session: false,
3840
default_wait: 1,
@@ -41,7 +43,7 @@ def is_sauce
4143
sauce_access_key: nil,
4244
port: 4723,
4345
device: :android,
44-
debug: true }
46+
debug: true, }
4547

4648
actual.must_equal expected
4749
end

0 commit comments

Comments
 (0)