0
0
Fork 0

Drop favicon.ico generation (#30375)

This commit is contained in:
Claire 2024-06-26 15:44:08 +02:00 committed by GitHub
parent 2b43c05a6a
commit 7a84b76bb1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 4 additions and 16 deletions

View file

@ -9,7 +9,7 @@ describe 'The account show page' do
get '/@alice'
expect(head_link_icons.size).to eq(4) # One general favicon and three with sizes
expect(head_link_icons.size).to eq(3) # Three favicons with sizes
expect(head_meta_content('og:title')).to match alice.display_name
expect(head_meta_content('og:type')).to eq 'profile'