From d7416fe846792a7d5bdd25ce04f2ca4e288874ec Mon Sep 17 00:00:00 2001 From: David Disu Date: Wed, 27 Jul 2022 08:35:20 +0100 Subject: [PATCH] Fix failing test --- apps/remix-ide-e2e/src/tests/proxy.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/remix-ide-e2e/src/tests/proxy.test.ts b/apps/remix-ide-e2e/src/tests/proxy.test.ts index e4992c0a20..bba0aaf65e 100644 --- a/apps/remix-ide-e2e/src/tests/proxy.test.ts +++ b/apps/remix-ide-e2e/src/tests/proxy.test.ts @@ -181,6 +181,7 @@ module.exports = { .click('select.udapp_contractNames') .click('select.udapp_contractNames option[value=MyTokenV2]') .waitForElementPresent('[data-id="contractGUIUpgradeImplementationLabel"]') + .click('[data-id="contractGUIUpgradeImplementationLabel"]') .waitForElementPresent('[data-id="contractGUIProxyAddressLabel"]') .click('[data-id="contractGUIProxyAddressLabel"]') .waitForElementPresent('[data-id="ERC1967AddressInput"]')