Sha256: c11d2f8c3c0f5a9538f91c5b1c6fe179e65607d3327c20c57f05c9a93a48b0db
Contents?: true
Size: 471 Bytes
Versions: 10
Compression:
Stored size: 471 Bytes
Contents
Then /^I go back$/ do performAction('go_back') end Then /^I press the menu key$/ do performAction('press_menu') 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
10 entries across 10 versions & 1 rubygems