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"]')