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:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user