Skip to content

Commit

Permalink
✅ update institutional repository theme spec
Browse files Browse the repository at this point in the history
  • Loading branch information
sjproctor committed Jan 31, 2025
1 parent 2645c31 commit 4c92402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/features/institutional_repository_theme_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
allow_any_instance_of(ApplicationController).to receive(:current_account).and_return(account)
visit '/'
expect(page).to have_css('body.institutional_repository')
expect(page).to have_css('nav#masthead.navbar.institutional-repository-nav')
expect(page).to have_css('nav#masthead.institutional-repository-nav')
expect(page).to have_css('div.ir-stats')
expect(page).to have_css('div.institutional-repository-featured-researcher')
expect(page).to have_css('div.institutional-repository-recent-uploads')
Expand Down

0 comments on commit 4c92402

Please sign in to comment.