features/element.feature in page-object-0.3.1 vs features/element.feature in page-object-0.3.2
- old
+ new
@@ -235,5 +235,15 @@
And I should know its' text includes "Number Three"
And I should know it is equal to itself
And I should know its' tag name is "ol"
And I should know the attribute "readonly" is false
And I should be able to click it
+
+ Scenario: Heading element methods
+ When I retrieve a heading element
+ Then I should know it exists
+ And I should know it is visible
+ And I should know its' text is "h1's are cool"
+ And I should know it is equal to itself
+ And I should know its' tag name is "h1"
+ And I should know the attribute "readonly" is false
+ And I should be able to click it