Skip to content

Commit d97a28c

Browse files
committed
fixup: forgot to clear graph div
1 parent 45a5b00 commit d97a28c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/jasmine/tests/plots_test.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,10 @@ describe('Test Plots', function() {
533533
expect(obj.layout).toEqual(mock.layout);
534534
expect(obj.frames).toEqual(mock.frames);
535535
})
536-
.then(done);
536+
.then(function() {
537+
destroyGraphDiv();
538+
done();
539+
});
537540
});
538541
});
539542
});

0 commit comments

Comments
 (0)