mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01:00
tests: replace deprecated jQuery method (#32309)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
parent
29e4eb91c1
commit
f12657b39f
@ -52,6 +52,6 @@ describe('jQuery', () => {
|
|||||||
done()
|
done()
|
||||||
})
|
})
|
||||||
|
|
||||||
$(fixtureEl).find('button').click()
|
$(fixtureEl).find('button').trigger('click')
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user