Remove delay

pull/769/head
ioedeveloper 4 years ago
parent 6578e27fce
commit 7cc02689ed
  1. 1
      apps/remix-ide-e2e/src/tests/ballot.test.ts

@ -81,7 +81,6 @@ module.exports = {
.clickInstance(0)
.click('*[data-id="terminalClearConsole"]')
.clickFunction('delegate - transact (not payable)', {types: 'address to', values: '0xCA35b7d915458EF540aDe6068dFe2F44E8fa733c'})
.pause(15000)
.journalLastChildIncludes('Ballot.delegate(address)')
.journalLastChildIncludes('data: 0x5c1...a733c')
.end()

Loading…
Cancel
Save