Skip to content

Commit b47a60c

Browse files
committed
Fix notebook smoketest
Fix microsoft#107219
1 parent e6a742d commit b47a60c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/smoke/src/areas/notebook/notebook.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export function setup() {
4848
const app = this.app as Application;
4949
await app.workbench.notebook.openNotebook();
5050
await app.workbench.notebook.insertNotebookCell('code');
51-
await app.workbench.notebook.waitForActiveCellEditorContents(' ');
51+
await app.workbench.notebook.waitForActiveCellEditorContents('');
5252
await app.workbench.notebook.stopEditingCell();
5353
await app.workbench.notebook.deleteActiveCell();
5454
await app.workbench.notebook.waitForMarkdownContents('p', 'Markdown Cell');

0 commit comments

Comments
 (0)