aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/testsuite.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/unit/testsuite.js b/tests/unit/testsuite.js
index 5b76ad9fd..345a5a106 100644
--- a/tests/unit/testsuite.js
+++ b/tests/unit/testsuite.js
@@ -67,6 +67,8 @@ function testSettingOptions(widget, options) {
same(instance.options[option], val, option + ': ' + type);
});
});
+
+ el.remove();
});
}