Skip to content

Commit

Permalink
Fix e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
deniskaber committed Mar 18, 2024
1 parent 354a08d commit 277c784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/test/scenarios/admin/datamodel/editor.cy.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ const getFieldSection = fieldName => {
};

const moveField = (fieldIndex, deltaY) => {
cy.findByTestId("grabber")
cy.findAllByTestId("grabber")
.eq(fieldIndex)
.trigger("pointerdown", 0, 0, { force: true, button: 0, isPrimary: true })
.wait(200)
Expand Down

0 comments on commit 277c784

Please sign in to comment.