Skip to content

Commit 34a1347

Browse files
committed
refactor: units
1 parent 6062428 commit 34a1347

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)