From e03a56c7968d2ed9dc3734c6aba0c2a61f75de37 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Thu, 23 Mar 2023 03:25:59 +0000 Subject: Fix a failing test due to r22142 (#38360). git-svn-id: https://svn.redmine.org/redmine/trunk@22143 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/functional/reports_controller_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3