Fix notebook smoketest
Esc doesn't do the right thing because a notification showed up Fix #99941pull/100010/head
parent
74f9a3d2e9
commit
8b5e6ff8c5
|
@ -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> {
|
||||
|
|
Loading…
Reference in New Issue