2
0

Pull out https/hostname setup for request specs to shared config (#31622)

This commit is contained in:
Matt Jankowski
2024-09-03 11:28:57 -04:00
committed by GitHub
parent dc2f67f69b
commit ef4920c6c9
5 changed files with 21 additions and 11 deletions

View File

@@ -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