mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-29 03:39:38 +00:00
Fixed assertion broken by r19654 (#3800).
git-svn-id: http://svn.redmine.org/redmine/trunk@19662 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
3079cef213
commit
ace151c14c
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user