WA-438 Giving some time to render the add multisig tx form in test

This commit is contained in:
apanizo 2018-06-22 13:46:24 +02:00
parent 63bba3ccd5
commit faa6c5ae23
1 changed files with 1 additions and 0 deletions

View File

@ -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