mirror of
https://github.com/discourse/discourse.git
synced 2025-05-30 15:28:37 +08:00
FEATURE: add title tag for group detail page (#13702)
This commit is contained in:
@ -411,6 +411,7 @@ describe GroupsController do
|
||||
|
||||
expect(response.status).to eq(200)
|
||||
|
||||
expect(response.body).to have_tag "title", text: "#{group.name} - #{SiteSetting.title}"
|
||||
expect(response.body).to have_tag(:meta, with: {
|
||||
property: 'og:title', content: group.name
|
||||
})
|
||||
|
Reference in New Issue
Block a user