mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
tests dialog - added missing tests (placeholders)
This commit is contained in:
parent
ca17b9953e
commit
b876be002d
@ -402,6 +402,30 @@ test("open", function() {
|
||||
el.remove();
|
||||
});
|
||||
|
||||
test("dragStart", function() {
|
||||
ok(false, "missing test");
|
||||
});
|
||||
|
||||
test("drag", function() {
|
||||
ok(false, "missing test");
|
||||
});
|
||||
|
||||
test("dragStop", function() {
|
||||
ok(false, "missing test");
|
||||
});
|
||||
|
||||
test("resizeStart", function() {
|
||||
ok(false, "missing test");
|
||||
});
|
||||
|
||||
test("resize", function() {
|
||||
ok(false, "missing test");
|
||||
});
|
||||
|
||||
test("resizeStop", function() {
|
||||
ok(false, "missing test");
|
||||
});
|
||||
|
||||
test("close", function() {
|
||||
expect(2);
|
||||
el = $('<div/>').dialog({
|
||||
|
Loading…
Reference in New Issue
Block a user