features/span.feature in page-object-0.6 vs features/span.feature in page-object-0.6.1

- old
+ new

@@ -29,6 +29,7 @@ | class | index | | name | index | Scenario: Finding a span dynamically When I get the text from a span while the script is executing - Then the text should be "My alert" + Then I should see that the span exists + And the text should be "My alert"