Fix notebook smoketest

Fix #107219
This commit is contained in:
Rob Lourens 2020-09-22 17:14:06 -05:00
parent e6a742d240
commit b47a60c67f

View file

@ -48,7 +48,7 @@ export function setup() {
const app = this.app as Application;
await app.workbench.notebook.openNotebook();
await app.workbench.notebook.insertNotebookCell('code');
await app.workbench.notebook.waitForActiveCellEditorContents(' ');
await app.workbench.notebook.waitForActiveCellEditorContents('');
await app.workbench.notebook.stopEditingCell();
await app.workbench.notebook.deleteActiveCell();
await app.workbench.notebook.waitForMarkdownContents('p', 'Markdown Cell');