DEV: Remove `capture_logs: true` metadata (#547)

Why this change?

We believe we have figured out the problem and not longer need the debugging information.
This commit is contained in:
Alan Guo Xiang Tan 2024-02-22 20:09:22 +08:00 committed by GitHub
parent ae26c05db5
commit 56b0de3896
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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]]) }