mirror of
https://github.com/oceanprotocol/commons.git
synced 2023-03-15 18:03:00 +01:00
add wait after tests
This commit is contained in:
parent
52ec23628f
commit
e1b685bb5d
@ -28,5 +28,9 @@ context('Consume', () => {
|
|||||||
'not.contain',
|
'not.contain',
|
||||||
'. Sorry about that, can you try again?'
|
'. Sorry about that, can you try again?'
|
||||||
)
|
)
|
||||||
|
// eslint-disable-next-line
|
||||||
|
cy.wait(10000)
|
||||||
|
// wait for file to download before closing browser
|
||||||
|
// to prevent alert poping up
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user