aboutsummaryrefslogtreecommitdiffstats
path: root/tests/draggable.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/draggable.js')
-rw-r--r--tests/draggable.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/draggable.js b/tests/draggable.js
index 74089e72f..c029df6b0 100644
--- a/tests/draggable.js
+++ b/tests/draggable.js
@@ -628,6 +628,12 @@ test("{ helper: 'clone' }, absolute with scroll offset on root and parent", func
});
+module("draggable: behaviour");
+
+test("Events should not be executed on the element if drag is initiated", function() {
+ //TODO: Implement missing test
+});
+
module("draggable: Tickets");