diff --git a/cypress.config.js b/cypress.config.js index 344cc769..d93eac9e 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -3,7 +3,7 @@ const { defineConfig } = require("cypress"); module.exports = defineConfig({ projectId: "vandxn", adminPassword: "admin", - testUser: "ash@ipp.com", + testUser: "frappe@example.com", defaultCommandTimeout: 20000, pageLoadTimeout: 15000, video: true,