From ba9743be6f2cf5b1b40ae5c2a4a39358c3f60c30 Mon Sep 17 00:00:00 2001 From: Niraj Patel Date: Wed, 30 Aug 2023 18:11:59 -0700 Subject: [PATCH] Uncomment test in cypress config file --- e2e/cypress.config.ts | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) 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