Skip to content

Commit bf32551

Browse files
committed
chore(*): remove some comments
1 parent d8f7fb7 commit bf32551

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -805,7 +805,6 @@ describe('Basic IgxPivotGrid #pivotGrid', () => {
805805
const filterChip = filterChipArea.chipsList.first;
806806
// start drag in filter chip area.
807807
headerRow.onDimDragStart({}, filterChipArea);
808-
// pivotGrid.pipeTrigger++;
809808
fixture.detectChanges();
810809

811810
// check drop here chips are displayed in other areas
@@ -820,7 +819,6 @@ describe('Basic IgxPivotGrid #pivotGrid', () => {
820819
dragChip: filterChip,
821820
owner: dropHereRowChip
822821
}, rowChipArea, PivotDimensionType.Row);
823-
// pivotGrid.pipeTrigger++;
824822
fixture.detectChanges();
825823
pivotGrid.cdr.detectChanges();
826824

@@ -832,7 +830,6 @@ describe('Basic IgxPivotGrid #pivotGrid', () => {
832830
const colChip = colChipArea.chipsList.first;
833831
// start drag in row chip area.
834832
headerRow.onDimDragStart({}, rowChipArea);
835-
// pivotGrid.pipeTrigger++;
836833
fixture.detectChanges();
837834

838835
// drag Seller from row dimension as first chip in columns
@@ -843,7 +840,6 @@ describe('Basic IgxPivotGrid #pivotGrid', () => {
843840
offsetX: 0
844841
}
845842
}, PivotDimensionType.Column);
846-
// pivotGrid.pipeTrigger++;
847843
fixture.detectChanges();
848844
//check drop indicator between chips
849845
expect((colChip.nativeElement.previousElementSibling as any).style.visibility).toBe('');
@@ -854,7 +850,6 @@ describe('Basic IgxPivotGrid #pivotGrid', () => {
854850
dragChip: rowSellerChip,
855851
owner: colChip
856852
}, colChipArea, PivotDimensionType.Column);
857-
// pivotGrid.pipeTrigger++;
858853
pivotGrid.cdr.detectChanges();
859854
fixture.detectChanges();
860855

0 commit comments

Comments
 (0)