diff --git a/frontend/src/views/Pages/UserProfile/UserCard_FormUserData.spec.js b/frontend/src/views/Pages/UserProfile/UserCard_FormUserData.spec.js index 927f1d29d..b4cdc0fb7 100644 --- a/frontend/src/views/Pages/UserProfile/UserCard_FormUserData.spec.js +++ b/frontend/src/views/Pages/UserProfile/UserCard_FormUserData.spec.js @@ -17,7 +17,6 @@ describe('UserCard_FormUserData', () => { $t: jest.fn((t) => t), $store: { state: { - email: 'user@example.org', firstName: 'Peter', lastName: 'Lustig', description: '', @@ -117,7 +116,6 @@ describe('UserCard_FormUserData', () => { expect(mockAPIcall).toBeCalledWith( expect.objectContaining({ variables: { - email: 'user@example.org', firstName: 'Petra', lastName: 'Lustiger', description: 'Keine Nickelbrille', @@ -165,7 +163,6 @@ describe('UserCard_FormUserData', () => { expect(mockAPIcall).toBeCalledWith( expect.objectContaining({ variables: { - email: 'user@example.org', firstName: 'Petra', lastName: 'Lustiger', description: 'Keine Nickelbrille',