features/div.feature in page-object-0.7.4 vs features/div.feature in page-object-0.7.5
- old
+ new
@@ -27,9 +27,18 @@
| index |
| name |
| text |
| title |
+ @selenium_only
+ Scenario Outline: Locating divs on the page
+ When I search for the div by "<search_by>"
+ Then the text should be "page-object rocks!"
+
+ Scenarios:
+ | search_by |
+ | css |
+
Scenario Outline: Locating divs using multiple parameters
When I search for the div by "<param1>" and "<param2>"
Then the text should be "page-object rocks!"
Scenarios: