diff --git a/js/tests/index.html b/js/tests/index.html index 3acd366288..1c025cf761 100644 --- a/js/tests/index.html +++ b/js/tests/index.html @@ -38,6 +38,12 @@ } } }) + + // Cleanup + QUnit.testDone(function () { + $('#qunit-fixture').empty() + $('#modal-test, .modal-backdrop').remove() + }) @@ -69,7 +75,7 @@
-