Skip to content

Commit

Permalink
Add missing async
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcanonieto committed Sep 21, 2020
1 parent 453056a commit 12aaa71
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ describe('TaskHeaderCloudComponent', () => {
expect(statusEl.nativeElement.value).toBe('ASSIGNED');
});

it('should render defined edit icon for assignee property if the task in assigned state and shared among candidates', () => {
it('should render defined edit icon for assignee property if the task in assigned state and shared among candidates', async () => {
fixture.detectChanges();
await fixture.whenStable();
const value = fixture.debugElement.query(By.css(`[data-automation-id="header-assignee"] [data-automation-id="card-textitem-clickable-icon-assignee"]`));
Expand Down

0 comments on commit 12aaa71

Please sign in to comment.