Sha256: cad4d0dafc553ff2855eb69ed10a93d8a21bc2343886090242197e9de23c9823
Contents?: true
Size: 548 Bytes
Versions: 30
Compression:
Stored size: 548 Bytes
Contents
Then /^I go back$/ do performAction('go_back') end 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 performAction('swipe', 'right') end Then /^I select "([^\"]*)" from the menu$/ do |item| performAction('select_from_menu', item) end Then /^I scroll down$/ do performAction('scroll_down') end Then /^I scroll up$/ do performAction('scroll_up') end
Version data entries
30 entries across 30 versions & 1 rubygems