Skip to content

Commit 4a71e6e

Browse files
committed
chore(*): Update autosize test.
1 parent 1a93f13 commit 4a71e6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ describe('IgxGrid - Deferred Column Resizing #grid', () => {
390390
column.autosize(true);
391391
fixture.detectChanges();
392392

393-
expect(parseInt(column.width, 10)).toEqual(111);
393+
expect(column.width).toEqual('112px');
394394
}));
395395

396396
it('should autosize pinned column programmatically.', fakeAsync(/** height/width setter rAF */() => {

0 commit comments

Comments
 (0)