mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
Await on notebook.cell.execute command in tests (#255111)
This commit is contained in:
@@ -213,7 +213,7 @@ suite('Notebook Kernel API tests', function () {
|
||||
}
|
||||
}));
|
||||
|
||||
vscode.commands.executeCommand('notebook.cell.execute', { document: notebook.uri, ranges: [{ start: 0, end: 1 }, { start: 1, end: 2 }] });
|
||||
await vscode.commands.executeCommand('notebook.cell.execute', { document: notebook.uri, ranges: [{ start: 0, end: 1 }, { start: 1, end: 2 }] });
|
||||
|
||||
await def.p;
|
||||
await saveAllFilesAndCloseAll();
|
||||
|
||||
Reference in New Issue
Block a user