Skip to content

Commit

Permalink
General cleanup, we are still having issues with our remote client si…
Browse files Browse the repository at this point in the history
…de validations, so I will branch off soon and remove all the non essential steps, which have remote validations setup (new forms)
  • Loading branch information
baphled committed Jul 31, 2010
1 parent 7aef520 commit bbc3852
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions features/enhanced/ajaxified_forms.feature
Expand Up @@ -7,9 +7,9 @@ Feature: AJAXified forms
Given there is a <item>
When I am on "<page>"
And I <form action> the <item> form
Then submit the form
And all AJAX requests are complete
Then I submit the form
And there should be an AJAX request
And the form should be hidden
And a flash message "<message>" should be dynamically displayed

Examples: List of form actions should should respond with a flash message upon successful submission
Expand Down Expand Up @@ -45,7 +45,7 @@ Feature: AJAXified forms
Given there is a <page name>
And the "<page name>" has "<assoc>"
When I am on the <page>
And I submit the form
And submit the form
And the <assoc> page is loaded
And the first <assoc> is hovered over
Then the <assoc>'s information will be display in the sidebar
Expand Down

0 comments on commit bbc3852

Please sign in to comment.