Update deleteAfter flag in invitation spec

This commit modifies the `deleteAfter` flag from `false` to `true` in the E2E tests for invitations. This change helps to ensure that invitation emails are deleted after being confirmed during testing, keeping the test environment cleaner.
This commit is contained in:
giancarlo
2024-04-13 21:05:59 +08:00
parent cb3e14a265
commit eca8bb76c4

View File

@@ -37,7 +37,7 @@ test.describe('Invitations', () => {
await invitations.auth.signOut();
await invitations.auth.visitConfirmEmailLink(invites[0]!.email, {
deleteAfter: false
deleteAfter: true
});
await invitations.auth.signUp({