Fixed txListener e2e

yann300-patch-36
David Disu 3 years ago committed by yann300
parent 8a36939f8c
commit 85f51575bf
  1. 2
      apps/remix-ide-e2e/src/tests/txListener.test.ts

@ -26,7 +26,7 @@ module.exports = {
.setValue('input[placeholder="bytes32[] proposalNames"]', '["0x48656c6c6f20576f726c64210000000000000000000000000000000000000000"]')
.click('*[data-id="Deploy - transact (not payable)"]')
.waitForElementPresent('*[data-id="universalDappUiContractActionWrapper"]', 60000)
.click('*[data-id="universalDappUiTitleExpander"]')
.clickInstance(0)
.clickFunction('delegate - transact (not payable)', { types: 'address to', values: '"0x4b0897b0513fdc7c541b6d9d7e929c4e5364d2db"' })
.testFunction('last',
{

Loading…
Cancel
Save