test: fixed failing UI test
This commit is contained in:
parent
064caaa3b4
commit
a556cd6a58
1 changed files with 2 additions and 2 deletions
|
|
@ -26,11 +26,11 @@ context("Form Builder", () => {
|
|||
cy.get(".page-title").click();
|
||||
|
||||
cy.get(".frappe-control[data-fieldname='doctype'] input").click().as("input");
|
||||
cy.get("@input").type("{rightArrow} Field", { delay: 200 });
|
||||
cy.get("@input").type("{rightArrow}Web Form Field", { delay: 200 });
|
||||
cy.wait("@search_link");
|
||||
cy.get("@input").type("{enter}").blur();
|
||||
|
||||
cy.click_modal_primary_button("Change");
|
||||
cy.click_modal_primary_button("Edit");
|
||||
|
||||
cy.get(".page-title .title-text").should("have.text", "Web Form Field");
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue