diff --git a/features/enhanced/ajaxified_forms.feature b/features/enhanced/ajaxified_forms.feature index 9d80d8ab..16108cdb 100644 --- a/features/enhanced/ajaxified_forms.feature +++ b/features/enhanced/ajaxified_forms.feature @@ -7,9 +7,9 @@ Feature: AJAXified forms Given there is a When I am on "" And I
the 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 "" should be dynamically displayed Examples: List of form actions should should respond with a flash message upon successful submission @@ -45,7 +45,7 @@ Feature: AJAXified forms Given there is a And the "" has "" When I am on the - And I submit the form + And submit the form And the page is loaded And the first is hovered over Then the 's information will be display in the sidebar