Skip to content

Commit 3c145ce

Browse files
committed
Remove debug code
1 parent 76de7eb commit 3c145ce

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

test/jasmine/tests/sankey_test.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1138,7 +1138,7 @@ describe('sankey tests', function() {
11381138

11391139
function _makeWrapper(eventType, mouseFn) {
11401140
var posByElementType = {
1141-
node: [415, 279],
1141+
node: [410, 300],
11421142
link: [450, 300]
11431143
};
11441144

@@ -1305,14 +1305,11 @@ describe('sankey tests', function() {
13051305
.then(done, done.fail);
13061306
});
13071307

1308-
fit('should not output hover/unhover event data when node.hoverinfo is skip', function(done) {
1308+
it('should not output hover/unhover event data when node.hoverinfo is skip', function(done) {
13091309
var fig = Lib.extendDeep({}, mock);
13101310

13111311
Plotly.newPlot(gd, fig)
13121312
.then(function() { return Plotly.restyle(gd, 'node.hoverinfo', 'skip'); })
1313-
.then(function() {
1314-
console.log('SVG:', gd.querySelector('.main-svg').outerHTML);
1315-
})
13161313
.then(assertNoHoverEvents('node'))
13171314
.then(done, done.fail);
13181315
});

0 commit comments

Comments
 (0)