Skip to content

Commit

Permalink
Fix treeList tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonSermyazhko committed Feb 5, 2020
1 parent 2ed2ffe commit d5ccafa
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ import { TreeListWrapper } from '../../helpers/wrappers/dataGridWrappers.js';
import ArrayStore from 'data/array_store';
import TreeList from 'ui/tree_list/ui.tree_list';
import pointerMock from '../../helpers/pointerMock.js';
import { CLICK_EVENT } from '../../helpers/grid/keyboardNavigationHelper.js';

fx.off = true;

Expand Down Expand Up @@ -1336,7 +1337,7 @@ QUnit.test('TreeList should focus only one focused row (T827201)', function(asse
this.clock.tick();

// act
$(treeList.getCellElement(4, 1)).trigger(pointerEvents.up);
$(treeList.getCellElement(4, 1)).trigger(CLICK_EVENT);
this.clock.tick();

// assert
Expand Down

0 comments on commit d5ccafa

Please sign in to comment.