From 919b010e06b705361fe58ce010f1c136c2c38d8d Mon Sep 17 00:00:00 2001 From: Jonne Hass Date: Thu, 10 Nov 2011 15:05:32 +0100 Subject: [PATCH] fix step definition --- features/step_definitions/custom_web_steps.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/step_definitions/custom_web_steps.rb b/features/step_definitions/custom_web_steps.rb index 7b55ac5d7..74feb5712 100644 --- a/features/step_definitions/custom_web_steps.rb +++ b/features/step_definitions/custom_web_steps.rb @@ -220,7 +220,7 @@ And /^I click close on all the popovers$/ do end Then /^I should see first post deletion link$/ do - page.evaluate_script("$('.stream_element_delete').first().css('display')").should == "inline" + page.evaluate_script("$('.stream_element .delete').first().css('display')").should == "inline" end Then /^I should not see ajax loader on deletion link place$/ do