We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db0961f commit 45dbc04Copy full SHA for 45dbc04
android_tests/lib/android/specs/android/patch.rb
@@ -9,7 +9,7 @@
9
wait { first_textfield.type 'ok' }
10
wait { first_textfield.text.must_equal 'ok' }
11
12
- # todo: how to invoke random am start commands?
+ # TODO: how to invoke random am start commands?
13
# nav to start activity
14
# io.appium.android.apis/.ApiDemos
15
android_tests/lib/android/specs/common/device.rb
@@ -2,11 +2,11 @@
2
describe 'common/device' do
3
# Not yet implemented
4
t 'shake' do
5
- # todo: write test
+ # TODO: write test
6
end
7
8
t 'remove & install' do
#remove 'com.example.android.apis'
#install ENV['APP_PATH']
0 commit comments