features/label.feature in page-object-0.7.5.1 vs features/label.feature in page-object-0.7.6
- old
+ new
@@ -27,9 +27,18 @@
| xpath |
| index |
| name |
| text |
+ @selenium_only
+ Scenario Outline: Locating labels on the page
+ When I search for the label by "<search_by>"
+ Then the text should be "page-object is the best!"
+
+ Scenarios:
+ | search_by |
+ | css |
+
Scenario Outline: Locating labels using multiple parameters
When I search for the label by "<param1>" and "<param2>"
Then the text should be "page-object is the best!"
Scenarios: