1
0
mirror of https://github.com/oceanprotocol/commons.git synced 2023-03-15 18:03:00 +01:00

Merge pull request #184 from oceanprotocol/fix/consume-hang

Consume hang fix
This commit is contained in:
Jernej Pregelj 2019-08-02 13:42:57 +02:00 committed by GitHub
commit 483c333732
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
})
})