1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-02-06 00:53:24 +00:00

Fix a failing test due to r22142 (#38360).

git-svn-id: https://svn.redmine.org/redmine/trunk@22143 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2023-03-23 03:25:59 +00:00
parent cb1c2bc1e3
commit e03a56c796

View File

@ -151,7 +151,7 @@ class ReportsControllerTest < Redmine::ControllerTest
assert_select ':nth-child(9)', :text => '3' # closed
assert_select ':nth-child(10)', :text => '8' # total
end
assert_select 'table.issue-report td.name', :text => 'Support request', :count => 1
assert_select 'table.issue-report-detailed td.name', :text => 'Support request', :count => 1
end
end