提交 dd2a6005 编写于 作者: R rebornix

💄

上级 8e99a2ab
......@@ -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');
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册