mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
removed more emails
This commit is contained in:
parent
3135a43759
commit
c4a61fb8be
@ -15,11 +15,6 @@ describe('UserCard_FormUserPasswort', () => {
|
|||||||
|
|
||||||
const mocks = {
|
const mocks = {
|
||||||
$t: jest.fn((t) => t),
|
$t: jest.fn((t) => t),
|
||||||
$store: {
|
|
||||||
state: {
|
|
||||||
email: 'user@example.org',
|
|
||||||
},
|
|
||||||
},
|
|
||||||
$toasted: {
|
$toasted: {
|
||||||
success: toastSuccessMock,
|
success: toastSuccessMock,
|
||||||
error: toastErrorMock,
|
error: toastErrorMock,
|
||||||
@ -191,7 +186,6 @@ describe('UserCard_FormUserPasswort', () => {
|
|||||||
expect(changePasswordProfileMock).toHaveBeenCalledWith(
|
expect(changePasswordProfileMock).toHaveBeenCalledWith(
|
||||||
expect.objectContaining({
|
expect.objectContaining({
|
||||||
variables: {
|
variables: {
|
||||||
email: 'user@example.org',
|
|
||||||
password: '1234',
|
password: '1234',
|
||||||
passwordNew: 'Aa123456_',
|
passwordNew: 'Aa123456_',
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user