Merge r23379 from trunk to 6.0-stable (#41853).

git-svn-id: https://svn.redmine.org/redmine/branches/6.0-stable@23386 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Marius Balteanu
2024-12-11 06:26:02 +00:00
parent ce3457211c
commit 9f10fe565f
7 changed files with 23 additions and 12 deletions

View File

@@ -142,7 +142,8 @@ class WikiControllerTest < Redmine::ControllerTest
assert_select 'a[class*=delete]'
end
assert_select 'li.user-10' do
assert_select 'img.gravatar[title=?]', 'A Team', is_display_gravatar
assert_select 'a.group', :text => 'A Team'
assert_select 'svg'
assert_select 'a[href="/users/10"]', false
assert_select 'a[class*=delete]'
end