##// END OF EJS Templates
Fixed assertion (#18918)....
Jean-Philippe Lang -
r13598:92cdae49199e
parent child
Show More
@@ -308,7 +308,7 class IssuesControllerTest < ActionController::TestCase
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
General Comments 0
You need to be logged in to leave comments. Login now