0
0
Fork 0

Move body class to shared partial for web app controller concern views (#31797)

This commit is contained in:
Matt Jankowski 2024-11-15 10:49:26 -05:00 committed by GitHub
parent 34d7c9edae
commit 297ce9ef44
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 6 additions and 5 deletions

View file

@ -11,6 +11,7 @@ RSpec.describe 'Home page' do
expect(page)
.to have_css('noscript', text: /Mastodon/)
.and have_css('body', class: 'app-body')
end
end
@ -20,6 +21,7 @@ RSpec.describe 'Home page' do
expect(page)
.to have_css('noscript', text: /Mastodon/)
.and have_css('body', class: 'app-body')
end
end
end