mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
parent
74f94e85a4
commit
5e2613b6ed
@ -920,9 +920,6 @@ describe('Acceptance: Staff', function () {
|
||||
// add an expired invite
|
||||
this.server.create('invite', {expires: moment.utc().subtract(1, 'day').valueOf(), role: adminRole});
|
||||
|
||||
// add a suspended user
|
||||
suspendedUser = this.server.create('user', {email: 'suspended@example.com', roles: [adminRole], status: 'inactive'});
|
||||
|
||||
return await authenticateSession();
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user