change button[type=reset] text from reset to cancel

This commit is contained in:
ogerly 2022-04-03 12:05:07 +02:00
parent d446afacbc
commit 0569680b35

View File

@ -249,7 +249,7 @@ Die ganze Welt bezwingen.“`)
})
it('has the text "form.cancel"', () => {
expect(wrapper.find('button[type="reset"]').text()).toBe('form.reset')
expect(wrapper.find('button[type="reset"]').text()).toBe('form.cancel')
})
it('clears all fields on click', async () => {