Re-enable notebook text cell smoke test (#15720)

* re-enable text cell test

* close notebook after text cell test
This commit is contained in:
Lucy Zhang
2021-06-16 09:20:21 -04:00
committed by GitHub
parent 3315214435
commit 4c039f7a88
3 changed files with 10 additions and 4 deletions

View File

@@ -21,6 +21,8 @@ export function setup() {
await app.workbench.connectionDialog.connect();
await app.workbench.queryEditor.commandBar.run();
await app.workbench.queryEditor.waitForResults();
await app.workbench.quickaccess.runCommand('workbench.action.revertAndCloseActiveEditor');
});
});
}