mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
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.
This commit is contained in:
parent
800d76ac17
commit
56d6ddc2ba
@ -48,7 +48,7 @@
|
||||
}
|
||||
.sortable {
|
||||
position: relative;
|
||||
top: 8000px;
|
||||
top: 800px;
|
||||
left: 10px;
|
||||
width: 300px;
|
||||
padding: 0;
|
||||
|
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user