mirror of
https://github.com/discourse/discourse.git
synced 2025-05-28 22:08:01 +08:00
DEV: prevents staff computed property to be overridden (#7931)
This commit is contained in:
@ -156,7 +156,7 @@ acceptance("Composer topic featured links when uncategorized is not allowed", {
|
||||
});
|
||||
|
||||
QUnit.test("Pasting a link enables the text input area", async assert => {
|
||||
updateCurrentUser({ admin: false, staff: false, trust_level: 1 });
|
||||
updateCurrentUser({ moderator: false, admin: false, trust_level: 1 });
|
||||
|
||||
await visit("/");
|
||||
await click("#create-topic");
|
||||
|
Reference in New Issue
Block a user