diff --git a/e2e-tests/cypress.config.js b/e2e-tests/cypress.config.js index 83a66ce91..6088185c1 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://127.0.0.1:3000', + baseUrl: 'http://localhost:3000', // trashAssetsBeforeRuns: false, setupNodeEvents(on, config) {