From c447290d2760ace14179b40449ffa061cefe3ec6 Mon Sep 17 00:00:00 2001 From: Shariq Ansari Date: Mon, 15 May 2023 18:03:30 +0530 Subject: [PATCH] test: fixed failing UI test --- cypress/integration/form_builder.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/integration/form_builder.js b/cypress/integration/form_builder.js index 85d7ef91e0..968f6aaaf0 100644 --- a/cypress/integration/form_builder.js +++ b/cypress/integration/form_builder.js @@ -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", () => {