Skip to content

Commit fca6f9b

Browse files
committed
cleanup after new touch hover test
1 parent dddbef4 commit fca6f9b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/jasmine/tests/hover_label_test.js

+2
Original file line numberDiff line numberDiff line change
@@ -2521,6 +2521,8 @@ describe('hovermode defaults to', function() {
25212521

25222522

25232523
describe('touch devices', function() {
2524+
afterEach(destroyGraphDiv);
2525+
25242526
['pan', 'zoom'].forEach(function(type) {
25252527
describe('dragmode:' + type, function() {
25262528
var data = [{x: [1, 2, 3], y: [1, 3, 2], type: 'bar'}];

0 commit comments

Comments
 (0)