Skip to content

Commit c45c3ae

Browse files
daniloff200valorkin
authored andcommitted
fix(tests): fix broken typeahead saucelab test (#5621)
1 parent 1ec7cc4 commit c45c3ae

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/spec/typeahead.directive.spec.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -346,8 +346,6 @@ describe('Directive: Typeahead', () => {
346346
);
347347

348348
it('should result in 2 item matches, when "Ala" is entered in async mode', fakeAsync(() => {
349-
directive.typeahead = of(component.states);
350-
directive.ngOnInit();
351349
inputElement.value = 'Ala';
352350
dispatchTouchEvent(inputElement, 'input');
353351
fixture.detectChanges();

0 commit comments

Comments
 (0)