mattheworiordan / jquery.simulate.drag-sortable.js

Simulate drag events within a JQuery UI Sortable widget (primarily for integration testing)
MIT License
70 stars 19 forks source link

Does not seem to work in capybara-webkit #5

Closed bak closed 12 years ago

bak commented 12 years ago

Thank you so much for this script! I've been using it with great success in selenium. However, I'm trying to transition a project to capybara-webkit, but the scenarios that depend on your script fail. Can you give me any pointers about debugging this?

mattheworiordan commented 12 years ago

I only run my tests in Selenium because I found capybara-webkit terribly unreliable. Sorry, but I have no pointers on this and have had to rely on Selenium for all drag & drop tests.

On 6 Mar 2012, at 02:40, Benjamin Cullen-Kerney wrote:

Thank you so much for this script! I've been using it with great success in selenium. However, I'm trying to transition a project to capybara-webkit, but the scenarios that depend on your script fail. Can you give me any pointers about debugging this?


Reply to this email directly or view it on GitHub: https://github.com/mattheworiordan/jquery.simulate.drag-sortable.js/issues/5

bak commented 12 years ago

After further testing I wound up in the same place. In ten or so runs with capybara-webkit I only saw a drag-sortable step succeed once, and much more often my SQLite database was left in a trashed state. Selenium has been fairly good, so I'll go back to it. Thanks again, I'll close.