From 969cb37cfe8d4dad33f7fb60b744a7ddc69f340a Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Mon, 3 Apr 2023 22:23:04 +0530 Subject: [PATCH] test: changed test user --- cypress.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,