DEV: Drop legacy topic-list and raw-handlebars compilation system (#32081)

This commit is contained in:
David Taylor
2025-04-14 10:42:40 +01:00
committed by GitHub
parent 13cb472ec8
commit f0057c7353
127 changed files with 156 additions and 3420 deletions

View File

@ -6,10 +6,7 @@ describe "glimmer topic list", type: :system do
let(:topic_list) { PageObjects::Components::TopicList.new }
let(:topic_page) { PageObjects::Pages::Topic.new }
before do
SiteSetting.glimmer_topic_list_mode = "enabled"
sign_in(user)
end
before { sign_in(user) }
describe "/latest" do
it "shows the list" do