Fix replace smoketest

Fix #97120
pull/97160/head
Rob Lourens 2020-05-07 09:52:36 -05:00
parent 019820102c
commit 7a5baba094
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ export class Search extends Viewlet {
}
async waitForNoResultText(): Promise<void> {
await this.code.waitForElement(`${VIEWLET} .messages[aria-hidden="true"] .message>span`);
await this.code.waitForTextContent(`${VIEWLET} .messages`, '');
}
private async waitForInputFocus(selector: string): Promise<void> {