Skip to content

Commit

Permalink
chore: test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
crisbeto committed Jul 25, 2017
1 parent fd5c261 commit 1412a6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/autocomplete/autocomplete.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -886,6 +886,7 @@ describe('MdAutocomplete', () => {
fixture.componentInstance.trigger.openPanel();
fixture.detectChanges();
tick();
fixture.detectChanges();
container = document.querySelector('.mat-autocomplete-panel') as HTMLElement;
}));

Expand Down

0 comments on commit 1412a6f

Please sign in to comment.