From bbc38523732778007fea5ac0667f5f8d1bcd5890 Mon Sep 17 00:00:00 2001 From: Yomi Colledge Date: Sat, 31 Jul 2010 14:39:02 +0100 Subject: [PATCH] General cleanup, we are still having issues with our remote client side validations, so I will branch off soon and remove all the non essential steps, which have remote validations setup (new forms) --- features/enhanced/ajaxified_forms.feature | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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