no remote indicator for code server web

This commit is contained in:
Martin Aeschlimann
2022-01-21 10:00:20 +01:00
parent 319ee9a6af
commit 8047f9c877
2 changed files with 9 additions and 7 deletions
+2 -2
View File
@@ -140,8 +140,8 @@ export class Application {
await code.waitForWindowIds(ids => ids.length > 0);
await code.waitForElement('.monaco-workbench');
// Web or remote: wait for a remote connection state change
if (this.remote || this.web) {
// Remote but not web: wait for a remote connection state change
if (this.remote) {
await code.waitForTextContent('.monaco-workbench .statusbar-item[id="status.host"]', undefined, s => {
this.logger.log(`checkWindowReady: remote indicator text is ${s}`);