diff options
-rw-r--r-- | tests/unit/dialog/dialog_methods.js | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/unit/dialog/dialog_methods.js b/tests/unit/dialog/dialog_methods.js index 5748a27da..e6ffb14d6 100644 --- a/tests/unit/dialog/dialog_methods.js +++ b/tests/unit/dialog/dialog_methods.js @@ -3,7 +3,11 @@ */ (function($) { -module("dialog: methods"); +module("dialog: methods", { + teardown: function() { + $("body>.ui-dialog").remove(); + } +}); test("init", function() { expect(7); |