There was an error while loading. Please reload this page.
1 parent e6a742d commit b47a60cCopy full SHA for b47a60c
1 file changed
test/smoke/src/areas/notebook/notebook.test.ts
@@ -48,7 +48,7 @@ export function setup() {
48
const app = this.app as Application;
49
await app.workbench.notebook.openNotebook();
50
await app.workbench.notebook.insertNotebookCell('code');
51
- await app.workbench.notebook.waitForActiveCellEditorContents(' ');
+ await app.workbench.notebook.waitForActiveCellEditorContents('');
52
await app.workbench.notebook.stopEditingCell();
53
await app.workbench.notebook.deleteActiveCell();
54
await app.workbench.notebook.waitForMarkdownContents('p', 'Markdown Cell');
0 commit comments