Skip to content

Commit da782c9

Browse files
committed
test(grid): enable add row test
1 parent 4ae5b60 commit da782c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ describe('IgxGrid - Row Adding #grid', () => {
9696
expect(addRow.addRowUI).toBeTrue();
9797
});
9898

99-
xit('Should display the banner above the row if there is no room underneath it', () => {
99+
it('Should display the banner above the row if there is no room underneath it', () => {
100100
fixture.componentInstance.paging = true;
101101
fixture.detectChanges();
102102
grid.notifyChanges(true);

0 commit comments

Comments
 (0)