提交 fc7692fb 编写于 作者: I isidor

command palette: run command

上级 f3e83d06
......@@ -16,7 +16,7 @@ export class CommandPallette extends QuickOpen {
await this.spectron.command('workbench.action.showCommands');
await this.waitForQuickOpenOpened();
await this.spectron.client.type(commandText);
await this.spectron.client.waitForText(`div[aria-label="Quick Picker"] .monaco-tree-rows.show-twisties div.monaco-tree-row:nth-child(1) .quick-open-entry a.label-name span.monaco-highlighted-label span.highlight`, commandText);
await this.spectron.client.waitForElement(`div[aria-label="Quick Picker"] .monaco-tree-rows.show-twisties div.monaco-tree-row:nth-child(1)[aria-label="${commandText}, commands, picker"]`);
await this.spectron.client.waitAndClick(`div[aria-label="Quick Picker"] .monaco-tree-rows.show-twisties div.monaco-tree-row:nth-child(1) .quick-open-entry`);
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册