Fix new unit test in popover

This commit is contained in:
Johann-S 2017-11-24 10:11:34 +01:00 committed by XhmikosR
parent ec69de4b7e
commit 2ff8ed5cbf
1 changed files with 1 additions and 1 deletions

View File

@ -462,6 +462,6 @@ $(function () {
done() done()
}) })
$popover.trigger($.Event('click')) EventHandler.trigger($popover[0], 'click')
}) })
}) })