Fix notebook smoketest

Esc doesn't do the right thing because a notification showed up
Fix #99941
This commit is contained in:
Rob Lourens 2020-06-12 07:56:10 -05:00
parent 74f9a3d2e9
commit 8b5e6ff8c5

View file

@ -35,7 +35,7 @@ export class Notebook {
}
async stopEditingCell() {
await this.code.dispatchKeybinding('esc');
await this.quickAccess.runCommand('notebook.cell.quitEdit');
}
async waitForTypeInEditor(text: string): Promise<any> {