features/text_field.feature in page-object-0.7.3 vs features/text_field.feature in page-object-0.7.4
- old
+ new
@@ -23,9 +23,19 @@
| index |
| title |
| text |
| label |
+ @selenium_only
+ Scenario Outline: Locating text fields on the Page using Selenium
+ When I search for the text field by "<search_by>"
+ Then I should be able to type "I found it" into the field
+
+ Examples:
+ | search_by |
+ | css |
+
+
Scenario Outline: Locating a text field using multiple parameters
When I search for the text field by "<param1>" and "<param2>"
Then I should be able to type "I found it" into the field
Examples: