test: fixed failing UI test
This commit is contained in:
parent
295e43dc8d
commit
c447290d27
1 changed files with 1 additions and 1 deletions
|
|
@ -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", () => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue