Skip to content

Commit b1c175a

Browse files
author
Alyar
committed
Fix QUnit test (part 2)
1 parent 0dd3810 commit b1c175a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/devextreme/testing/tests/DevExpress.ui.widgets.dataGrid/adaptiveColumns.tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4573,7 +4573,7 @@ QUnit.module('Keyboard navigation', {
45734573
this.getActiveInputElement().trigger(e);
45744574
this.clock.tick(10);
45754575

4576-
const $cell = this.getRowElement(2).children().eq(0);
4576+
const $cell = $(this.getRowElement(2)).children().eq(0);
45774577
eventsEngine.triggerHandler($cell, 'focus');
45784578
this.clock.tick(10);
45794579

0 commit comments

Comments
 (0)