Skip to content

Commit

Permalink
Fixes tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jasoncorum committed Jul 25, 2018
1 parent 3465fdf commit cdb36de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions spec/features/catalog_spec.rb
Expand Up @@ -424,7 +424,7 @@ def expect_all_the_text(fixture_name)
visit '/catalog/cpb-aacip-80-12893j6c'
# No need to click through
expect_all_the_text('clean-bad-essence-track.xml')
expect(page).to have_text('This content has not been digitized.')
expect(page).to have_text('Please note: This content is not currently available in the Online Reading Room.')
expect_no_media
end

Expand Down Expand Up @@ -459,7 +459,7 @@ def expect_all_the_text(fixture_name)
visit 'catalog/cpb-aacip_111-21ghx7d6'
ENV.delete('RAILS_TEST_IP_ADDRESS')
expect_all_the_text('clean-exhibit.xml')
expect(page).to have_text('only available at WGBH and the Library of Congress. ')
expect(page).to have_text('Please note: This content is currently not available at your location.')
expect_no_media
end

Expand Down
2 changes: 1 addition & 1 deletion spec/support/link-check-ignore.txt
Expand Up @@ -221,4 +221,4 @@ http://www.nytimes.com/2012/12/25/us/alcatraz-american-indian-occupation-graffit
https://www.imls.gov/
https://www.loc.gov/collections/civil-rights-history-project/?q=emmett+till
http://digicoll.library.wisc.edu/cgi/f/findaid/findaid-idx?c=wiarchives;cc=wiarchives;q1=Carnegie%20Commission;rgn=main;view=text;didno=uw-whs-us0066af

https://www.senate.gov/artandhistory/history/common/investigations/Watergate.htm

0 comments on commit cdb36de

Please sign in to comment.