more strictly assert gravatar for calendar in CalendarsControllerTest#test_show

git-svn-id: http://svn.redmine.org/redmine/trunk@20121 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2020-10-03 15:37:37 +00:00
parent 8249bdbe15
commit 5986b580a7

View File

@@ -64,8 +64,10 @@ class CalendarsControllerTest < Redmine::ControllerTest
# Assert context menu on issues
assert_select 'form[data-cm-url=?]', '/issues/context_menu'
assert_select 'div.issue.hascontextmenu.tooltip.starting' do
assert_select 'span.tip' do
assert_select 'img[class="gravatar"]'
end
assert_select 'input[name=?][type=?][value=?]', 'ids[]', 'checkbox', '2'
assert_select 'img[class="gravatar"]'
end
end