]> source.dussan.org Git - redmine.git/commitdiff
Fix a failing test due to r22142 (#38360).
authorGo MAEDA <maeda@farend.jp>
Thu, 23 Mar 2023 03:25:59 +0000 (03:25 +0000)
committerGo MAEDA <maeda@farend.jp>
Thu, 23 Mar 2023 03:25:59 +0000 (03:25 +0000)
git-svn-id: https://svn.redmine.org/redmine/trunk@22143 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/functional/reports_controller_test.rb

index c83fc6b37aae965af31555142a8ad72adf47337f..938fc60239bc4c6636ca7b4a1a6e769330f66b4e 100644 (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