From 73601cbc2a812e107be96a9cdef02a9506b050ca Mon Sep 17 00:00:00 2001 From: Maharshi Patel Date: Thu, 21 Sep 2023 16:39:33 +0530 Subject: [PATCH] chore: remove form builder not important and flaky ui test. --- cypress/integration/form_builder.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cypress/integration/form_builder.js b/cypress/integration/form_builder.js index bf7ab86008..4e191f907a 100644 --- a/cypress/integration/form_builder.js +++ b/cypress/integration/form_builder.js @@ -107,8 +107,8 @@ context("Form Builder", () => { cy.get_open_dialog().find(".msgprint").should("contain", "In Global Search"); }); - - it("Drag Field/Column/Section & Tab", () => { + // not important and was flaky on CI + it.skip("Drag Field/Column/Section & Tab", () => { cy.visit(`/app/doctype/${doctype_name}`); cy.findByRole("tab", { name: "Form" }).click();