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

increase add file timeouts in publish test

This commit is contained in:
Matthias Kretschmann 2019-10-30 12:09:53 +01:00
parent ced3f716da
commit 532dee9845
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -25,7 +25,7 @@ describe('Publish', () => {
.contains('Add File')
.click()
// Verify and nove to next step
cy.get('button')
cy.get('button', { timeout: 60000 })
.contains('Next →')
.should('not.be.disabled')
.click()
@ -93,7 +93,7 @@ describe('Publish', () => {
.contains('Add File')
.click()
// Verify and nove to next step
cy.get('button')
cy.get('button', { timeout: 60000 })
.contains('Next →')
.should('not.be.disabled')
.click()