Skip to content

Commit

Permalink
improve 01-users.js
Browse files Browse the repository at this point in the history
Signed-off-by: Abhinav Kumar <abhinav@avitechlab.com>
  • Loading branch information
abhinavkrin committed Jun 28, 2024
1 parent 7bb4794 commit 3280b16
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions apps/meteor/tests/end-to-end/api/01-users.js
Original file line number Diff line number Diff line change
Expand Up @@ -876,6 +876,13 @@ describe('[Users]', function () {
).body._id;
});

after('Remove invite link', async () =>
request
.delete(api(`removeInvite/${inviteToken}`))
.set(credentials)
.send(),
);

after(() =>
Promise.all([
clearCustomFields(),
Expand Down

0 comments on commit 3280b16

Please sign in to comment.