Skip to content

Commit

Permalink
Update footer spec
Browse files Browse the repository at this point in the history
  • Loading branch information
christinach committed Aug 13, 2024
1 parent fda556a commit 282e413
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec/features/footer_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
it 'displays on the home page' do
visit '/'
within('footer') do
expect(page).to have_link('Databases')
expect(page).to have_link('Catalog')
expect(page).to have_link('Accessibility')
expect(page).to have_link('For Library Staff')
expect(page).to have_link('Staff Directory')
expect(page).to have_link('Library Jobs')
end
end
end

0 comments on commit 282e413

Please sign in to comment.