Sha256: b89673f909cf5665fae1825aebedf716febfddac6d099951a21106cf8bf611e0

Contents?: true

Size: 461 Bytes

Versions: 4

Compression:

Stored size: 461 Bytes

Contents

When /^I am perusing options for Alert Dialogs$/ do
  on(MainMenuScreen).app
  on(AppScreen).alert_dialogs
end

When /^I choose the List Dialogs button by id$/ do
  on(AlertDialogsScreen).list_dialog
end

When /^I am observing custom views$/ do
  on(MainMenuScreen) do |screen|
    screen.scroll_down
    screen.views
  end
  on(ViewsMenuScreen).custom
end

Then /^I should see the "(.*?)" custom view$/ do |view_text|
  on(CustomViewScreen).send view_text
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
gametel-0.5 features/step_definitions/view_steps.rb
gametel-0.4 features/step_definitions/view_steps.rb
gametel-0.3 features/step_definitions/view_steps.rb
gametel-0.2 features/step_definitions/view_steps.rb