Skip to content

Commit ef01fc8

Browse files
committed
test(grid): update test description for auto-sized columns to clarify size cache rebuilding
1 parent 578f882 commit ef01fc8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1540,7 +1540,7 @@ describe('IgxGrid - Column properties #grid', () => {
15401540
expect(grid.columns.find(x => x.field === 'Fax').width).toBe('130px');
15411541
}));
15421542

1543-
it('should auto-size column when scrolled into view.', (async () => {
1543+
it('should rebuild horizontal size cache for auto-sized columns when scrolled into view.', (async () => {
15441544
const fix = TestBed.createComponent(ResizableColumnsComponent);
15451545
const cols = [];
15461546
const data = [];

0 commit comments

Comments
 (0)