Revision 13980
Added by Jean-Philippe Lang over 10 years ago
trunk/test/functional/issues_controller_test.rb | ||
---|---|---|
308 | 308 |
assert_select 'tr.group', 3 |
309 | 309 |
assert_select 'tr.group', :text => /Yes/ |
310 | 310 |
assert_select 'tr.group', :text => /No/ |
311 |
assert_select 'tr.group', :text => /none/
|
|
311 |
assert_select 'tr.group', :text => /blank/
|
|
312 | 312 |
end |
313 | 313 |
|
314 | 314 |
def test_index_grouped_by_boolean_custom_field_with_false_group_in_first_position_should_show_the_group |
Also available in: Unified diff
Fixed assertion (#18918).