diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2023-11-26 13:56:36 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2023-11-26 13:56:36 +0000 |
commit | 9575af8c83f1c14cc9f401207703d66a83a7675e (patch) | |
tree | bca053915f11f37b75dffd7f9ff377e7f7bd98c5 /test | |
parent | 4daed3c8678d2afce69cbd626d309b6ce3cfc913 (diff) | |
download | redmine-9575af8c83f1c14cc9f401207703d66a83a7675e.tar.gz redmine-9575af8c83f1c14cc9f401207703d66a83a7675e.zip |
Merged r22475 to r22477 from trunk to 5.1-stable (#39737).
git-svn-id: https://svn.redmine.org/redmine/branches/5.1-stable@22480 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test')
-rw-r--r-- | test/functional/timelog_report_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/timelog_report_test.rb b/test/functional/timelog_report_test.rb index b555378d0..1aac36077 100644 --- a/test/functional/timelog_report_test.rb +++ b/test/functional/timelog_report_test.rb @@ -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 |