From b5337bf47386110022de361b929ca7073380f35e Mon Sep 17 00:00:00 2001 From: elweyn Date: Mon, 16 Aug 2021 12:58:22 +0200 Subject: [PATCH] Changed the test description to something simpler. --- .../src/views/Pages/UserProfile/UserCard_FormUserMail.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!') }) })