From 60ae21747f7098ed67d0b6360ab22f32a51dc8b7 Mon Sep 17 00:00:00 2001 From: Jon Date: Fri, 7 Mar 2025 11:25:24 +0100 Subject: [PATCH] fix: refs #8606 deleted code --- cypress.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress.config.js b/cypress.config.js index 645c4bbe2..d9cdbe728 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -45,7 +45,7 @@ export default defineConfig({ videosFolder: 'test/cypress/videos', downloadsFolder: 'test/cypress/downloads', video: false, - specPattern: 'test/cypress/integration/zone/*.spec.js', + specPattern: 'test/cypress/integration/**/*.spec.js', experimentalRunAllSpecs: true, watchForFileChanges: true, reporter,