This commit is contained in:
ogerly 2021-07-17 17:16:39 +02:00
parent 3d49d0796d
commit c617035a2d

View File

@ -144,7 +144,9 @@ 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"]').find('svg').attributes('aria-label')).toBe(
'trash',
)
})
it('clears all fields on click', async () => {