diff --git a/apps/remix-ide-e2e/src/commands/selectAccount.ts b/apps/remix-ide-e2e/src/commands/selectAccount.ts index f27dab98f5..d8c63ab831 100644 --- a/apps/remix-ide-e2e/src/commands/selectAccount.ts +++ b/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') })