Sha256: 8120e49b769e569965fa99afdf9aa0957e0b3b2fadf007b829db6cf656b32ba3
Contents?: true
Size: 469 Bytes
Versions: 3
Compression:
Stored size: 469 Bytes
Contents
Dir[File.dirname(__FILE__) + "/../../pages/*.rb"].each do |file| require file end Then /^I should be able to verify if it is checked$/ do @page.checkbox_is_checked? @page.close end Then /^I should be able to verify if it is unchecked$/ do @page.checkbox_is_unchecked? @page.close end Then /^I should be able to check it$/ do @page.checkbox_check @page.close end Then /^I should be able to uncheck it$/ do @page.checkbox_uncheck @page.close end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
cello-0.0.17 | features/step_definitions/checkbox.rb |
cello-0.0.16 | features/step_definitions/checkbox.rb |
cello-0.0.12 | features/step_definitions/checkbox.rb |