mirror of
https://github.com/status-im/safe-react.git
synced 2025-01-11 18:44:07 +00:00
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
|
await sleep(1800) // Give time to enable Add button
|
||||||
TestUtils.Simulate.click(addTxButton)
|
TestUtils.Simulate.click(addTxButton)
|
||||||
|
await sleep(1800) // Give time to render the form
|
||||||
const AddTransaction = TestUtils.findRenderedComponentWithType(SafeDom, AddTransactionComponent)
|
const AddTransaction = TestUtils.findRenderedComponentWithType(SafeDom, AddTransactionComponent)
|
||||||
|
|
||||||
// $FlowFixMe
|
// $FlowFixMe
|
||||||
|
Loading…
x
Reference in New Issue
Block a user