Increase sleep time in test for sending Eth with threshold=2

This commit is contained in:
Germán Martínez 2019-07-20 19:34:05 +02:00
parent f4d2215f48
commit 0a64fd7d76
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ describe('DOM > Feature > Sending Funds', () => {
// Travel confirm modal
fireEvent.click(SafeDom.getByTestId(APPROVE_TX_MODAL_SUBMIT_BTN_TEST_ID))
await sleep(500)
await sleep(2000)
// EXECUTE TX
fireEvent.click(SafeDom.getByTestId(EXECUTE_TX_BTN_TEST_ID))