mirror of
https://github.com/meineerde/redmine.git
synced 2025-10-17 17:01:01 +00:00
Fixed assertion (#18918).
git-svn-id: http://svn.redmine.org/redmine/trunk@13980 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
b4c75f8806
commit
92cdae4919
@ -308,7 +308,7 @@ class IssuesControllerTest < ActionController::TestCase
|
||||
assert_select 'tr.group', 3
|
||||
assert_select 'tr.group', :text => /Yes/
|
||||
assert_select 'tr.group', :text => /No/
|
||||
assert_select 'tr.group', :text => /none/
|
||||
assert_select 'tr.group', :text => /blank/
|
||||
end
|
||||
|
||||
def test_index_grouped_by_boolean_custom_field_with_false_group_in_first_position_should_show_the_group
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user