tests: replace deprecated jQuery method (#32309)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
parent
29e4eb91c1
commit
f12657b39f
1 changed files with 1 additions and 1 deletions
|
|
@ -52,6 +52,6 @@ describe('jQuery', () => {
|
|||
done()
|
||||
})
|
||||
|
||||
$(fixtureEl).find('button').click()
|
||||
$(fixtureEl).find('button').trigger('click')
|
||||
})
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue