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:
parent
ced3f716da
commit
532dee9845
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user