fixed failing tests
This commit is contained in:
parent
64fe74c318
commit
ee8dc35ccb
|
@ -10,6 +10,7 @@ describe "Assign | Assigning topics", type: :system do
|
||||||
|
|
||||||
before do
|
before do
|
||||||
SiteSetting.assign_enabled = true
|
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
|
# The system tests in this file are flaky and auth token related so turning this on
|
||||||
SiteSetting.verbose_auth_token_logging = true
|
SiteSetting.verbose_auth_token_logging = true
|
||||||
|
|
Loading…
Reference in New Issue