@ -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')
})