features/span.feature in page-object-0.7.5.1 vs features/span.feature in page-object-0.7.6
- old
+ new
@@ -19,9 +19,18 @@
| index |
| name |
| text |
| title |
+ @selenium_only
+ Scenario Outline: Locating spans on the page
+ When I search for the span by "<search_by>"
+ Then the text should be "My alert"
+
+ Scenarios:
+ | search_by |
+ | css |
+
Scenario Outline: Locating span using multiple parameters
When I search for the span by "<param1>" and "<param2>"
Then the text should be "My alert"
Scenarios: