Sha256: 488b0988468458467b93385d4e18aebf8907aaeedfa299823b44ab39146feecb

Contents?: true

Size: 565 Bytes

Versions: 16

Compression:

Stored size: 565 Bytes

Contents

When /^I\'m on the search view filter screen$/ do
  on(MainMenuScreen).views
  on(ViewsMenuScreen).controls
  on(ControlsMenuScreen).light_theme
end

Then /^I am am given the hint "(.*?)" for the "(.*?)" control$/ do |hint, value|
  on(ControlsScreen) do |screen|
    view = screen.send("#{value}_view")
    view.hint.should == hint
  end
end

Then /^I am am given the description "(.*?)" for the "(.*?)" control$/ do |description, value|
  on(ControlsScreen) do |screen|
    view = screen.send("#{value}_view")
    view.description.should == description
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

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