diff --git a/test/functional/repositories_bazaar_controller_test.rb b/test/functional/repositories_bazaar_controller_test.rb index fb9438c05..9ad709835 100644 --- a/test/functional/repositories_bazaar_controller_test.rb +++ b/test/functional/repositories_bazaar_controller_test.rb @@ -132,18 +132,20 @@ class RepositoriesBazaarControllerTest < ActionController::TestCase :tag => 'td', :child => { :tag => 'a', - :content => /3/ + :content => '3' } - }, + } + assert_tag :tag => 'th', :content => '2', :sibling => { :tag => 'td', :content => /jsmith/ } assert_tag :tag => 'th', :content => '2', :sibling => { :tag => 'td', :child => { :tag => 'a', - :content => /3/ + :content => '3' } - }, + } + assert_tag :tag => 'th', :content => '2', :sibling => { :tag => 'td', :content => /Main purpose/ } end else