mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
change button[type=reset] text from reset to cancel
This commit is contained in:
parent
d446afacbc
commit
0569680b35
@ -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 () => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user