From c4a61fb8be1279f071eb5ee9927e36573785d0c9 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Mon, 4 Oct 2021 10:49:50 +0200 Subject: [PATCH] removed more emails --- .../Pages/UserProfile/UserCard_FormUserPasswort.spec.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/frontend/src/views/Pages/UserProfile/UserCard_FormUserPasswort.spec.js b/frontend/src/views/Pages/UserProfile/UserCard_FormUserPasswort.spec.js index 296d61b7c..3997bb71e 100644 --- a/frontend/src/views/Pages/UserProfile/UserCard_FormUserPasswort.spec.js +++ b/frontend/src/views/Pages/UserProfile/UserCard_FormUserPasswort.spec.js @@ -15,11 +15,6 @@ describe('UserCard_FormUserPasswort', () => { const mocks = { $t: jest.fn((t) => t), - $store: { - state: { - email: 'user@example.org', - }, - }, $toasted: { success: toastSuccessMock, error: toastErrorMock, @@ -191,7 +186,6 @@ describe('UserCard_FormUserPasswort', () => { expect(changePasswordProfileMock).toHaveBeenCalledWith( expect.objectContaining({ variables: { - email: 'user@example.org', password: '1234', passwordNew: 'Aa123456_', },