-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drag and Drop Test Passing but No Actions Occur #112
Comments
Do you know what version of Cypress you are using and which version of the plug-in? We just updated to 9.7 from 9.61 and are experiencing the same thing. |
I am using the following versions: |
As a workaround for our project, we commented out this.dragover() of the drag() function in index.js of this library. We're still investigating the actual cause. Currently, we're suspecting that it has something to do with the draggable elements being inside scrollable elements. |
@jlinall Thank you for your suggestion. I have commented out 'this.dragover()' and other functions in an attempt to solve the issue but have still be unsuccessful with my attempts. |
Hi @Langelozzi have you found a solution? As I have the same problem |
Hi @bdiallo, I have still been unable to resolve this issue. I have been in contact with cypress support but after weeks of communication, they were unable to find a solution. |
any luck with this @Langelozzi ? |
@barnie-karbonhq No luck thus far :( |
@jlinall , commenting out this.dragover() seems to solve the issue for us too. How do you manage this on package.json? |
@barnie-karbonhq -- as a workaround, we copied the index.js of this project into our Cypress commands file. We'd rather use the package, but will need to wait until the issue is resolved before reverting back. |
Thanks @jlinall , will try that. We are using package |
I also commented out the
|
I am attempting to use the drag and drop plugin to test filtering on a kendo table which occurs when you drag the column header into the drop target (see manual-drag-drop, attachment 2). When I run my test I see the events occurring but nothing is being done on the application itself (see cypress-drag-drop, attachment 1).
cypress-drag-drop.mp4
manual-drag-drop.mp4
The text was updated successfully, but these errors were encountered: