Drop favicon.ico generation (#30375)
This commit is contained in:
parent
2b43c05a6a
commit
7a84b76bb1
6 changed files with 4 additions and 16 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue