Increase wait for addDatasourceConfig function
Timing issue against the nightly smoke build. This should help with it
This commit is contained in:
parent
99aacb03a3
commit
fa5bd98621
|
@ -573,7 +573,7 @@ Cypress.Commands.add("addDatasourceConfig", (datasource, skipFetch) => {
|
|||
cy.get(".spectrum-Button")
|
||||
.contains("Save and fetch tables")
|
||||
.click({ force: true })
|
||||
cy.wait(1000)
|
||||
cy.wait(3000)
|
||||
})
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue