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

- old
+ new

@@ -28,9 +28,10 @@ And I should know the text is "Google Search" And I should know the html is "<a href="success.html" id="link_id" name="link_name" class="link_class" title="link_title">Google Search</a>" And I should know it is equal to itself And I should know the tag name is "a" And I should know the attribute "readonly" is false + And I should know the attribute "href" includes "success.html" And I should be able to click it @watir_only Scenario: Link element methods for watir When I retrieve a link element