From 8f6341b903feba246c18dbe59293b7163aa728f7 Mon Sep 17 00:00:00 2001 From: "SPRINX0\\prochazka" Date: Wed, 25 Jun 2025 09:01:39 +0200 Subject: [PATCH] SYNC: removed baseUrl config --- e2e-tests/cypress.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e-tests/cypress.config.js b/e2e-tests/cypress.config.js index 6088185c1..b5f333dfd 100644 --- a/e2e-tests/cypress.config.js +++ b/e2e-tests/cypress.config.js @@ -7,7 +7,7 @@ const path = require('path'); module.exports = defineConfig({ e2e: { - baseUrl: 'http://localhost:3000', + // baseUrl: 'http://localhost:3000', // trashAssetsBeforeRuns: false, setupNodeEvents(on, config) {