Skip to content

Commit 33e49b1

Browse files
committed
test(esf): update test #5604
1 parent 1263272 commit 33e49b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5652,7 +5652,7 @@ describe('IgxGrid - Filtering actions - Excel style filtering', () => {
56525652
fix.detectChanges();
56535653
tick(100);
56545654
// Adjust column widths, so their group can be pinned.
5655-
const columnFields = ['ID', 'ProductName', 'Downloads', 'Released', 'ReleaseDate'];
5655+
const columnFields = ['ID', 'ProductName', 'Downloads', 'Released', 'ReleaseDate', 'AnotherField'];
56565656
columnFields.forEach((columnField) => {
56575657
const col = grid.columns.find((c) => c.field === columnField);
56585658
col.width = '100px';

0 commit comments

Comments
 (0)