Sha256: ec40d58c401a0ce6f9b8ba263e00e8a92badffefa8eef9cb11495dc8367a86f4

Contents?: true

Size: 558 Bytes

Versions: 9

Compression:

Stored size: 558 Bytes

Contents

When /^we decide to go a roundabout way to the datagrid$/ do
  navigate_to(DataEntryForm)
end
                                                                   
Then /^we should still arrive at our destination$/ do
  on(DataEntryForm).should be_active
end

When /^we give extra navigational information to a screen$/ do
  @which_screen = on(MainScreen, :pid => Mohawk.app.pid)
end
                                                                   
Then /^it should listen to every word that we say$/ do
  @which_screen.should be_present
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
mohawk-0.2.1 features/step_definitions/navigation_steps.rb
mohawk-0.2 features/step_definitions/navigation_steps.rb
mohawk-0.1.4 features/step_definitions/navigation_steps.rb
mohawk-0.1.0 features/step_definitions/navigation_steps.rb
mohawk-0.0.9 features/step_definitions/navigation_steps.rb
mohawk-0.0.8 features/step_definitions/navigation_steps.rb
mohawk-0.0.7 features/step_definitions/navigation_steps.rb
mohawk-0.0.6 features/step_definitions/navigation_steps.rb
mohawk-0.0.5 features/step_definitions/navigation_steps.rb