mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
linting
This commit is contained in:
parent
92952f3d75
commit
e4c7a8ddda
@ -121,7 +121,7 @@ describe('TransactionForm', () => {
|
|||||||
await flushPromises()
|
await flushPromises()
|
||||||
expect(wrapper.find('span.errors').text()).toBe('form.validation.is-not')
|
expect(wrapper.find('span.errors').text()).toBe('form.validation.is-not')
|
||||||
})
|
})
|
||||||
|
|
||||||
it('trims the email after blur', async () => {
|
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').setValue(' valid@email.com ')
|
||||||
await wrapper.find('#input-group-1').find('input').trigger('blur')
|
await wrapper.find('#input-group-1').find('input').trigger('blur')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user