Skip to content

Commit

Permalink
chore: test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
crisbeto committed Aug 9, 2017
1 parent 2c57b99 commit 985f74d
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 @@ -933,6 +933,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 985f74d

Please sign in to comment.