Skip to content

Commit a3f9435

Browse files
committed
chore(igx-combo): uncomment xit test for chip component, #1260
1 parent b8ce3b3 commit a3f9435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/grid/grid.groupby.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1609,7 +1609,7 @@ describe('IgxGrid - GroupBy', () => {
16091609
expect(groupRows[1].expanded).toEqual(true);
16101610
});
16111611

1612-
xit('should remove expansion state when reordering chips', (done) => {
1612+
it('should remove expansion state when reordering chips', (done) => {
16131613
const fix = TestBed.createComponent(GroupableGridComponent);
16141614
const grid = fix.componentInstance.instance;
16151615
fix.componentInstance.data = [

0 commit comments

Comments
 (0)