mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-12 19:25:15 -05:00
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user