File tree 1 file changed +2
-2
lines changed
projects/igniteui-angular/src/lib/splitter
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ describe('IgxSplitter', () => {
191
191
expect ( parseFloat ( pane2 . size ) ) . toBeCloseTo ( pane2_originalSize - 10 , 0 ) ;
192
192
} ) ;
193
193
194
- fit ( 'should allow expand/collapse with Ctrl + up/down arrow keys' , ( ) => {
194
+ it ( 'should allow expand/collapse with Ctrl + up/down arrow keys' , ( ) => {
195
195
fixture . componentInstance . type = SplitterType . Vertical ;
196
196
fixture . detectChanges ( ) ;
197
197
const pane1 = splitter . panes . toArray ( ) [ 0 ] ;
@@ -214,7 +214,7 @@ describe('IgxSplitter', () => {
214
214
expect ( pane2 . hidden ) . toBeFalsy ( ) ;
215
215
} ) ;
216
216
217
- fit ( 'should allow expand/collapse with Ctrl + left/right arrow keys' , ( ) => {
217
+ it ( 'should allow expand/collapse with Ctrl + left/right arrow keys' , ( ) => {
218
218
fixture . componentInstance . type = SplitterType . Horizontal ;
219
219
fixture . detectChanges ( ) ;
220
220
const pane1 = splitter . panes . toArray ( ) [ 0 ] ;
You can’t perform that action at this time.
0 commit comments