Skip to content

Commit f599d39

Browse files
committed
test(exporter): removed unnecessary step #6224
(cherry picked from commit 4e4ffd6)
1 parent f2993fc commit f599d39

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

projects/igniteui-angular/src/lib/services/excel/excel-exporter-grid.spec.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -207,9 +207,6 @@ describe('Excel Exporter', () => {
207207
const fix = result.fixture;
208208
const grid = result.grid;
209209

210-
options.ignorePinning = false;
211-
fix.detectChanges();
212-
213210
const wrapper = await getExportedData(grid, options);
214211
wrapper.verifyStructure();
215212
await wrapper.verifyDataFilesContent(actualData.gridJobTitleIdFrozen, 'Not all pinned columns are frozen in the export!');

0 commit comments

Comments
 (0)