Merge r24465 from trunk to 6.1-stable (#43837).

git-svn-id: https://svn.redmine.org/redmine/branches/6.1-stable@24466 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Marius Balteanu
2026-02-28 06:43:19 +00:00
parent e8e3669de0
commit c520f70746
2 changed files with 3 additions and 0 deletions

View File

@@ -2494,6 +2494,8 @@ class IssuesControllerTest < Redmine::ControllerTest
assert_select 'div#relations' do
assert_select 'a', :text => /#2$/
assert_select 'a', :text => /#4$/, :count => 0
assert_select 'form#new-relation-form input#relation_issue_to_id'
assert_select 'form#new-relation-form em.info', :text => l(:text_comma_separated)
end
end
end