We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3edba8f commit b087ddbCopy full SHA for b087ddb
projects/igniteui-angular/src/lib/grids/grid/cell.spec.ts
@@ -872,7 +872,6 @@ describe('IgxGrid - Cell component', () => {
872
cell = grid.getCellByColumn(0, 'fullName');
873
expect(cell.value).toEqual('New Name');
874
});
875
-});
876
877
it('should fit last cell in the available display container when there is vertical scroll.', async(() => {
878
const fix = TestBed.createComponent(VirtualGridComponent);
0 commit comments