mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-07 01:25:38 -05:00
Notebook smoke test fixes (#15178)
* Notebook smoke test fixes * Undo delay fixes
This commit is contained in:
@@ -13,6 +13,7 @@ export function setup() {
|
||||
await app.workbench.sqlNotebook.newUntitledNotebook();
|
||||
await app.workbench.sqlNotebook.addCell('code');
|
||||
await app.workbench.sqlNotebook.waitForTypeInEditor('print("Hello world!")');
|
||||
await app.workbench.sqlNotebook.waitForKernel('SQL');
|
||||
|
||||
await app.workbench.sqlNotebook.changeKernel('Python 3');
|
||||
await app.workbench.configurePythonDialog.waitForConfigurePythonDialog();
|
||||
|
||||
Reference in New Issue
Block a user