From f4b8d07e6a6844a2a6d5e514b84bc72eff501741 Mon Sep 17 00:00:00 2001 From: jorgep Date: Wed, 26 Feb 2025 16:07:39 +0100 Subject: [PATCH] test: refs #8484 replace path --- cypress.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress.config.js b/cypress.config.js index dfe963a12..fbda1e8aa 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -38,7 +38,7 @@ export default defineConfig({ videosFolder: 'test/cypress/videos', downloadsFolder: 'test/cypress/downloads', video: false, - specPattern: 'test/cypress/integration/**/*.spec.js', + specPattern: 'test/cypress/integration/Claim/*.spec.js', experimentalRunAllSpecs: true, watchForFileChanges: true, reporter,