chore: remove form builder not important and flaky ui test.
This commit is contained in:
parent
83c2f6e53a
commit
73601cbc2a
1 changed files with 2 additions and 2 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue