Sha256: 5d1472a61ed34aba89ebcce0c44867b6c030119861f519b8b8cc108e7040080d
Contents?: true
Size: 360 Bytes
Versions: 3
Compression:
Stored size: 360 Bytes
Contents
Given /^I go to the test pages$/ do steps %Q{ Given I am viewing "/en" Then I should see "Click here to go to the test pages" Then I click "here" } end Then /^I quit$/ do steps %Q{ When I click "Settings" Then I should see "Quit the session" When I click "Quit" Then I should see "Click here to go to the test pages" } end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
RubyApp-0.0.8 | features/step_definitions/default_macros.rb |
RubyApp-0.0.7 | features/step_definitions/default_macros.rb |
RubyApp-0.0.6 | features/step_definitions/default_macros.rb |