Skip to content

Commit b876be0

Browse files
committed
tests dialog - added missing tests (placeholders)
1 parent ca17b99 commit b876be0

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

tests/dialog.js

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,30 @@ test("open", function() {
402402
el.remove();
403403
});
404404

405+
test("dragStart", function() {
406+
ok(false, "missing test");
407+
});
408+
409+
test("drag", function() {
410+
ok(false, "missing test");
411+
});
412+
413+
test("dragStop", function() {
414+
ok(false, "missing test");
415+
});
416+
417+
test("resizeStart", function() {
418+
ok(false, "missing test");
419+
});
420+
421+
test("resize", function() {
422+
ok(false, "missing test");
423+
});
424+
425+
test("resizeStop", function() {
426+
ok(false, "missing test");
427+
});
428+
405429
test("close", function() {
406430
expect(2);
407431
el = $('<div/>').dialog({

0 commit comments

Comments
 (0)