Fix failing test

pull/2699/head
David Disu 2 years ago committed by Aniket
parent d95cd65bea
commit d7416fe846
  1. 1
      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"]')

Loading…
Cancel
Save