diff --git a/apps/e2e/tests/backend/backend-helpers.ts b/apps/e2e/tests/backend/backend-helpers.ts index d8c61ccae..651cff999 100644 --- a/apps/e2e/tests/backend/backend-helpers.ts +++ b/apps/e2e/tests/backend/backend-helpers.ts @@ -206,7 +206,7 @@ export namespace Auth { "branchId": "main", "displayName": expect.toSatisfy(() => true), "primaryEmail": expect.toSatisfy(() => true), - "primaryEmailVerified": expect.toSatisfy(() => true), + "primaryEmailVerified": expect.any(Boolean), "selectedTeamId": expect.toSatisfy(() => true), }); }