Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dnoneill committed Aug 5, 2024
1 parent 4c4d5ae commit caa1aa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/features/top_navbar_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
describe 'Top Navbar' do
it 'has links' do
visit root_path
within '#topnav' do
expect(page).to have_link 'Stanford University Libraries'
within 'header' do
expect(page).to have_link 'Stanford University'
expect(page).to have_link 'Login'
expect(page).to have_link 'Feedback'
end
Expand Down

0 comments on commit caa1aa8

Please sign in to comment.