@@ -195,7 +195,7 @@ describe('Rendering Tests', () => {
195
195
} ) ;
196
196
197
197
it ( 'should indicate the currently active step' , ( ) => {
198
- const currentClass = 'igx-stepper__step--current' ;
198
+ const currentClass = 'igx-stepper__step-header- -current' ;
199
199
const step0Header : HTMLElement = stepper . steps [ 0 ] . nativeElement . querySelector ( `.${ STEP_HEADER } ` ) ;
200
200
const step1Header : HTMLElement = stepper . steps [ 1 ] . nativeElement . querySelector ( `.${ STEP_HEADER } ` ) ;
201
201
@@ -231,7 +231,7 @@ describe('Rendering Tests', () => {
231
231
232
232
it ( 'should indicate that a step is invalid' , ( ) => {
233
233
const step0Header : HTMLElement = stepper . steps [ 0 ] . nativeElement . querySelector ( `.${ STEP_HEADER } ` ) ;
234
- const invalidClass = 'igx-stepper__step--invalid' ;
234
+ const invalidClass = 'igx-stepper__step-header- -invalid' ;
235
235
stepper . steps [ 0 ] . isValid = true ;
236
236
fix . detectChanges ( ) ;
237
237
@@ -365,9 +365,9 @@ describe('Rendering Tests', () => {
365
365
it ( 'should allow overriding the default invalid, completed and active indicators' , ( ) => {
366
366
const step0Header : HTMLElement = stepper . steps [ 0 ] . nativeElement . querySelector ( `.${ STEP_HEADER } ` ) ;
367
367
const indicatorClass = 'igx-stepper__step-indicator' ;
368
- const invalidClass = 'igx-stepper__step--invalid' ;
368
+ const invalidClass = 'igx-stepper__step-header- -invalid' ;
369
369
const completedClass = 'igx-stepper__step--completed' ;
370
- const currentClass = 'igx-stepper__step--current' ;
370
+ const currentClass = 'igx-stepper__step-header- -current' ;
371
371
let indicatorElement = step0Header . querySelector ( `.${ indicatorClass } ` ) . children [ 0 ] ;
372
372
373
373
expect ( step0Header ) . not . toHaveClass ( invalidClass ) ;
0 commit comments