mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-14 00:08:46 +00:00
Pull out https/hostname setup for request specs to shared config (#31622)
This commit is contained in:
@@ -14,7 +14,7 @@ describe 'The account show page' do
|
||||
expect(head_meta_content('og:title')).to match alice.display_name
|
||||
expect(head_meta_content('og:type')).to eq 'profile'
|
||||
expect(head_meta_content('og:image')).to match '.+'
|
||||
expect(head_meta_content('og:url')).to match 'http://.+'
|
||||
expect(head_meta_content('og:url')).to eq short_account_url(username: alice.username)
|
||||
end
|
||||
|
||||
def head_link_icons
|
||||
|
||||
Reference in New Issue
Block a user