mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fix lint
This commit is contained in:
parent
3d49d0796d
commit
c617035a2d
@ -144,7 +144,9 @@ describe('GddSend', () => {
|
|||||||
})
|
})
|
||||||
|
|
||||||
it('has the text "form.cancel"', () => {
|
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 () => {
|
it('clears all fields on click', async () => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user