@@ -263,7 +263,7 class IssuesControllerTransactionTest < Redmine::ControllerTest | |||||
263 | assert_response :success |
|
263 | assert_response :success | |
264 | end |
|
264 | end | |
265 |
|
265 | |||
266 | assert_select 'input[name=?][value=?]', 'time_entry[hours]', '2.5' |
|
266 | assert_select 'input[name=?][value=?]', 'time_entry[hours]', '2.50' | |
267 | assert_select 'input[name=?][value=?]', 'time_entry[comments]', 'should not be added' |
|
267 | assert_select 'input[name=?][value=?]', 'time_entry[comments]', 'should not be added' | |
268 | assert_select 'select[name=?]', 'time_entry[activity_id]' do |
|
268 | assert_select 'select[name=?]', 'time_entry[activity_id]' do | |
269 | assert_select 'option[value=?][selected=selected]', TimeEntryActivity.first.id.to_s |
|
269 | assert_select 'option[value=?][selected=selected]', TimeEntryActivity.first.id.to_s |
General Comments 0
You need to be logged in to leave comments.
Login now