features/form.feature in page-object-0.6 vs features/form.feature in page-object-0.6.1
- old
+ new
@@ -28,6 +28,7 @@
| class | index |
| name | index |
Scenario: Finding a form dynamically
When I locate a form while the script is executing
- Then I should be able to submit the form
+ Then I should see that the form exists
+ And I should be able to submit the form