features/form.feature in page-object-0.7.5.1 vs features/form.feature in page-object-0.7.6
- old
+ new
@@ -17,9 +17,18 @@
| class |
| xpath |
| index |
| action |
+ @selenium_only
+ Scenario Outline: Locating a form on the page
+ When I locate the form by "<search_by>"
+ Then I should be able to submit the form
+
+ Scenarios:
+ | search_by |
+ | css |
+
Scenario Outline: Locating table using multiple parameters
When I locate the form using "<param1>" and "<param2>"
Then I should be able to submit the form
Scenarios: