chore: adjust cypress base url
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ const {defineConfig} = require("cypress");
|
|||||||
|
|
||||||
module.exports = defineConfig({
|
module.exports = defineConfig({
|
||||||
e2e: {
|
e2e: {
|
||||||
baseUrl: 'https://myep-next-booking.ddev.site',
|
baseUrl: 'https://myep.ddev.site',
|
||||||
supportFile: false,
|
supportFile: false,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user