Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit 8527279

Browse files
authored
dev: removes messages section from sidebar (#1477)
1 parent 4ad64ed commit 8527279

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

spec/system/ai_bot/homepage_spec.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,6 @@
211211
expect(ai_pm_homepage).to have_homepage
212212
expect(sidebar).to have_no_tags_section
213213
expect(sidebar).to have_no_section("categories")
214-
expect(sidebar).to have_no_section("messages")
215214
expect(sidebar).to have_no_section("chat-dms")
216215
expect(sidebar).to have_no_section("chat-channels")
217216
expect(sidebar).to have_no_section("user-threads")
@@ -405,7 +404,6 @@
405404
topic_page.visit_topic(pm)
406405

407406
expect(sidebar).to have_section("categories")
408-
expect(sidebar).to have_section("messages")
409407
expect(sidebar).to have_section("chat-dms")
410408
expect(sidebar).to have_no_css("button.ai-new-question-button")
411409
end

0 commit comments

Comments
 (0)