Skip to content

Commit 7139564

Browse files
committed
refactor: units
1 parent 1daf6d8 commit 7139564

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/components/autocomplete/autocomplete.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1802,10 +1802,10 @@ describe('KbqAutocomplete', () => {
18021802
}));
18031803
});
18041804

1805-
it('should not reopen a closed autocomplete when returning to a blurred tab', () => {
1805+
it('should not reopen a closed autocomplete when returning to a blurred tab', async () => {
18061806
const fixture = createComponent(SimpleAutocomplete);
18071807

1808-
fixture.detectChanges();
1808+
await fixture.whenStable();
18091809

18101810
const trigger = fixture.componentInstance.trigger;
18111811
const input = fixture.debugElement.query(By.css('input')).nativeElement;

0 commit comments

Comments
 (0)