From 7a92c462c8c25fbebf984d3eb52ae20a7463606e Mon Sep 17 00:00:00 2001 From: Rob Lourens Date: Tue, 8 Sep 2020 10:45:57 -0500 Subject: [PATCH] Reenable notebook smoke test #105330 --- test/smoke/src/areas/notebook/notebook.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/smoke/src/areas/notebook/notebook.test.ts b/test/smoke/src/areas/notebook/notebook.test.ts index 4e946ffcbe1..4ceb37250f3 100644 --- a/test/smoke/src/areas/notebook/notebook.test.ts +++ b/test/smoke/src/areas/notebook/notebook.test.ts @@ -63,7 +63,7 @@ export function setup() { await app.workbench.notebook.waitForActiveCellEditorContents('code()'); }); - it.skip('cell action execution', async function () { + it('cell action execution', async function () { const app = this.app as Application; await app.workbench.notebook.openNotebook(); await app.workbench.notebook.insertNotebookCell('code');