Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
whomingbird committed Sep 20, 2024
1 parent 4d5970e commit 001ff37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/functional/extended_metadata_types_controller_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ class ExtendedMetadataTypesControllerTest < ActionController::TestCase
end

assert_select 'div#sample-controlled-vocabs tbody tr' do
assert_select 'td', text: 'apples controlled vocab 1'
assert_select 'td', text: 'apples controlled vocab 2'
assert_select 'td', text: SampleControlledVocab.first.title
assert_select 'td', text: SampleControlledVocab.last.title
end

end
Expand Down

0 comments on commit 001ff37

Please sign in to comment.