Restored the last test.

This commit is contained in:
Hannes Heine 2021-07-20 14:02:17 +02:00
parent dc46f2400d
commit 86e5f05e02

View File

@ -144,9 +144,7 @@ describe('GddSend', () => {
})
it('has the text "form.cancel"', () => {
expect(wrapper.find('button[type="reset"]').find('svg').attributes('aria-label')).toBe(
'trash',
)
expect(wrapper.find('button[type="reset"]').text()).toBe('form.reset')
})
it('clears all fields on click', async () => {