From 56d6ddc2baf3331e6fb13ccbdda9d7029718ecd6 Mon Sep 17 00:00:00 2001 From: Jörn Zaefferer Date: Sat, 17 Oct 2015 15:12:26 -0400 Subject: Draggable: Fix options tests These failed when running through tests/unit/all.html, due to the smaller iframe. Reducing a browser window enough triggered the same issue. Making the top offset much smaller fixes that. The rest is fixing bad indent and adds a missing module call. --- tests/unit/draggable/options.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/unit/draggable/options.js') diff --git a/tests/unit/draggable/options.js b/tests/unit/draggable/options.js index 2c8de5a0a..2aa5a1ae1 100644 --- a/tests/unit/draggable/options.js +++ b/tests/unit/draggable/options.js @@ -6,6 +6,8 @@ define( [ "ui/widgets/sortable" ], function( $, testHelper ) { +module( "draggable: options" ); + // TODO: This doesn't actually test whether append happened, possibly remove test( "{ appendTo: 'parent' }, default, no clone", function() { expect( 4 ); -- cgit v1.2.3