Changed the test description to something simpler.

This commit is contained in:
elweyn 2021-08-16 12:58:22 +02:00
parent a1697f1b79
commit b5337bf473

View File

@ -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!')
})
})