mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 19:44:25 +01:00
💄
This commit is contained in:
@@ -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');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user