1
0
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:
Jernej Pregelj 2019-08-02 11:58:24 +02:00
parent 52ec23628f
commit e1b685bb5d

View File

@ -28,5 +28,9 @@ context('Consume', () => {
'not.contain',
'. 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
})
})