Commit 26b0349f5de8c59ffc74ff7b2166a4219bd68f63

Authored by Antonio Terceiro
1 parent 0540de2c

ActionItem1271: fixing test

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
test/functional/search_controller_test.rb
... ... @@ -980,6 +980,7 @@ class SearchControllerTest < Test::Unit::TestCase
980 980  
981 981 should 'display steps when searching on wizard' do
982 982 c1 = Community.create!(:name => 'a beautiful community', :identifier => 'bea_comm', :environment => Environment.default)
  983 + login_as('ze')
983 984 get :index, :query => 'beautiful', :find_in => [ 'communities' ], :wizard => true
984 985 assert_equal 'layouts/wizard', @response.layout
985 986 assert_tag :tag => 'div', :attributes => {:id => 'wizard-steps'}
... ...