This commit is contained in:
Don Jayamanne
2021-03-08 11:05:28 -08:00
parent 584999658e
commit a39e734365

View File

@@ -1240,7 +1240,7 @@ suite('Notebook API tests', function () {
assert.strictEqual(document.cells[0].metadata.executionOrder, executionOrder);
assert.strictEqual(document.cells[0].metadata.runState, vscode.NotebookCellRunState.Success);
});
test.only('Opening a notebook should fire activeNotebook event changed only once', async function () {
test('Opening a notebook should fire activeNotebook event changed only once', async function () {
const openedEditor = asPromise(vscode.window.onDidChangeActiveNotebookEditor);
const resource = await createRandomFile('', undefined, '.vsctestnb');
await vscode.notebook.openNotebookDocument(resource);