diff --git a/e2e/cypress.config.ts b/e2e/cypress.config.ts index 81fd35f71..97d36458a 100644 --- a/e2e/cypress.config.ts +++ b/e2e/cypress.config.ts @@ -11,22 +11,22 @@ export default defineConfig({ // // It's IMPORTANT to return the config object // // with any changed environment variables config.specPattern=[ - // './cypress/tests/01-*/*.ts', - // './cypress/tests/02-*/*.ts', - // './cypress/tests/06-*/*.ts', - // './cypress/tests/07-*/*.ts', - // './cypress/tests/03-*/*.ts', - // './cypress/tests/04-*/*.ts', - // './cypress/tests/05-*/*.ts', - // './cypress/tests/08-*/*.ts', - // './cypress/tests/09-*/*.ts', - // './cypress/tests/10-*/*.ts', - // './cypress/tests/11-*/*.ts', - // './cypress/tests/12-*/*.ts', - // './cypress/tests/14-*/*.ts', - // './cypress/tests/15-*/*.ts', - // './cypress/tests/16-*/*.ts', - // './cypress/tests/13-*/*.ts', + './cypress/tests/01-*/*.ts', + './cypress/tests/02-*/*.ts', + './cypress/tests/06-*/*.ts', + './cypress/tests/07-*/*.ts', + './cypress/tests/03-*/*.ts', + './cypress/tests/04-*/*.ts', + './cypress/tests/05-*/*.ts', + './cypress/tests/08-*/*.ts', + './cypress/tests/09-*/*.ts', + './cypress/tests/10-*/*.ts', + './cypress/tests/11-*/*.ts', + './cypress/tests/12-*/*.ts', + './cypress/tests/14-*/*.ts', + './cypress/tests/15-*/*.ts', + './cypress/tests/16-*/*.ts', + './cypress/tests/13-*/*.ts', './cypress/tests/19-*/*.ts' ] return config