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