features/elements/page.feature in RubyApp-0.0.55 vs features/elements/page.feature in RubyApp-0.0.56

- old
+ new

@@ -11,10 +11,10 @@ Scenario: Saving and retrieving a cookie Given I go to the test pages When I click "_TestPage" Then I should see "Rendered" - When I fill in the "Enter a new cookie value" field with "value" and I press enter + When I fill in the "Enter a new cookie value" field with "value" and I change focus Then I should see "The cookie value is 'value'." Then I click "Close" Then I quit When I go to the test pages And I click "_TestPage"