diff --git a/cypress/fixtures/members.ts b/cypress/fixtures/members.ts index 29496caf..00f3f71a 100644 --- a/cypress/fixtures/members.ts +++ b/cypress/fixtures/members.ts @@ -5,7 +5,7 @@ export const MEMBERS: { [key: string]: Member } = { id: '0f0a2774-a965-4b97-afb4-bccc3796e060', name: 'anna', type: MemberType.Individual, - email: 'bob@gmail.com', + email: 'anna@graasp.org', extra: {}, createdAt: new Date(), updatedAt: new Date(), @@ -14,7 +14,7 @@ export const MEMBERS: { [key: string]: Member } = { id: '1f0a2774-a965-4b97-afb4-bccc3796e060', name: 'bob', type: MemberType.Individual, - email: 'bob@gmail.com', + email: 'bob@graasp.org', extra: {}, createdAt: new Date(), updatedAt: new Date(),