I'm tryting to write a cucumber/capybara test to reorder some items and then save them back. Any thoughts on how to best do this?
|
feedback
|
|
I'm using a web step like this and it works fine:
| |||
feedback
|
|
I have developed a JQuery plugin to solve this problem, check out jquery.simulate.drag-sortable.js which includes a plugin along with a suite of tests and examples. Hope you find this useful! Feedback is welcome. Matt | |||||
feedback
|
|
the drag_to method did not work for me. But I was able to cause the first element in my list to be dragged to the last position by including the following in my capybara selenium test using jquery.simulate.js :
| |||
feedback
|