lib/calabash/android/interactions.rb in calabash-2.0.0.pre2 vs lib/calabash/android/interactions.rb in calabash-2.0.0.pre3
- old
+ new
@@ -1,9 +1,11 @@
require 'date'
require 'time'
module Calabash
module Android
+
+ # Interactions with your app that are specific to Android.
module Interactions
# Go back. If the keyboard is shown, it will be dismissed.
def go_back
Device.default.perform_action('hide_soft_keyboard')
press_back_button