From ee8dc35ccb3108c9bec5e87289be5d22782ae06b Mon Sep 17 00:00:00 2001 From: Juan David Martinez Date: Thu, 6 Mar 2025 10:18:35 -0500 Subject: [PATCH] fixed failing tests --- spec/system/assign_topic_spec.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/system/assign_topic_spec.rb b/spec/system/assign_topic_spec.rb index 364a5d6..8bc143a 100644 --- a/spec/system/assign_topic_spec.rb +++ b/spec/system/assign_topic_spec.rb @@ -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