We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9b7d57 commit a125b5aCopy full SHA for a125b5a
eform-client/e2e/Page objects/EformVisualEditor.page.ts
@@ -726,8 +726,9 @@ export class ChecklistFieldRowObj {
726
});
727
}
728
729
- async changePosition(tarasyncField: ChecklistFieldRowObj) {
730
- await this.moveFieldBtn.dragAndDrop(tarasyncField.element);
+ async changePosition(targetField: ChecklistFieldRowObj) {
+ // For CDK drag-drop: drag from the field element itself to the target field element
731
+ await this.element.dragAndDrop(targetField.element);
732
733
734
0 commit comments