mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03:00
tests: replace deprecated jQuery method (#32309)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
@@ -52,6 +52,6 @@ describe('jQuery', () => {
|
||||
done()
|
||||
})
|
||||
|
||||
$(fixtureEl).find('button').click()
|
||||
$(fixtureEl).find('button').trigger('click')
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user