From 7e76a209203d1575d03100d0f7546704168baec4 Mon Sep 17 00:00:00 2001 From: apanizo Date: Fri, 22 Jun 2018 13:46:24 +0200 Subject: [PATCH] WA-438 Giving some time to render the add multisig tx form in test --- src/routes/safe/test/Safe.multisig.1owners1threshold.test.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/routes/safe/test/Safe.multisig.1owners1threshold.test.js b/src/routes/safe/test/Safe.multisig.1owners1threshold.test.js index 8a0f3a6c..017cebe7 100644 --- a/src/routes/safe/test/Safe.multisig.1owners1threshold.test.js +++ b/src/routes/safe/test/Safe.multisig.1owners1threshold.test.js @@ -51,6 +51,7 @@ describe('React DOM TESTS > Withdraw funds from safe', () => { await sleep(1800) // Give time to enable Add button TestUtils.Simulate.click(addTxButton) + await sleep(1800) // Give time to render the form const AddTransaction = TestUtils.findRenderedComponentWithType(SafeDom, AddTransactionComponent) // $FlowFixMe