diff --git a/apps/e2e/tests/backend/backend-helpers.ts b/apps/e2e/tests/backend/backend-helpers.ts index 990436bc2..d8c61ccae 100644 --- a/apps/e2e/tests/backend/backend-helpers.ts +++ b/apps/e2e/tests/backend/backend-helpers.ts @@ -204,6 +204,10 @@ export namespace Auth { "sub": expect.any(String), "role": "authenticated", "branchId": "main", + "displayName": expect.toSatisfy(() => true), + "primaryEmail": expect.toSatisfy(() => true), + "primaryEmailVerified": expect.toSatisfy(() => true), + "selectedTeamId": expect.toSatisfy(() => true), }); } }