Skip to content

Commit 29133e8

Browse files
Ivan KitanovIvan Kitanov
authored andcommitted
chore(grid): Fixing test scope
1 parent 5abf56e commit 29133e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -964,9 +964,8 @@ describe('IgxTreeGrid - Selection #tGrid', () => {
964964
expect(treeGrid.selectedCells[0] instanceof IgxGridCell).toBe(true);
965965
expect(treeGrid.selectedCells[0].value).toBe(19);
966966
});
967-
});
968967

969-
it('Should not trigger range selection when CellTemplate is used and the user clicks on element inside it', () => {
968+
it('Should not trigger range selection when CellTemplate is used and the user clicks on element inside it', () => {
970969
const component = fix.componentInstance;
971970

972971
expect(component.customCell).toBeDefined();
@@ -986,6 +985,7 @@ describe('IgxTreeGrid - Selection #tGrid', () => {
986985
fix.detectChanges();
987986
expect(selectionChangeSpy).not.toHaveBeenCalled();
988987
});
988+
});
989989

990990
describe('Cell/Row Selection With Row Editing', () => {
991991

0 commit comments

Comments
 (0)