Skip to content

Commit

Permalink
tests: replace deprecated jQuery method (#32309)
Browse files Browse the repository at this point in the history
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
  • Loading branch information
rohit2sharma95 and XhmikosR committed Dec 16, 2020
1 parent 29e4eb9 commit f12657b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/tests/unit/jquery.spec.js
Expand Up @@ -52,6 +52,6 @@ describe('jQuery', () => {
done()
})

$(fixtureEl).find('button').click()
$(fixtureEl).find('button').trigger('click')
})
})

0 comments on commit f12657b

Please sign in to comment.