Skip to content

Commit

Permalink
DEV: Force enable glimmer topic list in specs (#670)
Browse files Browse the repository at this point in the history
Otherwise it'll fail if some other incompatible plugin is installed at the same time
  • Loading branch information
davidtaylorhq authored Dec 19, 2024
1 parent 602db39 commit 0d13b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/system/disable_sort_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
fab!(:user)

before do
SiteSetting.glimmer_topic_list_mode = "auto"
SiteSetting.glimmer_topic_list_mode = "enabled"
sign_in(user)
end

Expand Down

0 comments on commit 0d13b05

Please sign in to comment.