mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
parent
74f94e85a4
commit
5e2613b6ed
1 changed files with 0 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue