提交 1893b55c 编写于 作者: R Rob Lourens

Skip smoketest #105330

上级 6527a512
...@@ -63,7 +63,7 @@ export function setup() { ...@@ -63,7 +63,7 @@ export function setup() {
await app.workbench.notebook.waitForActiveCellEditorContents('code()'); await app.workbench.notebook.waitForActiveCellEditorContents('code()');
}); });
it('cell action execution', async function () { it.skip('cell action execution', async function () {
const app = this.app as Application; const app = this.app as Application;
await app.workbench.notebook.openNotebook(); await app.workbench.notebook.openNotebook();
await app.workbench.notebook.insertNotebookCell('code'); await app.workbench.notebook.insertNotebookCell('code');
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册