lib/calabash-android/steps/navigation_steps.rb in calabash-android-0.0.11 vs lib/calabash-android/steps/navigation_steps.rb in calabash-android-0.0.12
- old
+ new
@@ -4,9 +4,14 @@
Then /^I press the menu key$/ do
performAction('press_menu')
end
+Then /^I press the enter button$/ do
+ performAction('send_key_enter')
+end
+
+
Then /^I swipe left$/ do
performAction('swipe', 'left')
end
Then /^I swipe right$/ do