File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -2641,7 +2641,7 @@ describe('Hover on multicategory axes', function() {
26412641 . then ( done , done . fail ) ;
26422642 } ) ;
26432643
2644- it ( 'should work with series' , function ( done ) {
2644+ fit ( 'should work with series' , function ( done ) {
26452645 var fig = Lib . extendDeep ( { } , require ( '@mocks/zz-multicategory_series.json' ) ) ;
26462646 fig . data = [ fig . data [ 0 ] ] ;
26472647 fig . layout . width = 500 ;
@@ -2655,21 +2655,14 @@ describe('Hover on multicategory axes', function() {
26552655 } )
26562656 . then ( function ( ) { _hover ( 200 , 200 ) ; } )
26572657 . then ( function ( ) {
2658- assertHoverLabelContent ( {
2659- nums : 'x: 2017 - q3\ny: Group 3 - A\nz: 2.303'
2660- } ) ;
2661- expect ( eventData . x ) . toEqual ( [ '2017' , 'q3' ] ) ;
2658+ expect ( eventData . x ) . toEqual ( [ 'High' , 4 ] ) ;
26622659 } )
26632660 . then ( function ( ) {
26642661 return Plotly . restyle ( gd , 'hovertemplate' , '%{z} @ %{x} | %{y}' ) ;
26652662 } )
26662663 . then ( function ( ) { _hover ( 200 , 200 ) ; } )
26672664 . then ( function ( ) {
2668- assertHoverLabelContent ( {
2669- nums : '2.303 @ 2017 - q3 | Group 3 - A' ,
2670- name : 'w/ 2d z'
2671- } ) ;
2672- expect ( eventData . x ) . toEqual ( [ '2017' , 'q3' ] ) ;
2665+ expect ( eventData . x ) . toEqual ( [ 'High' , 4 ] ) ;
26732666 } )
26742667 . then ( done , done . fail ) ;
26752668 } ) ;
You can’t perform that action at this time.
0 commit comments