Activity tab in cross-project menu is sometimes broken (#34032).

Patch by Felix Schäfer.


git-svn-id: http://svn.redmine.org/redmine/trunk@20762 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2021-03-06 06:43:34 +00:00
parent 5d251f28d0
commit 8fcef23fef
2 changed files with 7 additions and 1 deletions

View File

@@ -126,6 +126,12 @@ class MenuManagerTest < Redmine::IntegrationTest
end
end
def test_cross_project_menu_should_link_to_global_activity
log_user('dlopper', 'foo')
get '/queries/3/edit'
assert_select 'a.activity[href=?]', '/activity'
end
def test_project_menu_should_show_roadmap_if_subprojects_have_versions
Version.delete_all
# Create a version in the project "eCookbook Subproject 1"