clean up spec

This commit is contained in:
Blake Erickson 2024-03-25 15:06:42 -06:00
parent 90c962f300
commit 8987d8bd90
1 changed files with 0 additions and 3 deletions

View File

@ -13,9 +13,6 @@ describe "Assign | Bulk Assign", type: :system do
SiteSetting.assign_enabled = true SiteSetting.assign_enabled = true
SiteSetting.experimental_topic_bulk_actions_enabled_groups = "1" SiteSetting.experimental_topic_bulk_actions_enabled_groups = "1"
# The system tests in this file are flaky and auth token related so turning this on
SiteSetting.verbose_auth_token_logging = true
sign_in(admin) sign_in(admin)
end end