test: fixed failing UI test

This commit is contained in:
Shariq Ansari 2023-05-15 18:03:30 +05:30
parent 295e43dc8d
commit c447290d27

View file

@ -32,7 +32,7 @@ context("Form Builder", () => {
cy.click_modal_primary_button("Change");
cy.get(".page-title .title-text").should("have.text", "Form Builder: Web Form Field");
cy.get(".page-title .title-text").should("have.text", "Web Form Field");
});
it("Save without change, check form dirty and reset changes", () => {