Skip to content

Commit 5d9cd91

Browse files
Ivan KitanovIvan Kitanov
authored andcommitted
chore(splitter): Reverting unnecessary changes
1 parent 2a88160 commit 5d9cd91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/splitter/splitter.component.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ describe('IgxSplitter resizing with minSize and browser window is shrinked', ()
477477
splitter = fixture.componentInstance.splitter;
478478
}));
479479

480-
xit('should set the correct sizes when the user drags one pane to the end of another', () => {
480+
it('should set the correct sizes when the user drags one pane to the end of another', () => {
481481
const pane1 = splitter.panes.toArray()[0];
482482
const pane2 = splitter.panes.toArray()[1];
483483
const splitterBarComponent = fixture.debugElement.query(By.css(SPLITTERBAR_CLASS)).context;

0 commit comments

Comments
 (0)