Skip to content

Commit 1cdd8a0

Browse files
committed
chore(grid-mrl): Expect rows to be 1px bigger because of the border
1 parent f6943e1 commit 1cdd8a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1091,7 +1091,7 @@ describe('IgxGrid - multi-row-layout', () => {
10911091
expect(lastRow.element.nativeElement.getBoundingClientRect().bottom).toBe(grid.tbody.nativeElement.getBoundingClientRect().bottom);
10921092

10931093
// check size is correct
1094-
expect(grid.verticalScrollContainer.getSizeAt(lastIndex)).toBe(150);
1094+
expect(grid.verticalScrollContainer.getSizeAt(lastIndex)).toBe(151);
10951095

10961096
// check DOM
10971097
const lastRowCells = lastRow.cells.toArray();

0 commit comments

Comments
 (0)