#13751 Repro: Custom column based filter should allow strings (#13865)
* Extract `addPostgresDatabase()` to a global Cypress helper function * Add repro for #13571 * Refactor tests - Use API to add database - Extract query test into a separate file
Showing
- frontend/test/__support__/cypress.js 35 additions, 0 deletionsfrontend/test/__support__/cypress.js
- frontend/test/metabase-db/postgres/add.cy.spec.js 23 additions, 70 deletionsfrontend/test/metabase-db/postgres/add.cy.spec.js
- frontend/test/metabase-db/postgres/custom-column.cy.spec.js 57 additions, 0 deletionsfrontend/test/metabase-db/postgres/custom-column.cy.spec.js
- frontend/test/metabase-db/postgres/query.cy.spec.js 36 additions, 0 deletionsfrontend/test/metabase-db/postgres/query.cy.spec.js
Please register or sign in to comment