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

Commit 65f3897

Browse files
committed
woopers
1 parent b88fedb commit 65f3897

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

spec/system/ai_bot/homepage_spec.rb

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -271,10 +271,7 @@
271271
end
272272

273273
context "with header dropdown on mobile", mobile: true do
274-
before do
275-
SiteSetting.navigation_menu = "header dropdown"
276-
SiteSetting.discourse_global_communities_enabled = false
277-
end
274+
before { SiteSetting.navigation_menu = "header dropdown" }
278275

279276
it "displays the new question button in the menu when viewing a PM" do
280277
ai_pm_homepage.visit

0 commit comments

Comments
 (0)