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')
|
.contains('Add File')
|
||||||
.click()
|
.click()
|
||||||
// Verify and nove to next step
|
// Verify and nove to next step
|
||||||
cy.get('button')
|
cy.get('button', { timeout: 60000 })
|
||||||
.contains('Next →')
|
.contains('Next →')
|
||||||
.should('not.be.disabled')
|
.should('not.be.disabled')
|
||||||
.click()
|
.click()
|
||||||
@ -93,7 +93,7 @@ describe('Publish', () => {
|
|||||||
.contains('Add File')
|
.contains('Add File')
|
||||||
.click()
|
.click()
|
||||||
// Verify and nove to next step
|
// Verify and nove to next step
|
||||||
cy.get('button')
|
cy.get('button', { timeout: 60000 })
|
||||||
.contains('Next →')
|
.contains('Next →')
|
||||||
.should('not.be.disabled')
|
.should('not.be.disabled')
|
||||||
.click()
|
.click()
|
||||||
|
Loading…
Reference in New Issue
Block a user