WA-438 Giving some time to render the add multisig tx form in test
This commit is contained in:
parent
63bba3ccd5
commit
faa6c5ae23
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue