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
1 changed files with 4 additions and 0 deletions

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