Skip to content

Commit 425db1d

Browse files
committed
chore(*): update failing tests
1 parent ced1460 commit 425db1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/grids/tree-grid/tree-grid-multi-cell-selection.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ describe('IgxTreeGrid - Multi Cell selection #tGrid', () => {
284284
fix.detectChanges();
285285

286286
UIInteractions.simulatePointerOverElementEvent('pointerdown', startCell.nativeElement);
287-
startCell.nativeElement.dispatchEvent(new MouseEvent('click'));
287+
startCell.nativeElement.dispatchEvent(new Event('focus'));
288288
detect();
289289

290290
expect(startCell.focused).toBe(true);

0 commit comments

Comments
 (0)