Johannes Rieken
2021-04-27 08:35:01 +02:00
parent 2250b7aa3c
commit 26cf2a5d62
2 changed files with 3 additions and 2 deletions

View File

@@ -726,7 +726,7 @@ suite('Notebook API tests', function () {
await saveAllFilesAndCloseAll(undefined);
});
test.skip('cell execute and select kernel', async function () {
test('cell execute and select kernel', async function () {
const resource = await createRandomNotebookFile();
await vscode.commands.executeCommand('vscode.openWith', resource, 'notebookCoreTest');
assert.strictEqual(vscode.window.activeNotebookEditor !== undefined, true, 'notebook first');