Skip to content

Commit

Permalink
Merge pull request #4083 from sul-dlss/remove-test
Browse files Browse the repository at this point in the history
Remove test about SolrDocument from a component test
  • Loading branch information
marlo-longley authored Mar 8, 2024
2 parents a7b75ab + a421a39 commit 2b2bdcf
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,6 @@
render_inline(described_class.new(document:))
end

it 'has solr document eresources_library_display_name of nil' do
expect(document.eresources_library_display_name).to be_nil
end

it 'displays the MARC 590 as a bound with note (excluding subfield $c)' do
expect(page).to have_css('.bound-with-note.note-highlight a', text: 'Copy 1 bound with v. 140')
expect(page).to have_no_css('.bound-with-note.note-highlight', text: '55523 (parent record’s ckey)')
Expand Down

0 comments on commit 2b2bdcf

Please sign in to comment.