update command

account-dropdown-refactor
Joseph Izang 1 week ago
parent ac54e6bce7
commit 4651f79528
  1. 2
      apps/remix-ide-e2e/src/commands/selectAccount.ts

@ -5,7 +5,7 @@ class SelectAccount extends EventEmitter {
command (this: NightwatchBrowser, account?: string): NightwatchBrowser { command (this: NightwatchBrowser, account?: string): NightwatchBrowser {
if (account) { if (account) {
this.api this.api
.click(`*[data-id="runTabSelectAccount"] *[id="txorigin"]`) .click(`*[data-id="runTabSelectAccount"]`)
.perform(() => { .perform(() => {
this.emit('complete') this.emit('complete')
}) })

Loading…
Cancel
Save