Skip to content

Commit 1a84fae

Browse files
MKirovaMKirova
authored andcommitted
chore(*): Update size of grid so that it can fit 7 rows in unpinned area.
1 parent 7157c89 commit 1a84fae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,8 @@ describe('Row Pinning #grid', () => {
224224
});
225225

226226
it('should pin rows when columns are grouped.', () => {
227+
grid.height = '550px';
228+
fix.detectChanges();
227229
// pin 1st and 2nd data row
228230
grid.pinRow(fix.componentInstance.data[0]);
229231
grid.pinRow(fix.componentInstance.data[1]);

0 commit comments

Comments
 (0)