features/headings.feature in page-object-0.7.5.1 vs features/headings.feature in page-object-0.7.6
- old
+ new
@@ -27,10 +27,19 @@
| class |
| name |
| xpath |
| index |
+ @selenium_only
+ Scenario Outline: Locating h1s on the Page
+ When I search for the heading1 by "<search_by>"
+ Then I should see "h1's are cool"
+
+ Scenarios:
+ | search_by |
+ | css |
+
Scenario Outline: Locating h2s on the Page
When I search for the heading2 by "<search_by>"
Then I should see "h2's are cool"
Scenarios:
@@ -39,10 +48,19 @@
| class |
| name |
| xpath |
| index |
+ @selenium_only
+ Scenario Outline: Locating h2s on the Page
+ When I search for the heading2 by "<search_by>"
+ Then I should see "h2's are cool"
+
+ Scenarios:
+ | search_by |
+ | css |
+
Scenario Outline: Locating h3s on the Page
When I search for the heading3 by "<search_by>"
Then I should see "h3's are cool"
Scenarios:
@@ -51,10 +69,19 @@
| class |
| name |
| xpath |
| index |
+ @selenium_only
+ Scenario Outline: Locating h3s on the Page
+ When I search for the heading3 by "<search_by>"
+ Then I should see "h3's are cool"
+
+ Scenarios:
+ | search_by |
+ | css |
+
Scenario Outline: Locating h4s on the Page
When I search for the heading4 by "<search_by>"
Then I should see "h4's are cool"
Scenarios:
@@ -63,10 +90,19 @@
| class |
| name |
| xpath |
| index |
+ @selenium_only
+ Scenario Outline: Locating h4s on the Page
+ When I search for the heading4 by "<search_by>"
+ Then I should see "h4's are cool"
+
+ Scenarios:
+ | search_by |
+ | css |
+
Scenario Outline: Locating h5s on the Page
When I search for the heading5 by "<search_by>"
Then I should see "h5's are cool"
Scenarios:
@@ -75,10 +111,19 @@
| class |
| name |
| xpath |
| index |
+ @selenium_only
+ Scenario Outline: Locating h5s on the Page
+ When I search for the heading5 by "<search_by>"
+ Then I should see "h5's are cool"
+
+ Scenarios:
+ | search_by |
+ | css |
+
Scenario Outline: Locating h6s on the Page
When I search for the heading6 by "<search_by>"
Then I should see "h6's are cool"
Scenarios:
@@ -86,5 +131,15 @@
| id |
| class |
| name |
| xpath |
| index |
+
+ @selenium_only
+ Scenario Outline: Locating h6s on the Page
+ When I search for the heading6 by "<search_by>"
+ Then I should see "h6's are cool"
+
+ Scenarios:
+ | search_by |
+ | css |
+