File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
projects/igniteui-angular/src/lib/tabs/tabs Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1310,7 +1310,7 @@ describe('IgxTabs', () => {
1310
1310
headers = tabItems . map ( item => item . headerComponent . nativeElement ) ;
1311
1311
} ) ;
1312
1312
1313
- fit ( 'should position scroll buttons properly' , ( ) => {
1313
+ it ( 'should position scroll buttons properly' , ( ) => {
1314
1314
fix . componentInstance . wrapperDiv . nativeElement . style . width = '300px' ;
1315
1315
fix . detectChanges ( ) ;
1316
1316
@@ -1319,7 +1319,7 @@ describe('IgxTabs', () => {
1319
1319
expect ( scrollNextButton . nativeElement . offsetLeft ) . toBeLessThan ( scrollPrevButton . nativeElement . offsetLeft ) ;
1320
1320
} ) ;
1321
1321
1322
- fit ( 'should select next tab when left arrow is pressed and previous tab when right arrow is pressed' , fakeAsync ( ( ) => {
1322
+ it ( 'should select next tab when left arrow is pressed and previous tab when right arrow is pressed' , fakeAsync ( ( ) => {
1323
1323
tick ( 100 ) ;
1324
1324
fix . detectChanges ( ) ;
1325
1325
headers = tabs . items . map ( item => item . headerComponent . nativeElement ) ;
You can’t perform that action at this time.
0 commit comments