You do not have permission to delete messages in this group
Link
Report message as abuse
Sign in to report message as abuse
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Capybara
I have been struggling to test sorting of a jquery sortable with both
the capybara-webkit and selenium driver. I have reproduced the issue
with a small project on github:
Does anyone use capybara drag_to to test sorting within jquery?
thx!
-karl
DI deedee
unread,
Sep 15, 2011, 12:34:17 PM9/15/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Link
Report message as abuse
Sign in to report message as abuse
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ruby-c...@googlegroups.com
+1, have the same issue
Jonas Nicklas
unread,
Sep 15, 2011, 1:19:14 PM9/15/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Link
Report message as abuse
Sign in to report message as abuse
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ruby-c...@googlegroups.com
Afaik, sortable doesn't work with drag_to. Testing sortable lists is pretty painful tbh, haven't found a good solution. Use the search, there's been at least one discussion about this before, iirc.
/Jonas
Karl Baum
unread,
Sep 15, 2011, 2:07:53 PM9/15/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Link
Report message as abuse
Sign in to report message as abuse
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ruby-c...@googlegroups.com
Any ideas on what the problem is? It looked to me like drag_to was just not dragging to the correct location within the page.
I found a few old discussions on this subject. This one is the most useful:
In that post they mention that this is a problem with the selenium-webdriver ruby client. Should we bring this up with them? Are there any other options?