From da936cc2fe73b74c92c77ac70042c66e88b1e5c1 Mon Sep 17 00:00:00 2001 From: Ejaaz Khan Date: Tue, 9 Dec 2025 17:40:54 +0530 Subject: [PATCH] test: add correct id for copying title --- cypress/integration/control_data.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/integration/control_data.js b/cypress/integration/control_data.js index b4f737a8c9..aff4c18b32 100644 --- a/cypress/integration/control_data.js +++ b/cypress/integration/control_data.js @@ -53,7 +53,7 @@ context("Data Control", () => { "contains", "/desk/test-data-control/new-test-data-control" ); - cy.get(".title-text").should("have.text", "New Test Data Control"); + cy.get(".title-text-form").should("have.text", "New Test Data Control"); cy.get('.frappe-control[data-fieldname="name1"]') .find("label") .should("have.class", "reqd");