more strictly start date assertion at CalendarsControllerTest#test_show

git-svn-id: http://svn.redmine.org/redmine/trunk@20254 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA
2020-11-04 14:44:37 +00:00
parent e7f6297e7c
commit 86633c8a11

View File

@@ -68,10 +68,9 @@ class CalendarsControllerTest < Redmine::ControllerTest
assert_select 'table.cal' do
assert_select 'tr' do
assert_select 'td' do
assert_select 'p.day-num', :text => date.day.to_s
assert_select(
'div.issue.hascontextmenu.tooltip.starting',
:text => /Add ingredients categories/
'p.day-num ~ div.issue.hascontextmenu.tooltip.starting',
:text => /#{date.day}.*Add ingredients categories/
) do
assert_select 'a.issue[href=?]', '/issues/2', :text => 'Feature request #2'
assert_select 'span.tip' do