Skip to content

Commit 56f2611

Browse files
committed
chore(tests): remove fit from a test
1 parent 978b135 commit 56f2611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ describe('IgxGrid - Cell selection #grid', () => {
4343
detect = () => grid.cdr.detectChanges();
4444
});
4545

46-
fit('Should be able to select a range with mouse dragging', () => {
46+
it('Should be able to select a range with mouse dragging', () => {
4747
const selectionChangeSpy = spyOn<any>(grid.rangeSelected, 'emit').and.callThrough();
4848
const startCell = grid.gridAPI.get_cell_by_index(2, 'ParentID');
4949
const endCell = grid.gridAPI.get_cell_by_index(3, 'ID');

0 commit comments

Comments
 (0)