Sha256: 0668ffe09700e93dd22abbf820c3141c521f3aa0ab30a5650a26a3e3108fe283

Contents?: true

Size: 423 Bytes

Versions: 14

Compression:

Stored size: 423 Bytes

Contents

require "cello"

Then /^I should be able to verify if it is checked$/ do
  @browser.checkbox_is_checked?
  @browser.close
end

Then /^I should be able to verify if it is unchecked$/ do
  @browser.checkbox_is_unchecked?
  @browser.close
end

Then /^I should be able to check it$/ do
  @browser.checkbox_check
  @browser.close
end

Then /^I should be able to uncheck it$/ do
  @browser.checkbox_uncheck
  @browser.close
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
cello-0.0.35 features/step_definitions/checkbox.rb
cello-0.0.34 features/step_definitions/checkbox.rb
cello-0.0.33 features/step_definitions/checkbox.rb
cello-0.0.32 features/step_definitions/checkbox.rb
cello-0.0.31 features/step_definitions/checkbox.rb
cello-0.0.30 features/step_definitions/checkbox.rb
cello-0.0.29 features/step_definitions/checkbox.rb
cello-0.0.28 features/step_definitions/checkbox.rb
cello-0.0.27 features/step_definitions/checkbox.rb
cello-0.0.26 features/step_definitions/checkbox.rb
cello-0.0.25 features/step_definitions/checkbox.rb
cello-0.0.23 features/step_definitions/checkbox.rb
cello-0.0.21 features/step_definitions/checkbox.rb
cello-0.0.19 features/step_definitions/checkbox.rb