Skip to content

Commit 4fddb35

Browse files
committed
test(drop-down): remove unnecessary test, #1663
1 parent bec7cb0 commit 4fddb35

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

projects/igniteui-angular/src/lib/drop-down/drop-down.component.spec.ts

-14
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)