mirror of https://gitee.com/bigwinds/arangodb
GraphViewer: Fixed eventDispatcherUITest. It did not clean up properly
This commit is contained in:
parent
c0a389b56e
commit
1d5b5ef4d6
|
@ -173,6 +173,7 @@
|
|||
afterEach(function () {
|
||||
expect(list).toConformToToolbox();
|
||||
document.body.removeChild(list);
|
||||
document.body.removeChild(svg);
|
||||
});
|
||||
|
||||
it('should throw errors if not setup correctly', function() {
|
||||
|
|
Loading…
Reference in New Issue