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

- old
+ new

@@ -26,17 +26,9 @@ | class | | xpath | | index | | name | | text | - - @selenium_only - Scenario Outline: Locating labels on the page - When I search for the label by "<search_by>" - Then the text should be "page-object is the best!" - - Scenarios: - | search_by | | css | Scenario Outline: Locating labels using multiple parameters When I search for the label by "<param1>" and "<param2>" Then the text should be "page-object is the best!"