summaryrefslogtreecommitdiffstats
path: root/test/functional/welcome_controller_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/welcome_controller_test.rb')
-rw-r--r--test/functional/welcome_controller_test.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/functional/welcome_controller_test.rb b/test/functional/welcome_controller_test.rb
index 004fb674a..11d23d632 100644
--- a/test/functional/welcome_controller_test.rb
+++ b/test/functional/welcome_controller_test.rb
@@ -138,8 +138,8 @@ class WelcomeControllerTest < Redmine::ControllerTest
@request.session[:user_id] = 2
get :index
- assert_select "#header select" do
- assert_select "option", :text => 'Foo & Bar'
+ assert_select "#header #project-jump" do
+ assert_select "a", :text => 'Foo & Bar'
end
end