From 052262bef91a12f13dd90188e599d4063cc1767b Mon Sep 17 00:00:00 2001 From: "SPRINX0\\prochazka" Date: Tue, 24 Jun 2025 15:05:03 +0200 Subject: [PATCH] SYNC: try to fix test --- e2e-tests/cypress.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/e2e-tests/cypress.config.js b/e2e-tests/cypress.config.js index 23c7379e2..83a66ce91 100644 --- a/e2e-tests/cypress.config.js +++ b/e2e-tests/cypress.config.js @@ -7,6 +7,7 @@ const path = require('path'); module.exports = defineConfig({ e2e: { + baseUrl: 'http://127.0.0.1:3000', // trashAssetsBeforeRuns: false, setupNodeEvents(on, config) {