mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 11:11:13 +08:00
DEV: prevents staff computed property to be overridden (#7931)
This commit is contained in:
@ -42,7 +42,7 @@ QUnit.test("As an admin", async assert => {
|
||||
});
|
||||
|
||||
QUnit.test("As a group owner", async assert => {
|
||||
updateCurrentUser({ admin: false, staff: false });
|
||||
updateCurrentUser({ moderator: false, admin: false });
|
||||
await visit("/g/discourse/manage/interaction");
|
||||
|
||||
assert.equal(
|
||||
|
Reference in New Issue
Block a user