This commit is contained in:
Ulf Gebhardt 2021-04-24 02:26:42 +02:00
parent e99313034d
commit 1b8c22bd7d
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -134,7 +134,7 @@ describe('ChangePassword.vue', () => {
await wrapper.find('form').trigger('submit')
})
it('displays error message', async () => {
it('displays error message', async () => {
expect(mocks.$toast.error).toHaveBeenCalledWith('Ouch!')
})
})