why is drag drop not working as per expectation in cypress.io?
问题 I am trying to automate a simple drag and drop scenario on a website . https://gojs.net/latest/samples/htmldragdrop.html I am going as per the method provided in cypress doc https://github.com/cypress-io/cypress-example-recipes/blob/master/examples/testing-dom__drag-drop/cypress/integration/drag_n_drop_spec.js my sample testcases is : cy.visit("https://gojs.net/latest/samples/htmldragdrop.html") cy.get('#paletteZone .draggable').first().trigger('mousedown', { which: 1 }) .trigger('mousemove',