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 151be2c commit 8f3e48c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ on:
push:
branches: [ main ]
pull_request:
branches: [ main, bl8 ]
branches:
- main
- bl8

jobs:
tests:
Expand Down
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 8f3e48c

Please sign in to comment.