FEATURE: remove category badge style options, set bullet style as default (#24198)

This commit is contained in:
Kris
2023-11-13 10:46:15 -05:00
committed by GitHub
parent 70b72ee893
commit 797da5870b
68 changed files with 302 additions and 887 deletions

View File

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