Skip to content

Commit

Permalink
updated footer spec test
Browse files Browse the repository at this point in the history
  • Loading branch information
maxturer committed Aug 6, 2024
1 parent f67db7f commit 1a66114
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions spec/features/homepage_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -159,15 +159,9 @@
end
end

it 'has a link to "A-Z Index"' do
it 'has a link to "Report a Barrier to Accessibility"' do
within "#footer-links" do
expect(page).to have_content("A-Z Index")
end
end

it 'has a link to "Accessibility Feedback Form"' do
within "#footer-links" do
expect(page).to have_content("Accessibility Feedback Form")
expect(page).to have_content("Report a Barrier to Accessibility")
end
end
end
Expand Down

0 comments on commit 1a66114

Please sign in to comment.