Skip to content

Commit 2aa86ca

Browse files
MKirovaMKirova
authored andcommitted
chore(*): Fix test timing.
1 parent 56cb4ef commit 2aa86ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ describe('IgxGrid - Cell component #grid', () => {
248248
});
249249
});
250250

251-
xit('Should not clear selected cell when scrolling with mouse wheel', (async () => {
251+
it('Should not clear selected cell when scrolling with mouse wheel', (async () => {
252252
const cell = grid.gridAPI.get_cell_by_index(3, 'value');
253253
UIInteractions.simulateClickAndSelectEvent(cell);
254254
fix.detectChanges();

0 commit comments

Comments
 (0)