lib/calabash-android/steps/navigation_steps.rb in calabash-android-0.8.0.pre1 vs lib/calabash-android/steps/navigation_steps.rb in calabash-android-0.8.0.pre2
- old
+ new
@@ -5,10 +5,11 @@
Then /^I press the menu key$/ do
press_menu_button
end
Then /^I press the enter button$/ do
- perform_action('send_key_enter')
+ press_user_action_button
+ # Or, possibly, press_enter_button
end
Then /^I swipe left$/ do
perform_action('swipe', 'left')