This commit is contained in:
Johannes Rieken 2021-02-12 11:15:50 +01:00
parent 2384f4de73
commit fc31a6a558

View file

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