Skip to content

Commit

Permalink
Reenable notebook smoke test
Browse files Browse the repository at this point in the history
  • Loading branch information
roblourens committed Feb 13, 2021
1 parent 3a442c6 commit a699ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/smoke/src/areas/notebook/notebook.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit a699ffa

Please sign in to comment.