We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0198201 commit 7a5babaCopy full SHA for 7a5baba
1 file changed
test/automation/src/search.ts
@@ -114,7 +114,7 @@ export class Search extends Viewlet {
114
}
115
116
async waitForNoResultText(): Promise<void> {
117
- await this.code.waitForElement(`${VIEWLET} .messages[aria-hidden="true"] .message>span`);
+ await this.code.waitForTextContent(`${VIEWLET} .messages`, '');
118
119
120
private async waitForInputFocus(selector: string): Promise<void> {
0 commit comments