Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I142 home page themes #2439

Merged
merged 10 commits into from
Feb 3, 2025
Prev Previous commit
Next Next commit
✅ update institutional repository theme spec
sjproctor committed Jan 31, 2025

Verified

This commit was signed with the committer’s verified signature.
snyk-bot Snyk bot
commit 4c9240290abdba527a7435aa7a4b2f79fbd87b34
2 changes: 1 addition & 1 deletion spec/features/institutional_repository_theme_spec.rb
Original file line number Diff line number Diff line change
@@ -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')