diff --git a/test/functional/reports_controller_test.rb b/test/functional/reports_controller_test.rb index c83fc6b37..938fc6023 100644 --- a/test/functional/reports_controller_test.rb +++ b/test/functional/reports_controller_test.rb @@ -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