parent
019820102c
commit
7a5baba094
|
@ -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> {
|
||||
|
|
Loading…
Reference in New Issue