Sha256: b5a42852f79cb5e5814a05465ea22213557869be2d12e5b0e8473bc82ae8da3c

Contents?: true

Size: 361 Bytes

Versions: 7

Compression:

Stored size: 361 Bytes

Contents

When /^I click the first list item by "(.+)"$/ do |type|
  on(MainMenuScreen).send "first_list_item_#{type}"
end

When /^I click the list item "(.*?)" from the main menu$/ do |list_item|
  on(MainMenuScreen).send "#{list_item.downcase}"
end

When /^I click the first list item by index on the first list$/ do
  on(MainMenuScreen).first_list_item_index_list
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
gametel-0.5.3 features/step_definitions/list_item_steps.rb
gametel-0.5.2 features/step_definitions/list_item_steps.rb
gametel-0.5.1 features/step_definitions/list_item_steps.rb
gametel-0.5 features/step_definitions/list_item_steps.rb
gametel-0.4 features/step_definitions/list_item_steps.rb
gametel-0.3 features/step_definitions/list_item_steps.rb
gametel-0.2 features/step_definitions/list_item_steps.rb