File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 } ) ;
You can’t perform that action at this time.
0 commit comments