features/span.feature in page-object-0.2 vs features/span.feature in page-object-0.2.1
- old
+ new
@@ -1,10 +1,10 @@
Feature: Span
Background:
Given I am on the static elements page
-
+
Scenario: Getting the text from a span
When I get the text from the span
Then the text should be "My alert"
Scenario Outline: Locating spans on the page
@@ -13,17 +13,17 @@
Scenarios:
| search_by |
| id |
| class |
- | xpath |
+ | xpath |
| index |
| name |
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:
- | param1 | param2 |
- | class | index |
- | name | index |
+ | param1 | param2 |
+ | class | index |
+ | name | index |