This commit is contained in:
rebornix
2020-07-13 11:17:19 -07:00
parent 139ccc4a4d
commit b2c8b2ac00
2 changed files with 27 additions and 9 deletions

View File

@@ -889,6 +889,10 @@ suite('regression', () => {
await vscode.commands.executeCommand('workbench.action.closeAllEditors');
});
test('untitled file', async function () {
await vscode.commands.executeCommand('workbench.action.files.newUntitledFile', { viewType: "notebookCoreTest" });
assert.notEqual(vscode.notebook.activeNotebookEditor, undefined, 'untitled notebook editor is not undefined');
});
});
suite('webview', () => {