提交 7a5baba0 编写于 作者: R Rob Lourens

Fix replace smoketest

Fix #97120
上级 01982010
......@@ -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> {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册