From 1a661146410644dab773b8c54f79eac7a7795ac3 Mon Sep 17 00:00:00 2001 From: maxturer Date: Tue, 6 Aug 2024 21:01:18 +0000 Subject: [PATCH] updated footer spec test --- spec/features/homepage_spec.rb | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/spec/features/homepage_spec.rb b/spec/features/homepage_spec.rb index 9fcab0e5..2c525226 100644 --- a/spec/features/homepage_spec.rb +++ b/spec/features/homepage_spec.rb @@ -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