Skip to content

Commit affba94

Browse files
Vasil MihalkovVasil Mihalkov
Vasil Mihalkov
authored and
Vasil Mihalkov
committed
feat(splitter): Removed fit #6639
1 parent f1e8d30 commit affba94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ describe('IgxSplitter', () => {
191191
expect(parseFloat(pane2.size)).toBeCloseTo(pane2_originalSize - 10, 0);
192192
});
193193

194-
fit('should allow expand/collapse with Ctrl + up/down arrow keys', () => {
194+
it('should allow expand/collapse with Ctrl + up/down arrow keys', () => {
195195
fixture.componentInstance.type = SplitterType.Vertical;
196196
fixture.detectChanges();
197197
const pane1 = splitter.panes.toArray()[0];
@@ -214,7 +214,7 @@ describe('IgxSplitter', () => {
214214
expect(pane2.hidden).toBeFalsy();
215215
});
216216

217-
fit('should allow expand/collapse with Ctrl + left/right arrow keys', () => {
217+
it('should allow expand/collapse with Ctrl + left/right arrow keys', () => {
218218
fixture.componentInstance.type = SplitterType.Horizontal;
219219
fixture.detectChanges();
220220
const pane1 = splitter.panes.toArray()[0];

0 commit comments

Comments
 (0)