fix copy/paste

This commit is contained in:
Penar Musaraj 2025-03-14 10:31:38 -04:00
parent 667d2e1647
commit 3f023c2b03
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ describe "Discourse Docs | Index", type: :system do
topic_2.update_excerpt(post_2.excerpt_for_topic)
end
context "when docs_show_topic_excerpts is true" do
context "when docs_show_topic_excerpts is false" do
before { SiteSetting.always_include_topic_excerpts = false }
it "does not show the topic excerpts by default" do
visit("/docs")