features/element.feature in page-object-0.8.6.1 vs features/element.feature in page-object-0.8.7

- old
+ new

@@ -294,5 +294,13 @@ Scenario: Scrolling so an element is visible When I retrieve a heading element And I scroll the heading element into view Then the heading element should be visible + + @watir_only + Scenario: Expanding how we find elements to include non-standard locators + When I retrieve a div using data-entity + Then I should know it exists + And I should know it is visible + And I should know the text is "found using data-entity" +