diff --git a/services/web/cypress.config.ts b/services/web/cypress.config.ts index 29aba2891d..0834e1a31e 100644 --- a/services/web/cypress.config.ts +++ b/services/web/cypress.config.ts @@ -18,8 +18,7 @@ export default defineConfig({ setupNodeEvents(on, config) { // }, - specPattern: - './{test,modules/**/test}/frontend/components/**/*.spec.{js,ts,tsx}', + specPattern: './{test,modules/**/test}/frontend/**/*.spec.{js,ts,tsx}', }, retries: { runMode: 3,