]> source.dussan.org Git - redmine.git/commitdiff
Fixed assertion broken by r19654 (#3800).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 5 Apr 2020 10:14:55 +0000 (10:14 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 5 Apr 2020 10:14:55 +0000 (10:14 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@19662 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/functional/timelog_controller_test.rb

index ce5ad61105e0936d7c3924faabaa5507acc43562..18359993825835b95268b085bcac4ad9cd1ccaf4 100644 (file)
@@ -711,7 +711,7 @@ class TimelogControllerTest < Redmine::ControllerTest
 
     assert_select 'ul#bulk-selection' do
       assert_select 'li', 2
-      assert_select 'li a', :text => '03/23/2007 - eCookbook: 4.25 hours'
+      assert_select 'li a', :text => '03/23/2007 - eCookbook: 4.25 hours (John Smith)'
     end
 
     assert_select 'form#bulk_edit_form[action=?]', '/time_entries/bulk_update' do