##// END OF EJS Templates
Adjusts test for r10569....
Jean-Philippe Lang -
r10359:fa237901b095
parent child
Show More
@@ -283,11 +283,11 class IssuesControllerTest < ActionController::TestCase
283 assert_select 'tr.group', 3
283 assert_select 'tr.group', 3
284 assert_select 'tr.group' do
284 assert_select 'tr.group' do
285 assert_select 'a', :text => 'John Smith'
285 assert_select 'a', :text => 'John Smith'
286 assert_select 'span.count', :text => '(1)'
286 assert_select 'span.count', :text => '1'
287 end
287 end
288 assert_select 'tr.group' do
288 assert_select 'tr.group' do
289 assert_select 'a', :text => 'Dave Lopper'
289 assert_select 'a', :text => 'Dave Lopper'
290 assert_select 'span.count', :text => '(2)'
290 assert_select 'span.count', :text => '2'
291 end
291 end
292 end
292 end
293
293
General Comments 0
You need to be logged in to leave comments. Login now