File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
projects/igniteui-angular/src/lib/combo Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -638,7 +638,7 @@ describe('igxCombo', () => {
638
638
expect ( combo . type ) . toEqual ( 'box' ) ;
639
639
expect ( combo . role ) . toEqual ( 'combobox' ) ;
640
640
} ) ;
641
- xit ( 'should apply all appropriate classes on combo initialization' , ( ) => {
641
+ it ( 'should apply all appropriate classes on combo initialization' , ( ) => {
642
642
const comboWrapper = fixture . nativeElement . querySelector ( CSS_CLASS_COMBO ) ;
643
643
expect ( comboWrapper ) . not . toBeNull ( ) ;
644
644
expect ( comboWrapper . attributes . getNamedItem ( 'ng-reflect-placeholder' ) . nodeValue ) . toEqual ( 'Location' ) ;
@@ -681,7 +681,7 @@ describe('igxCombo', () => {
681
681
expect ( dropDownButton . classList . contains ( CSS_CLASS_TOGGLEBUTTON ) ) . toBeTruthy ( ) ;
682
682
expect ( dropDownButton . childElementCount ) . toEqual ( 1 ) ;
683
683
684
- const inputGroupBorder = inputGroupWrapper . children [ 1 ] ;
684
+ const inputGroupBorder = inputGroupElement . children [ 1 ] ;
685
685
expect ( inputGroupBorder . classList . contains ( CSS_CLASS_INPUTGROUP_BORDER ) ) . toBeTruthy ( ) ;
686
686
expect ( inputGroupBorder . childElementCount ) . toEqual ( 0 ) ;
687
687
You can’t perform that action at this time.
0 commit comments