mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
no remote indicator for code server web
This commit is contained in:
@@ -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}`);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user