features/check_box.feature in page-object-0.7.5.1 vs features/check_box.feature in page-object-0.7.6
- old
+ new
@@ -23,9 +23,18 @@
| name |
| xpath |
| index |
| value |
+ @selenium_only
+ Scenario Outline: Locating check boxes on the page
+ When I search for the check box by "<search_by>"
+ Then I should be able to check the check box
+
+ Scenarios:
+ | search_by |
+ | css |
+
Scenario Outline: Locating check boxes using multiple parameters
When I search for the check box by "<param1>" and "<param2>"
Then I should be able to check the check box
Scenarios: