@@ -5,7 +5,7 @@ import { IgxStepperComponent, IgxStepperModule } from './stepper.component';
5
5
import { By } from '@angular/platform-browser' ;
6
6
import { UIInteractions } from '../test-utils/ui-interactions.spec' ;
7
7
import { NoopAnimationsModule } from '@angular/platform-browser/animations' ;
8
- import { IgxStepperOrienatation , IgxStepperTitlePosition , IgxStepType , IStepChangedEventArgs , IStepChangingEventArgs } from './common' ;
8
+ import { IgxStepperOrienatation , IgxStepperTitlePosition , IgxStepType , IStepChangedEventArgs , IStepChangingEventArgs } from './stepper. common' ;
9
9
import { Subject } from 'rxjs' ;
10
10
import { takeUntil } from 'rxjs/operators' ;
11
11
import { IgxIconModule } from '../icon/public_api' ;
@@ -15,7 +15,7 @@ const STEPPER_HEADER = 'igx-stepper__header';
15
15
const STEP_TAG = 'IGX-STEP' ;
16
16
const STEP_HEADER = 'igx-stepper__step-header' ;
17
17
18
- describe ( 'Rendering Tests' , ( ) => {
18
+ fdescribe ( 'Rendering Tests' , ( ) => {
19
19
configureTestSuite ( ) ;
20
20
let fix : ComponentFixture < IgxStepperSampleTestComponent > ;
21
21
let stepper : IgxStepperComponent ;
@@ -309,7 +309,7 @@ describe('Rendering Tests', () => {
309
309
310
310
let positionClass ;
311
311
312
- Object . values ( IgxStepperTitlePosition ) . forEach ( position => {
312
+ Object . values ( IgxStepperTitlePosition ) . forEach ( ( position : IgxStepperTitlePosition ) => {
313
313
stepper . horizontalTitlePosition = position ;
314
314
fix . detectChanges ( ) ;
315
315
@@ -323,7 +323,7 @@ describe('Rendering Tests', () => {
323
323
stepper . orientation = IgxStepperOrienatation . Vertical ;
324
324
fix . detectChanges ( ) ;
325
325
326
- Object . values ( IgxStepperTitlePosition ) . forEach ( position => {
326
+ Object . values ( IgxStepperTitlePosition ) . forEach ( ( position : IgxStepperTitlePosition ) => {
327
327
stepper . verticalTitlePosition = position ;
328
328
fix . detectChanges ( ) ;
329
329
0 commit comments