test: fixed failing form builder test

This commit is contained in:
Shariq Ansari 2023-10-17 19:55:21 +05:30
parent ea023888a3
commit 0ce919f1c0

View file

@ -77,7 +77,8 @@ context("Form Builder", () => {
.as("input");
cy.get("@input").clear({ force: true }).type("Web Form Field", { delay: 200 });
cy.wait("@search_link");
cy.get("@input").type("{enter}").blur();
cy.get(first_field).click({ force: true });
cy.get(first_field)
.find(".table-controls .table-column")