diff --git a/spec/system/assign_post_spec.rb b/spec/system/assign_post_spec.rb index 1359621..20f4f3a 100644 --- a/spec/system/assign_post_spec.rb +++ b/spec/system/assign_post_spec.rb @@ -11,6 +11,10 @@ describe "Assign | Assigning posts", 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 sign_in(admin) end