features/element.feature in page-object-0.8.10 vs features/element.feature in page-object-0.9.0

- old
+ new

@@ -302,5 +302,13 @@ 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" + + Scenario: Accessing an HTML 5 element using the declaration + When I retrieve the figure using the declaration + Then I should see the figure contains an image + + Scenario: Accessing an HTML 5 element using the element method + When I retrieve the figure using the element + Then I should see the figure contains an image