File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -796,7 +796,6 @@ describe('end-to-end scatter tests', function() {
796796 var hasFills = name . indexOf ( 'fill' ) !== - 1 ;
797797 var hasLines = name . indexOf ( 'lines' ) !== - 1 ;
798798 var hasMarkers = name . indexOf ( 'markers' ) !== - 1 ;
799- var hasText = name . indexOf ( 'text' ) !== - 1 ;
800799 var tracei , prefix ;
801800
802801 // construct the expected ordering based on case name
@@ -814,7 +813,6 @@ describe('end-to-end scatter tests', function() {
814813 }
815814 if ( hasLines ) selectorArray . push ( prefix + '.js-line' ) ;
816815 if ( hasMarkers ) selectorArray . push ( prefix + '.point' ) ;
817- if ( hasText ) selectorArray . push ( prefix + '.textpoint' ) ;
818816 }
819817
820818 // ordering in the legend
@@ -823,7 +821,6 @@ describe('end-to-end scatter tests', function() {
823821 if ( hasFills ) selectorArray . push ( prefix + '.js-fill' ) ;
824822 if ( hasLines ) selectorArray . push ( prefix + '.js-line' ) ;
825823 if ( hasMarkers ) selectorArray . push ( prefix + '.scatterpts' ) ;
826- if ( hasText ) selectorArray . push ( prefix + '.pointtext' ) ;
827824 }
828825
829826 var msg = i ? ( 'from ' + cases [ indices [ i - 1 ] ] . name + ' to ' ) : 'from default to ' ;
You can’t perform that action at this time.
0 commit comments