We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f063ff9 commit a1724a2Copy full SHA for a1724a2
test/smoke/src/areas/notebook/notebook.test.ts
@@ -63,7 +63,7 @@ export function setup() {
63
await app.workbench.notebook.waitForActiveCellEditorContents('code()');
64
});
65
66
- it('cell action execution', async function () {
+ it.skip('cell action execution', async function () {
67
const app = this.app as Application;
68
await app.workbench.notebook.openNotebook();
69
await app.workbench.notebook.insertNotebookCell('code');
0 commit comments