Revert "Separate Settings editor open and search steps" (#196997)

Revert "Separate Settings editor open and search steps (#196866)"

This reverts commit 932e49579b.
This commit is contained in:
Raymond Zhao
2023-10-30 09:53:19 -07:00
committed by GitHub
parent 67b2b79aba
commit e9e1f8a132
2 changed files with 4 additions and 5 deletions

View File

@@ -61,6 +61,8 @@ export class SettingsEditor {
}
async searchSettingsUI(query: string): Promise<void> {
await this.openUserSettingsUI();
await this.code.waitAndClick(SEARCH_BOX);
if (process.platform === 'darwin') {
await this.code.dispatchKeybinding('cmd+a');