Skip to content

Commit

Permalink
Fix GridView JS test to click on all elements in a group instead of o…
Browse files Browse the repository at this point in the history
…nly first element (yiisoft#17719)
  • Loading branch information
samdark authored Dec 6, 2019
1 parent 8911141 commit c7f07cc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/js/tests/yii.gridView.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,7 @@ describe('yii.gridView', function () {
* @param $el
*/
function click($el) {
var e = $.Event('click');
$el.trigger(e);
$el.click();
}

/**
Expand Down

0 comments on commit c7f07cc

Please sign in to comment.