-
- Downloads
Disallow using `async` functions in Cypress tests (#38254)
* Do not use `async` functions as Cypress tests * Add eslint rule that enforces no `async` functions * Skip broken tests (created a follow up issue for this: https://github.com/metabase/metabase/issues/38258)
Showing
- e2e/.eslintrc 2 additions, 1 deletione2e/.eslintrc
- e2e/test/scenarios/custom-column/custom-column.cy.spec.js 2 additions, 1 deletione2e/test/scenarios/custom-column/custom-column.cy.spec.js
- e2e/test/scenarios/filters/filter.cy.spec.js 2 additions, 1 deletione2e/test/scenarios/filters/filter.cy.spec.js
- e2e/test/scenarios/question/summarization.cy.spec.js 2 additions, 1 deletione2e/test/scenarios/question/summarization.cy.spec.js
Loading
Please register or sign in to comment