diff --git a/cypress.config.js b/cypress.config.js index 29cbfb6..716732e 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -2,7 +2,7 @@ const {defineConfig} = require("cypress"); module.exports = defineConfig({ e2e: { - baseUrl: 'https://myep-next-booking.ddev.site', + baseUrl: 'https://myep.ddev.site', supportFile: false, }, });