Sha256: 2aa8eac07d7d28a18019ea489a834a4a9cb29b6bf830decf0e48d5be5c45a117

Contents?: true

Size: 338 Bytes

Versions: 18

Compression:

Stored size: 338 Bytes

Contents

Then /^we should know that the view with id "(.*?)" exists$/ do |with_this_id|
  on(ButtonScreen) do |screen|
    screen.should have_view(with_this_id)
  end
end

Then /^we should know that the view with id "(.*?)" does not exist$/ do |with_this_id|
  on(ButtonScreen) do |screen|
    screen.should_not have_view(with_this_id)
  end
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
gametel-0.7 features/step_definitions/has_view_steps.rb
gametel-0.6 features/step_definitions/has_view_steps.rb
gametel-0.5.9.3 features/step_definitions/has_view_steps.rb
gametel-0.5.9.2 features/step_definitions/has_view_steps.rb
gametel-0.5.9.1 features/step_definitions/has_view_steps.rb
gametel-0.5.9 features/step_definitions/has_view_steps.rb
gametel-0.5.8.1 features/step_definitions/has_view_steps.rb
gametel-0.5.8 features/step_definitions/has_view_steps.rb
gametel-0.5.7 features/step_definitions/has_view_steps.rb
gametel-0.5.6 features/step_definitions/has_view_steps.rb
gametel-0.5.5 features/step_definitions/has_view_steps.rb
gametel-0.5.4 features/step_definitions/has_view_steps.rb
gametel-0.5.3 features/step_definitions/has_view_steps.rb
gametel-0.5.2 features/step_definitions/has_view_steps.rb
gametel-0.5.1 features/step_definitions/has_view_steps.rb
gametel-0.5 features/step_definitions/has_view_steps.rb
gametel-0.4 features/step_definitions/has_view_steps.rb
gametel-0.3 features/step_definitions/has_view_steps.rb