diff --git a/spec/system/assign_topic_spec.rb b/spec/system/assign_topic_spec.rb index 873ea5c..fd4a822 100644 --- a/spec/system/assign_topic_spec.rb +++ b/spec/system/assign_topic_spec.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -describe "Assign | Assigning topics", type: :system, capture_log: true do +describe "Assign | Assigning topics", type: :system do let(:topic_page) { PageObjects::Pages::Topic.new } let(:assign_modal) { PageObjects::Modals::Assign.new } fab!(:staff_user) { Fabricate(:user, groups: [Group[:staff]]) }