From 8527279594dc471fbfc13076ed0f10adb22d3fa1 Mon Sep 17 00:00:00 2001 From: Yuriy Kurant Date: Tue, 1 Jul 2025 15:23:11 +0800 Subject: [PATCH] dev: removes messages section from sidebar (#1477) --- spec/system/ai_bot/homepage_spec.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/spec/system/ai_bot/homepage_spec.rb b/spec/system/ai_bot/homepage_spec.rb index ef4ea912..13393894 100644 --- a/spec/system/ai_bot/homepage_spec.rb +++ b/spec/system/ai_bot/homepage_spec.rb @@ -211,7 +211,6 @@ RSpec.describe "AI Bot - Homepage", type: :system do expect(ai_pm_homepage).to have_homepage expect(sidebar).to have_no_tags_section expect(sidebar).to have_no_section("categories") - expect(sidebar).to have_no_section("messages") expect(sidebar).to have_no_section("chat-dms") expect(sidebar).to have_no_section("chat-channels") expect(sidebar).to have_no_section("user-threads") @@ -405,7 +404,6 @@ RSpec.describe "AI Bot - Homepage", type: :system do topic_page.visit_topic(pm) expect(sidebar).to have_section("categories") - expect(sidebar).to have_section("messages") expect(sidebar).to have_section("chat-dms") expect(sidebar).to have_no_css("button.ai-new-question-button") end