##// END OF EJS Templates
Test failure (#23996)....
Jean-Philippe Lang -
r15588:ab22ec2a94bf
parent child
Show More
@@ -3207,7 +3207,7 class IssuesControllerTest < Redmine::ControllerTest
3207 assert_select 'option[value="7"][selected=selected]', :text => 'Urgent'
3207 assert_select 'option[value="7"][selected=selected]', :text => 'Urgent'
3208 end
3208 end
3209
3209
3210 assert_select 'input[name=?][value="2.5"]', 'time_entry[hours]'
3210 assert_select 'input[name=?][value="2.50"]', 'time_entry[hours]'
3211 assert_select 'select[name=?]', 'time_entry[activity_id]' do
3211 assert_select 'select[name=?]', 'time_entry[activity_id]' do
3212 assert_select 'option[value="10"][selected=selected]', :text => 'Development'
3212 assert_select 'option[value="10"][selected=selected]', :text => 'Development'
3213 end
3213 end
General Comments 0
You need to be logged in to leave comments. Login now