From 26b0349f5de8c59ffc74ff7b2166a4219bd68f63 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Wed, 7 Oct 2009 21:15:29 -0300 Subject: [PATCH] ActionItem1271: fixing test --- test/functional/search_controller_test.rb | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/test/functional/search_controller_test.rb b/test/functional/search_controller_test.rb index 1df420d..2a0163f 100644 --- a/test/functional/search_controller_test.rb +++ b/test/functional/search_controller_test.rb @@ -980,6 +980,7 @@ class SearchControllerTest < Test::Unit::TestCase should 'display steps when searching on wizard' do c1 = Community.create!(:name => 'a beautiful community', :identifier => 'bea_comm', :environment => Environment.default) + login_as('ze') get :index, :query => 'beautiful', :find_in => [ 'communities' ], :wizard => true assert_equal 'layouts/wizard', @response.layout assert_tag :tag => 'div', :attributes => {:id => 'wizard-steps'} -- libgit2 0.21.2