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

Increase timeout for PostgreSQL test

This commit is contained in:
Mitch-Budibase 2022-09-06 11:15:52 +01:00
parent 19f29789e6
commit 2278494817

View file

@ -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)