test: add correct id for copying title
This commit is contained in:
parent
1f33616371
commit
da936cc2fe
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue