Skip to content

Commit

Permalink
fix(tests): fix broken typeahead saucelab test (#5621)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniloff200 authored and valorkin committed Jan 27, 2020
1 parent 1ec7cc4 commit c45c3ae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/spec/typeahead.directive.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -346,8 +346,6 @@ describe('Directive: Typeahead', () => {
);

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

0 comments on commit c45c3ae

Please sign in to comment.