From 95b7a4d54c82eff313adef93aefd4e21f1f84e68 Mon Sep 17 00:00:00 2001 From: Joseph Izang Date: Wed, 19 Oct 2022 12:27:52 +0100 Subject: [PATCH] fix ballot e2e --- apps/remix-ide-e2e/src/commands/addAtAddressInstance.ts | 2 +- libs/remix-ui/run-tab/src/lib/components/contractDropdownUI.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/remix-ide-e2e/src/commands/addAtAddressInstance.ts b/apps/remix-ide-e2e/src/commands/addAtAddressInstance.ts index f19cead596..efe876f1c0 100644 --- a/apps/remix-ide-e2e/src/commands/addAtAddressInstance.ts +++ b/apps/remix-ide-e2e/src/commands/addAtAddressInstance.ts @@ -23,7 +23,7 @@ function addInstance (browser: NightwatchBrowser, address: string, isValidFormat else if (isAbi) { browser .click({ - selector:'//button[@id="runAndDeployAtAdressButton"]', + selector: '//*[@id="runAndDeployAtAdressButtonContaner"]', locateStrategy: 'xpath' }) .waitForElementPresent('[data-id="udappNotify-modal-footer-ok-react"]', 5000) diff --git a/libs/remix-ui/run-tab/src/lib/components/contractDropdownUI.tsx b/libs/remix-ui/run-tab/src/lib/components/contractDropdownUI.tsx index a4b9cbc23d..20fa74da86 100644 --- a/libs/remix-ui/run-tab/src/lib/components/contractDropdownUI.tsx +++ b/libs/remix-ui/run-tab/src/lib/components/contractDropdownUI.tsx @@ -346,7 +346,7 @@ export function ContractDropdownUI(props: ContractDropdownProps) { {atAddressOptions.title} }> -
+