possible flaky test
This commit is contained in:
parent
d35e5082e5
commit
48d20f1e76
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue