update command

account-dropdown-refactor
Joseph Izang 7 days 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 {
if (account) {
this.api
.click(`*[data-id="runTabSelectAccount"] *[id="txorigin"]`)
.click(`*[data-id="runTabSelectAccount"]`)
.perform(() => {
this.emit('complete')
})

Loading…
Cancel
Save