From 4651f79528a0e775cd462c9e3f149827bf033c57 Mon Sep 17 00:00:00 2001 From: Joseph Izang Date: Thu, 14 Nov 2024 21:56:13 +0100 Subject: [PATCH] update command --- apps/remix-ide-e2e/src/commands/selectAccount.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') })