UX: new sidebar styling (#29119)

This commit is contained in:
chapoi
2024-10-08 11:28:36 +02:00
committed by GitHub
parent a7a9148b1e
commit 0ba7a7ecab
5 changed files with 38 additions and 20 deletions

View File

@@ -23,7 +23,7 @@ RSpec.describe "Sidebar navigation menu", type: :system do
expect(sidebar_page.channels_section).to have_css(
".sidebar-section-header-text",
text: I18n.t("js.chat.chat_channels"),
text: I18n.t("js.chat.chat_channels").upcase,
)
end