Skip to content

Commit

Permalink
delete forgotten diagnostic outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
conorom authored Jan 27, 2025
1 parent 739d479 commit 9e2c659
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions spec/services/embed_code_service_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,6 @@
expect(doc.search(video_embed_attributes)).to be_empty
expect(doc.search("iframe[@src=\"#{video_embed_url}\"]").size).to eq(1)
expect(doc.search(youtube_video_embed_attributes)).to be_empty
pp ActiveFedora::SolrService.query("{!terms f=id}#{youtube_video.id}", rows: 1)
pp File.read(File.join(root_path, 'EPUB', 'xhtml', 'embeds_using_data_attributes.xhtml'))
expect(doc.search("iframe[@src=\"#{youtube_video_embed_url}\"]").size).to eq(1)
end

Expand Down

0 comments on commit 9e2c659

Please sign in to comment.