Sha256: f8f5eac97d1066b3ce3c97bfda334e83882be0346ec218b3776ebe8689c9026b

Contents?: true

Size: 676 Bytes

Versions: 17

Compression:

Stored size: 676 Bytes

Contents

Feature: Checkbox
  As a developer
  I want to use the element checkbox in my tests

  Scenario: Checking if it is checked
    Given I am on a page that has a checkbox
    And There is a checkbox checked 
    Then I should be able to verify if it is checked

  Scenario: Checking if it is uncheked
    Given I am on a page that has a checkbox
    Then I should be able to verify if it is unchecked

  Scenario: Checking the checkbox
    Given I am on a page that has a checkbox
    Then I should be able to check it
 
  Scenario: Unchekning the checkbox
    Given I am on a page that has a checkbox
    And There is a checkbox checked 
    Then I should be able to uncheck it

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
cello-0.0.35 features/checkbox.feature
cello-0.0.34 features/checkbox.feature
cello-0.0.33 features/checkbox.feature
cello-0.0.32 features/checkbox.feature
cello-0.0.31 features/checkbox.feature
cello-0.0.30 features/checkbox.feature
cello-0.0.29 features/checkbox.feature
cello-0.0.28 features/checkbox.feature
cello-0.0.27 features/checkbox.feature
cello-0.0.26 features/checkbox.feature
cello-0.0.25 features/checkbox.feature
cello-0.0.23 features/checkbox.feature
cello-0.0.21 features/checkbox.feature
cello-0.0.19 features/checkbox.feature
cello-0.0.17 features/checkbox.feature
cello-0.0.16 features/checkbox.feature
cello-0.0.12 features/checkbox.feature