mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Remove element from DOM after test
This commit is contained in:
@@ -1829,5 +1829,6 @@ Tinytest.add(
|
||||
document.body.appendChild(div);
|
||||
clickIt(document.getElementById(elemId));
|
||||
test.isFalse(/#bad-url/.test(window.location.hash));
|
||||
document.body.removeChild(div);
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user