Skip to content

Commit 519b9e5

Browse files
committed
fix(test): add pipeArgs for the last column #8786
1 parent 353aaf2 commit 519b9e5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1549,6 +1549,11 @@ describe('IgxGrid Component Tests #grid', () => {
15491549
});
15501550

15511551
grid.locale = 'de-DE';
1552+
grid.columnList.toArray()[5].pipeArgs = {
1553+
timezone: 'UTC',
1554+
format: 'longDate',
1555+
digitsInfo: '1.2-2'
1556+
};
15521557
grid.columnList.toArray()[4].pipeArgs = {
15531558
timezone: 'UTC',
15541559
format: 'longDate',

0 commit comments

Comments
 (0)