Skip to content

Commit

Permalink
update command
Browse files Browse the repository at this point in the history
  • Loading branch information
joeizang committed Nov 14, 2024
1 parent ac54e6b commit 4651f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/remix-ide-e2e/src/commands/selectAccount.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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')
})
Expand Down

0 comments on commit 4651f79

Please sign in to comment.