Browse Source

Increase timeout for PostgreSQL test

Mitch-Budibase 4 years ago
parent
commit
2278494817
  1. 2
      packages/builder/cypress/integration/datasources/postgreSql.spec.js

2
packages/builder/cypress/integration/datasources/postgreSql.spec.js

@ -162,7 +162,7 @@ filterTests(["all"], () => {
switchSchema("randomText")
// No tables displayed
cy.get(".spectrum-Body", { timeout: 20000 }).eq(2).should("contain", "No tables found")
cy.get(".spectrum-Body", { timeout: 10000 }).eq(2, { timeout: 10000 }).should("contain", "No tables found")
// Previously created query should be visible
cy.get(".spectrum-Table").should("contain", queryName)

Loading…
Cancel
Save