1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-08 06:36:33 +02:00

tests: replace deprecated jQuery method (#32309)

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
Rohit Sharma
2020-12-16 20:51:43 +05:30
committed by GitHub
parent 29e4eb91c1
commit f12657b39f

View File

@@ -52,6 +52,6 @@ describe('jQuery', () => {
done()
})
$(fixtureEl).find('button').click()
$(fixtureEl).find('button').trigger('click')
})
})