Reenable notebook smoke test #105330

This commit is contained in:
Rob Lourens 2020-09-08 10:45:57 -05:00
parent 44b1737a9c
commit 7a92c462c8

View file

@ -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');