andywer / drag-mock

Trigger HTML5 drag & drop events for testing
MIT License
35 stars 11 forks source link

Doesn't work with Sortable.js #12

Open david-stefan opened 4 years ago

jeansymolanza commented 4 years ago

Have you managed to find an alternative for sortable.js?

david-stefan commented 4 years ago

Have you managed to find an alternative for sortable.js?

No, not really. In fact, I had to implement an additional, fallback way of sorting elements by mouse-clicks on top of drag-and-drop, just to be able to run and pass several end-to-end tests. Also, I don't think changing the library would help, since it's a ChromeDriver issue as far is I've discovered.