Skip to content

Commit

Permalink
cleanup after new touch hover test
Browse files Browse the repository at this point in the history
  • Loading branch information
etpinard committed Sep 18, 2018
1 parent dddbef4 commit fca6f9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/jasmine/tests/hover_label_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2521,6 +2521,8 @@ describe('hovermode defaults to', function() {


describe('touch devices', function() {
afterEach(destroyGraphDiv);

['pan', 'zoom'].forEach(function(type) {
describe('dragmode:' + type, function() {
var data = [{x: [1, 2, 3], y: [1, 3, 2], type: 'bar'}];
Expand Down

0 comments on commit fca6f9b

Please sign in to comment.