1
0
Fork 0
mirror of synced 2024-06-02 18:44:54 +12:00

Update cypress

This commit is contained in:
Andrew Kingston 2022-06-23 14:58:32 +01:00
parent c37e4cc8be
commit 468d4b8e77

View file

@ -361,7 +361,7 @@ Cypress.Commands.add("createTable", (tableName, initialTable) => {
cy.get(`[data-cy="new-table"]`).click()
}
cy.wait(5000)
cy.get(".spectrum-Dialog-grid")
cy.get(".item")
.contains("Budibase DB")
.click({ force: true })
.then(() => {