diff --git a/spec/system/assign_topic_spec.rb b/spec/system/assign_topic_spec.rb index 29b8e146..f3148a88 100644 --- a/spec/system/assign_topic_spec.rb +++ b/spec/system/assign_topic_spec.rb @@ -34,7 +34,7 @@ context "when assigns are not public" do before { SiteSetting.assigns_public = false } - it "assigned small action post has 'private-assign' in class attribute" do + it "assigned small action post has 'private-assign' in class attribute", capture_log: true do visit "/t/#{topic.id}" topic_page.click_assign_topic