Reenable notebook smoke test

Fix #116535
pull/114020/head
Rob Lourens 2021-02-13 15:48:37 -08:00
parent 3a442c6939
commit a699ffaee6
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ export function setup() {
await app.workbench.notebook.stopEditingCell();
});
it.skip('inserts/edits markdown cell', async function () {
it('inserts/edits markdown cell', async function () {
const app = this.app as Application;
await app.workbench.notebook.openNotebook();
await app.workbench.notebook.focusNextCell();