Skip to content

Commit

Permalink
Fix tests in FF
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonSermyazhko committed Feb 5, 2020
1 parent b3b00c9 commit e6b3e62
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2284,7 +2284,7 @@ QUnit.module('Focused row', getModuleConfig(true), () => {
onFocusedRowChanging: function(e) {
++focusedRowChangingCount;
assert.equal(e.cancel, false);
assert.equal(e.event.type, CLICK_EVENT);
assert.ok(CLICK_EVENT.startsWith(e.event.type));
assert.equal(e.newRowIndex, 1);
assert.equal(e.prevRowIndex, 4);
assert.equal(e.rows.length, 6);
Expand Down

0 comments on commit e6b3e62

Please sign in to comment.