We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b489f48 commit e8875c1Copy full SHA for e8875c1
android_tests/lib/android/specs/driver.rb
@@ -70,7 +70,7 @@ def is_sauce
70
71
t 'absolute_app_path' do
72
def absolute_app_path(path)
73
- $driver.class.absolute_app_path(caps: { app: path } )
+ $driver.class.absolute_app_path(caps: { app: path })
74
end
75
76
def validate_path(path)
0 commit comments