File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed
projects/igniteui-angular/src/lib/drop-down Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -1113,20 +1113,6 @@ describe('IgxDropDown ', () => {
11131113 expect ( igxDropDown . collapsed ) . toEqual ( true ) ;
11141114 } ) ) ;
11151115
1116- xit ( '#1663 drop down flickers on open' , fakeAsync ( ( ) => {
1117- // This tests nothing.
1118- const fixture = TestBed . createComponent ( IgxDropDownWithScrollComponent ) ;
1119- fixture . detectChanges ( ) ;
1120- const button = fixture . debugElement . query ( By . css ( 'button' ) ) . nativeElement ;
1121- const igxDropDown = fixture . componentInstance . dropdownScroll ;
1122- button . click ( ) ;
1123- igxDropDown . open ( ) ;
1124- tick ( ) ;
1125- fixture . detectChanges ( ) ;
1126-
1127- expect ( ( < any > igxDropDown ) . toggleDirective . element . scrollTop ) . toEqual ( 80 ) ;
1128- } ) ) ;
1129-
11301116 it ( 'Should set isSelected via igxDropDownIteComponent' , fakeAsync ( ( ) => {
11311117 const fixture = TestBed . createComponent ( IgxDropDownTestComponent ) ;
11321118 const componentInstance = fixture . componentInstance ;
You can’t perform that action at this time.
0 commit comments