Skip to content

Commit

Permalink
Update search_results_test.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
ewlarson committed Sep 25, 2024
1 parent 04aa9b9 commit 23de933
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions test/system/search_results_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ def test_footer_nav
assert page.has_no_link?("History")

# Good Links - Should Pass
assert page.has_link?("News & Updates")
assert page.has_link?("About Us")
assert page.has_link?("Contact Project Team")
assert page.has_link?("Big Ten Academic Alliance Homepage")
assert page.has_text?("About & Help")
assert page.has_text?("Policies")
assert page.has_text?("Sponsors")
assert page.has_text?("BTAA Member Libraries & Stories")
assert page.has_text?("Explore Member Libraries")
end
end

Expand Down

0 comments on commit 23de933

Please sign in to comment.