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