Sha256: 0e09a421f6e1b1835e9b237f21183ddc308df43c6f23c81fef4a014b9e63e347
Contents?: true
Size: 358 Bytes
Versions: 70
Compression:
Stored size: 358 Bytes
Contents
Given /^I go to the test pages$/ do steps %Q{ Given I am viewing "/" 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
70 entries across 70 versions & 1 rubygems