]> source.dussan.org Git - redmine.git/commitdiff
Workaround to fix a random failing test on MySQL 8 caused by the removal of implicit...
authorMarius Balteanu <marius.balteanu@zitec.com>
Sun, 26 Nov 2023 13:11:23 +0000 (13:11 +0000)
committerMarius Balteanu <marius.balteanu@zitec.com>
Sun, 26 Nov 2023 13:11:23 +0000 (13:11 +0000)
git-svn-id: https://svn.redmine.org/redmine/trunk@22475 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/functional/timelog_report_test.rb

index b555378d0b4d9e298bf638618623145b3b0393be..1aac36077aa82eb6f9f1190299d4e5e3dcb65ad1 100644 (file)
@@ -231,7 +231,7 @@ class TimelogReportTest < Redmine::ControllerTest
     get :report, :params => {:project_id => 1, :criteria => ['activity']}
     assert_response :success
 
-    assert_select 'tr.last-level:first' do
+    assert_select 'tr.last-level' do
       assert_select 'td.name', :text => 'Design'
       assert_select 'td.hours:last', :text => '165:15'
     end