fix Object explorer tests (#4135)

This commit is contained in:
Aditya Bist
2019-02-25 09:51:43 -08:00
committed by GitHub
parent c3f02980a0
commit f2c9d968a4
3 changed files with 23 additions and 6 deletions

View File

@@ -34,5 +34,5 @@ export async function connectToServer(server: TestServerProfile) {
}
export async function ensureConnectionViewOpened() {
await vscode.commands.executeCommand('workbench.view.connections');
await vscode.commands.executeCommand('workbench.view.dataExplorer');
}