From df64bd1e84fc2fe20ed6f09a5eba00ff94835bc9 Mon Sep 17 00:00:00 2001 From: "SPRINX0\\prochazka" Date: Thu, 9 Jan 2025 13:27:53 +0100 Subject: [PATCH] fix --- e2e-tests/cypress.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/e2e-tests/cypress.config.js b/e2e-tests/cypress.config.js index b90aa0e96..e0dcc81d3 100644 --- a/e2e-tests/cypress.config.js +++ b/e2e-tests/cypress.config.js @@ -20,10 +20,10 @@ module.exports = defineConfig({ serverProcess = exec('yarn start:add-connection'); break; case 'portal': - serverProcess = exec('yarn start:portal:local'); + serverProcess = exec('yarn start:portal'); break; case 'oauth': - serverProcess = exec('yarn start:oauth:local'); + serverProcess = exec('yarn start:oauth'); break; }