test: fixed failing form builder test
This commit is contained in:
parent
ea023888a3
commit
0ce919f1c0
1 changed files with 2 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue