From 0d13b0569526d473bfb886633704579a0adc7746 Mon Sep 17 00:00:00 2001 From: David Taylor Date: Thu, 19 Dec 2024 17:30:31 +0000 Subject: [PATCH] DEV: Force enable glimmer topic list in specs (#670) Otherwise it'll fail if some other incompatible plugin is installed at the same time --- spec/system/disable_sort_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/system/disable_sort_spec.rb b/spec/system/disable_sort_spec.rb index 74146bc81..c7915ef90 100644 --- a/spec/system/disable_sort_spec.rb +++ b/spec/system/disable_sort_spec.rb @@ -28,7 +28,7 @@ fab!(:user) before do - SiteSetting.glimmer_topic_list_mode = "auto" + SiteSetting.glimmer_topic_list_mode = "enabled" sign_in(user) end