mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
Add simple notebook code cell smoke test (#15870)
* simple code cell test * change test order * fix select all text keybinding
This commit is contained in:
@@ -104,7 +104,7 @@ export class Notebook {
|
||||
public async selectAllTextInEditor(): Promise<void> {
|
||||
const editor = '.notebook-cell.active .monaco-editor';
|
||||
await this.code.waitAndClick(editor);
|
||||
await this.code.dispatchKeybinding('ctrl+a');
|
||||
await this.code.dispatchKeybinding('cmd+a');
|
||||
}
|
||||
|
||||
private static readonly placeholderSelector = 'div.placeholder-cell-component';
|
||||
|
||||
Reference in New Issue
Block a user