cy.visit('https://kitchen.applitools.com/ingredients/drag-and-drop')
cy.get('#menu-fried-chicken').drag('#plate-items')
cy.get('#menu-hamburger').drag('#plate-items')
In the above case only 1st item dragged but second item not dragged to same target.
In the above case only 1st item dragged but second item not dragged to same target.