features/text_field.feature in page-object-0.2.4 vs features/text_field.feature in page-object-0.2.5

- old
+ new

@@ -35,5 +35,9 @@ Scenario: Retrieve a text field When I retrieve a text field Then I should know it exists And I should know it is visible + + Scenario: Finding a text field dynamically + When I find a text field while the script is executing + Then I should be able to type "I found it" into the field element