mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-02 01:25:39 -05:00
Fix on click edit mode states (#18321)
* fix click code cell * modified editmode when updating active cell
This commit is contained in:
@@ -18,7 +18,8 @@ export function setup(opts: minimist.ParsedArgs) {
|
||||
await app.workbench.sqlNotebook.addCellFromPlaceholder('Markdown');
|
||||
await app.workbench.sqlNotebook.waitForPlaceholderGone();
|
||||
|
||||
await app.code.dispatchKeybinding('escape');
|
||||
await app.code.dispatchKeybinding('escape'); // first escape sets the cell in edit mode
|
||||
await app.code.dispatchKeybinding('escape'); // second escape unselects cell completely
|
||||
await app.workbench.sqlNotebook.waitForDoubleClickToEdit();
|
||||
await app.workbench.sqlNotebook.doubleClickTextCell();
|
||||
await app.workbench.sqlNotebook.waitForDoubleClickToEditGone();
|
||||
|
||||
Reference in New Issue
Block a user