mirror of
https://github.com/discourse/discourse.git
synced 2025-06-01 03:35:15 +08:00
FEATURE: remove category badge style options, set bullet style as default (#24198)
This commit is contained in:
@ -77,7 +77,7 @@ RSpec.describe "Channel - Info - Settings page", type: :system do
|
||||
it "shows channel info" do
|
||||
chat_page.visit_channel_settings(channel_1)
|
||||
|
||||
expect(page.find(".category-name")).to have_content(channel_1.chatable.name)
|
||||
expect(page.find(".badge-category__name")).to have_content(channel_1.chatable.name)
|
||||
expect(page.find(".chat-channel-settings__name")).to have_content(channel_1.title)
|
||||
expect(page.find(".chat-channel-settings__slug")).to have_content(channel_1.slug)
|
||||
end
|
||||
|
Reference in New Issue
Block a user