Skip to content

Commit 1742288

Browse files
MKirovaMKirova
authored andcommitted
chore(*): Fix last test.
1 parent da493f1 commit 1742288

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1651,6 +1651,7 @@ describe('IgxGrid Component Tests #grid', () => {
16511651
const expectedHeight = fix.debugElement.query(By.css('igx-grid')).nativeElement.getBoundingClientRect().height -
16521652
grid.nativeElement.querySelector('.igx-grid__thead').getBoundingClientRect().height -
16531653
grid.nativeElement.querySelector('.igx-grid__tfoot').getBoundingClientRect().height -
1654+
grid.nativeElement.querySelector('.igx-grid__footer').getBoundingClientRect().height -
16541655
grid.nativeElement.querySelector('.igx-grid__scroll').getBoundingClientRect().height;
16551656
expect(parseInt(window.getComputedStyle(gridBody.nativeElement).height, 10)).toBe(expectedHeight);
16561657
expect(parseInt(window.getComputedStyle(paging.nativeElement).height, 10)).toBe(36);

0 commit comments

Comments
 (0)