diff options
Diffstat (limited to 'tests/draggable.js')
-rw-r--r-- | tests/draggable.js | 6 |
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"); |