features/span.feature in page-object-0.8.7 vs features/span.feature in page-object-0.8.8
- old
+ new
@@ -18,17 +18,9 @@
| xpath |
| 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"