test: fixed failing UI test
This commit is contained in:
parent
4ba05b8ac3
commit
4022a5c5f4
1 changed files with 1 additions and 1 deletions
|
|
@ -244,7 +244,7 @@ context("Form Builder", () => {
|
|||
let first_field =
|
||||
".tab-content.active .section-columns-container:first .column:first .field:first";
|
||||
|
||||
cy.get(".fields-container .field[title='Check']").drag(first_field, {
|
||||
cy.get(".fields-container .field[title='Data']").drag(first_field, {
|
||||
target: { x: 100, y: 10 },
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue