You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to automate a test where a user can drag to create events on a calendar, however I have been pretty unsuccessful in doing so. I've tried using cypress's drag and drop, cypress real events library and 4tw drag and drop library but still cannot get this to work. Any help would be greatly appreciated. There's an online version of the same calendar we're using in our application here for testing: https://vkurko.github.io/calendar/
Desired behavior
I'd like to be able to create an event using cypress.
Test code to reproduce
cypress drag and drop
cy.get(".ec-day.ec-sun").find(".ec-extra").trigger("mousedown",{which: 1,pageX: 50,pageY: 0,force: true})// Start within bounds.trigger("mousemove",{which: 1,pageX: 50,pageY: 100,force: true})// Move within element's height.trigger("mouseup",{force: true});
Current behavior
I am trying to automate a test where a user can drag to create events on a calendar, however I have been pretty unsuccessful in doing so. I've tried using cypress's drag and drop, cypress real events library and 4tw drag and drop library but still cannot get this to work. Any help would be greatly appreciated. There's an online version of the same calendar we're using in our application here for testing: https://vkurko.github.io/calendar/
Desired behavior
I'd like to be able to create an event using cypress.
Test code to reproduce
cypress drag and drop
cypress 4tw drag and drop
cypress-real-events
Cypress Version
13.13.1
Node version
v14.19.3
Operating System
macOS 14.4.1
Debug Logs
No response
Other
No response
The text was updated successfully, but these errors were encountered: