fixed failing tests

This commit is contained in:
Juan David Martinez 2025-03-06 10:18:35 -05:00
parent 64fe74c318
commit ee8dc35ccb
No known key found for this signature in database
GPG Key ID: FE50F4B983E68D5B
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ describe "Assign | Assigning topics", type: :system do
before do
SiteSetting.assign_enabled = true
SiteSetting.prioritize_full_name_in_ux = false
# The system tests in this file are flaky and auth token related so turning this on
SiteSetting.verbose_auth_token_logging = true