features/headings.feature in page-object-0.8.7 vs features/headings.feature in page-object-0.8.8

- old
+ new

@@ -26,18 +26,10 @@ | id | | 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" @@ -47,18 +39,10 @@ | id | | 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" @@ -68,18 +52,10 @@ | id | | 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" @@ -89,18 +65,10 @@ | id | | 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" @@ -110,18 +78,10 @@ | id | | 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" @@ -131,15 +91,7 @@ | 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 |