Skip to content

Commit ed891ba

Browse files
Martin DragnevMartin Dragnev
authored andcommitted
chore(*): removing column groups in the test template
1 parent 8580823 commit ed891ba

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

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

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ describe('Row Pinning #grid', () => {
219219
expect(grid.getRowByIndex(1).rowID).toBe(fix.componentInstance.data[1]);
220220
});
221221
});
222-
describe('Row pinning with MRL', () => {
222+
fdescribe('Row pinning with MRL', () => {
223223
beforeEach(fakeAsync(() => {
224224
fix = TestBed.createComponent(GridRowPinningWithMRLComponent);
225225
fix.detectChanges();
@@ -329,13 +329,6 @@ export class GridRowPinningComponent {
329329
@Component({
330330
template: `
331331
<igx-grid [data]="data" height="500px" [pinning]='pinningConfig'>
332-
<igx-column-group header="General Information">
333-
<igx-column field="CompanyName"></igx-column>
334-
<igx-column-group [movable]="true" header="Person Details">
335-
<igx-column field="ContactName"></igx-column>
336-
<igx-column field="ContactTitle"></igx-column>
337-
</igx-column-group>
338-
</igx-column-group>
339332
<igx-column-layout *ngFor='let group of colGroups'>
340333
<igx-column *ngFor='let col of group.columns'
341334
[rowStart]="col.rowStart" [colStart]="col.colStart" [width]='col.width'

0 commit comments

Comments
 (0)