diff --git a/frontend/src/views/Pages/UserProfile/UserCard_FormUserMail.spec.js b/frontend/src/views/Pages/UserProfile/UserCard_FormUserMail.spec.js index f8a5326be..93477bdfa 100644 --- a/frontend/src/views/Pages/UserProfile/UserCard_FormUserMail.spec.js +++ b/frontend/src/views/Pages/UserProfile/UserCard_FormUserMail.spec.js @@ -84,7 +84,7 @@ describe('UserCard_FormUserMail', () => { ) }) - it('error message is send to the window.alert', async () => { + it('shows an error message', async () => { expect(window.alert).toBeCalledWith('Ouch!') }) })