Fix failing test

pull/2699/head
David Disu 2 years ago committed by Aniket
parent bad4ffa615
commit 7936eca397
  1. 1
      apps/remix-ide-e2e/src/tests/proxy.test.ts

@ -181,7 +181,6 @@ 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