mirror of
https://github.com/discourse/discourse.git
synced 2025-06-03 12:14:36 +08:00
DEV: Drop legacy topic-list and raw-handlebars compilation system (#32081)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user