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?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
I'm using a web step like this and it works fine:
|
|||
|
|
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 |
|||||
|
|
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 :
|
|||
|