Skip to content

Commit 7edc8f7

Browse files
committed
Fix microsoft#80304 - wait for remote window to actually connect before running tests
1 parent d25a7dd commit 7edc8f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/smoke/src/application.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ export class Application {
142142
await this.code.waitForElement('.monaco-workbench');
143143

144144
if (this.remote) {
145-
await this.code.waitForElement('.monaco-workbench .statusbar-item[id="status.host"]');
145+
await this.code.waitForTextContent('.monaco-workbench .statusbar-item[id="status.host"]', ' TestResolver');
146146
}
147147

148148
// wait a bit, since focus might be stolen off widgets

0 commit comments

Comments
 (0)