1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-19 15:01:14 +00:00

Test failure (#23996).

git-svn-id: http://svn.redmine.org/redmine/trunk@15970 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2016-11-18 13:58:29 +00:00
parent da22fb0d41
commit ab22ec2a94

View File

@ -3207,7 +3207,7 @@ class IssuesControllerTest < Redmine::ControllerTest
assert_select 'option[value="7"][selected=selected]', :text => 'Urgent'
end
assert_select 'input[name=?][value="2.5"]', 'time_entry[hours]'
assert_select 'input[name=?][value="2.50"]', 'time_entry[hours]'
assert_select 'select[name=?]', 'time_entry[activity_id]' do
assert_select 'option[value="10"][selected=selected]', :text => 'Development'
end