From 4492b9e70fd58c0e7bbafcc420306d13d4283327 Mon Sep 17 00:00:00 2001 From: alexm Date: Fri, 14 Feb 2025 13:39:54 +0100 Subject: [PATCH] fix: commit error --- cypress.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress.config.js b/cypress.config.js index 8a5b82c14..a9e27fcfd 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -11,7 +11,7 @@ export default defineConfig({ screenshotsFolder: 'test/cypress/screenshots', supportFile: 'test/cypress/support/index.js', videosFolder: 'test/cypress/videos', - // downloadsFolder: 'test/cypress/downloads', + downloadsFolder: 'test/cypress/downloads', video: false, specPattern: 'test/cypress/integration/**/*.spec.js', experimentalRunAllSpecs: false,