This commit is contained in:
Moriz Wahl 2022-03-24 17:20:06 +01:00
parent 92952f3d75
commit e4c7a8ddda

View File

@ -121,7 +121,7 @@ describe('TransactionForm', () => {
await flushPromises()
expect(wrapper.find('span.errors').text()).toBe('form.validation.is-not')
})
it('trims the email after blur', async () => {
await wrapper.find('#input-group-1').find('input').setValue(' valid@email.com ')
await wrapper.find('#input-group-1').find('input').trigger('blur')