diff --git a/tests/unit/draggable/draggable.html b/tests/unit/draggable/draggable.html index 0971b23250f..53468a3a998 100644 --- a/tests/unit/draggable/draggable.html +++ b/tests/unit/draggable/draggable.html @@ -48,7 +48,7 @@ } .sortable { position: relative; - top: 8000px; + top: 800px; left: 10px; width: 300px; padding: 0; @@ -81,17 +81,17 @@
- +
  • Item 0
  • +
  • Item 1
  • +
  • Item 2
  • +
  • Item 3
  • + + diff --git a/tests/unit/draggable/options.js b/tests/unit/draggable/options.js index 2c8de5a0ac2..2aa5a1ae1b2 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 );