Skip to content

Commit 2af3f55

Browse files
committed
chore(*): include removed test
1 parent 4bce1fb commit 2af3f55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/grids/grid/grid-filtering-ui.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3273,7 +3273,7 @@ describe('IgxGrid - Filtering Row UI actions #grid', () => {
32733273
expect(chipDiv.classList.contains('igx-chip__item--selected')).toBe(true, 'chip is not selected');
32743274
}));
32753275

3276-
xit('Should not throw error when deleting the last chip', (async () => {
3276+
it('Should not throw error when deleting the last chip', (async () => {
32773277
grid.width = '700px';
32783278
await wait(16);
32793279
fix.detectChanges();

0 commit comments

Comments
 (0)