summaryrefslogtreecommitdiff
path: root/tests/test_selenium.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_selenium.py')
-rw-r--r--tests/test_selenium.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_selenium.py b/tests/test_selenium.py
index 26d87d4..aee7763 100644
--- a/tests/test_selenium.py
+++ b/tests/test_selenium.py
@@ -186,7 +186,7 @@ class TestJQueryUI(unittest.TestCase):
draggable = resp.doc.draggable
droppable = resp.doc.droppable
self.assertFalse(droppable.hasClass('ui-state-highlight'))
- draggable.dragAndDropToObject(droppable)
+ draggable.drag_and_drop(droppable)
self.assertTrue(droppable.hasClass('ui-state-highlight'))
resp.doc.link('Shopping Cart').click()