From 6166a665e0486543808de9bbda8f3a6be42d6da4 Mon Sep 17 00:00:00 2001 From: "davidzagi93@gmail.com" Date: Sat, 28 Aug 2021 16:05:35 +0100 Subject: [PATCH] uncomment test --- apps/remix-ide-e2e/src/tests/ballot.test.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/apps/remix-ide-e2e/src/tests/ballot.test.ts b/apps/remix-ide-e2e/src/tests/ballot.test.ts index ad61067408..866ce3149b 100644 --- a/apps/remix-ide-e2e/src/tests/ballot.test.ts +++ b/apps/remix-ide-e2e/src/tests/ballot.test.ts @@ -91,9 +91,8 @@ module.exports = { .clickInstance(0) .click('*[data-id="terminalClearConsole"]') .clickFunction('delegate - transact (not payable)', { types: 'address to', values: '0xCA35b7d915458EF540aDe6068dFe2F44E8fa733c' }) - .pause(5000) - // .journalLastChildIncludes('Ballot.delegate(address)') - // .journalLastChildIncludes('data: 0x5c1...a733c') + .journalLastChildIncludes('Ballot.delegate(address)') + .journalLastChildIncludes('data: 0x5c1...a733c') }, 'Call method from Ballot to check return value using external web3': function (browser: NightwatchBrowser) {