features/async.feature in page-object-0.2 vs features/async.feature in page-object-0.2.1

- old
+ new

@@ -1,11 +1,11 @@ Feature: Handling Asynch calls -Background: - Given I am on the static elements page + Background: + Given I am on the static elements page -Scenario: Link element methods - When I retrieve a link element - Then I should be able to wait until it is present - And I should be able to wait until it is visible - And I should be able to wait until it is not visible - And I should be able to wait until a block returns true + Scenario: Link element methods + When I retrieve a link element + Then I should be able to wait until it is present + And I should be able to wait until it is visible + And I should be able to wait until it is not visible + And I should be able to wait until a block returns true \ No newline at end of file