android_tests/lib/android/specs/android/patch.rb in appium_lib-6.0.0 vs android_tests/lib/android/specs/android/patch.rb in appium_lib-7.0.0
- old
+ new
@@ -7,11 +7,11 @@
wait { find('Invoke Search').click }
wait { first_textfield.type 'ok' }
wait { first_textfield.text.must_equal 'ok' }
- # todo: how to invoke random am start commands?
+ # TODO: how to invoke random am start commands?
# nav to start activity
# io.appium.android.apis/.ApiDemos
# keyboard may exist, if it doesn't then an error will raise
ignore { hide_keyboard }
@@ -22,6 +22,6 @@
back
wait { find_exact('Search') }
back
wait { find('app') }
end
-end
\ No newline at end of file
+end