We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 858aff9 commit dfb4dbeCopy full SHA for dfb4dbe
extensions/vscode-notebook-tests/src/notebook.test.ts
@@ -347,6 +347,9 @@ suite('notebook workflow', () => {
347
348
const newActiveCell = vscode.notebook.activeNotebookEditor!.selection;
349
assert.deepEqual(activeCell, newActiveCell);
350
+ await vscode.commands.executeCommand('workbench.action.files.saveAll');
351
+ await vscode.commands.executeCommand('workbench.action.closeAllEditors');
352
+
353
// TODO@rebornix, there are still some events order issue.
354
// assert.equal(vscode.notebook.activeNotebookEditor!.document.cells.indexOf(newActiveCell!), 2);
355
});
0 commit comments