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

- old
+ new

@@ -39,6 +39,7 @@ Then I should know it exists And I should know it is visible Scenario: Finding a check box dynamically When I select the first check box while the script is executing - Then the First check box should be selected + Then I should see that the checkbox exists + And the First check box should be selected