Commit 5f26bd43 authored by davidzagi93@gmail.com's avatar davidzagi93@gmail.com

adding a pause to Deploy n and use Ballot with external web3

parent 420fd775
...@@ -91,6 +91,7 @@ module.exports = { ...@@ -91,6 +91,7 @@ module.exports = {
.clickInstance(0) .clickInstance(0)
.click('*[data-id="terminalClearConsole"]') .click('*[data-id="terminalClearConsole"]')
.clickFunction('delegate - transact (not payable)', { types: 'address to', values: '0xCA35b7d915458EF540aDe6068dFe2F44E8fa733c' }) .clickFunction('delegate - transact (not payable)', { types: 'address to', values: '0xCA35b7d915458EF540aDe6068dFe2F44E8fa733c' })
.pause(5000)
.journalLastChildIncludes('Ballot.delegate(address)') .journalLastChildIncludes('Ballot.delegate(address)')
.journalLastChildIncludes('data: 0x5c1...a733c') .journalLastChildIncludes('data: 0x5c1...a733c')
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment