Unskip test, fix #140200

already skipped in browser
This commit is contained in:
Rob Lourens
2022-01-14 13:43:37 -08:00
parent 513afb5893
commit dfcaa1fda3

View File

@@ -190,7 +190,7 @@ const apiTestContentProvider: vscode.NotebookContentProvider = {
assert.strictEqual(selectionRedo[0].end, 2);
});
test.skip('editor editing event', async function () { // TODO@rebornix https://github.com/microsoft/vscode/issues/140200
test('editor editing event', async function () {
const notebook = await openRandomNotebookDocument();
const editor = await vscode.window.showNotebookDocument(notebook);