From 46ef376bc1e4ad97da9b978cd27c08fa70347ec2 Mon Sep 17 00:00:00 2001 From: Raphael Sofaer Date: Wed, 6 Jul 2011 18:51:34 -0700 Subject: [PATCH] Fix notifications feature --- features/step_definitions/user_steps.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/features/step_definitions/user_steps.rb b/features/step_definitions/user_steps.rb index 1bf2f0d6b..e7054bdc5 100644 --- a/features/step_definitions/user_steps.rb +++ b/features/step_definitions/user_steps.rb @@ -121,7 +121,6 @@ When /^I (add|remove|toggle) the person (to|from) my ([\d])(nd|rd|st|th) aspect$ steps %Q{ And I press the first ".toggle.button" And I press the #{aspect_number}#{nd} "li" within ".dropdown.active .dropdown_list" - And I wait for the ajax to finish And I press the first ".toggle.button" } end