updated test

pull/1224/head^2
lianahus 4 years ago committed by Liana Husikyan
parent 5bc888ba9f
commit f0ca81d7f5
  1. 3
      apps/remix-ide-e2e/src/tests/ballot_0_4_11.spec.ts

@ -60,7 +60,8 @@ module.exports = {
browser.clickLaunchIcon('udapp')
.click('*[data-id="universalDappUiUdappClose"]')
.addFile('ballot.abi', { content: ballotABI })
.addAtAddressInstance('0x692a70D2e424a56D2C6C27aA97D1a86395877b3B', true, false)
// we are not changing the visibility for not checksumed contracts
// .addAtAddressInstance('0x692a70D2e424a56D2C6C27aA97D1a86395877b3B', true, false)
.clickLaunchIcon('filePanel')
.addAtAddressInstance('0x692a70D2e424a56D2C6C27aA97D1a86395877b3A', true, true)
.pause(500)

Loading…
Cancel
Save