features/async.feature in page-object-0.6.5 vs features/async.feature in page-object-0.6.6

- old
+ new

@@ -14,5 +14,10 @@ Then I should be able to click it when it becomses visible Scenario: Wait until something is not visible Given I am on the async elements page Then I should be able to wait until the button becomes invisible + + Scenario: Wait for an element to appear on the page + Given I am on the async elements page + When I add a button a few seconds from now + Then I should be able to click it when it gets added