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