This commit is contained in:
rebornix
2020-07-13 11:30:41 -07:00
parent 8e99a2ab71
commit dd2a6005d5

View File

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