mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Merge pull request #17182 from overleaf/msm-add-checks-invite-tests
[web] Add extra checks testing invite creation GitOrigin-RevId: ae3d28c94b31ac07a81e006c4c3685c4400e0662
This commit is contained in:
@@ -23,6 +23,8 @@ const createInvite = (sendingUser, projectId, email, callback) => {
|
||||
return callback(err)
|
||||
}
|
||||
expect(response.statusCode).to.equal(200)
|
||||
expect(body.error).to.not.exist
|
||||
expect(body.invite).to.exist
|
||||
callback(null, body.invite)
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user