Skip to content

Commit 413ab2c

Browse files
committed
test(grid): update the failing tests for the high density mode feature
1 parent 32d4140 commit 413ab2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/angular/components/ui-grid/src/ui-grid.component.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1143,7 +1143,7 @@ describe('Component: UiGrid', () => {
11431143
expect(grid.rowSize).toBe(32);
11441144

11451145
const headerRow = fixture.debugElement.query(By.css('.ui-grid-header-row')).nativeElement;
1146-
expect(getComputedStyle(headerRow).height).toBe('32px');
1146+
expect(getComputedStyle(headerRow).height).toBe('40px');
11471147
const contentRow = fixture.debugElement.query(By.css('.ui-grid-row')).nativeElement;
11481148
expect(getComputedStyle(contentRow).height).toBe('32px');
11491149
});

0 commit comments

Comments
 (0)