提交 8b5e6ff8 编写于 作者: R Rob Lourens

Fix notebook smoketest

Esc doesn't do the right thing because a notification showed up
Fix #99941
上级 74f9a3d2
......@@ -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> {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册