fix yarn test

This commit is contained in:
ogerly 2021-05-06 11:17:51 +02:00
parent 789817e31d
commit 9ee6149141

View File

@ -120,7 +120,7 @@ describe('GddSend', () => {
})
it('has the text "form.cancel"', () => {
expect(wrapper.find('button[type="reset"]').text()).toBe('form.cancel')
expect(wrapper.find('button[type="reset"]').text()).toBe('form.reset')
})
it.skip('clears the email field on click', async () => {