File tree 1 file changed +0
-3
lines changed
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() {
796
796
var hasFills = name . indexOf ( 'fill' ) !== - 1 ;
797
797
var hasLines = name . indexOf ( 'lines' ) !== - 1 ;
798
798
var hasMarkers = name . indexOf ( 'markers' ) !== - 1 ;
799
- var hasText = name . indexOf ( 'text' ) !== - 1 ;
800
799
var tracei , prefix ;
801
800
802
801
// construct the expected ordering based on case name
@@ -814,7 +813,6 @@ describe('end-to-end scatter tests', function() {
814
813
}
815
814
if ( hasLines ) selectorArray . push ( prefix + '.js-line' ) ;
816
815
if ( hasMarkers ) selectorArray . push ( prefix + '.point' ) ;
817
- if ( hasText ) selectorArray . push ( prefix + '.textpoint' ) ;
818
816
}
819
817
820
818
// ordering in the legend
@@ -823,7 +821,6 @@ describe('end-to-end scatter tests', function() {
823
821
if ( hasFills ) selectorArray . push ( prefix + '.js-fill' ) ;
824
822
if ( hasLines ) selectorArray . push ( prefix + '.js-line' ) ;
825
823
if ( hasMarkers ) selectorArray . push ( prefix + '.scatterpts' ) ;
826
- if ( hasText ) selectorArray . push ( prefix + '.pointtext' ) ;
827
824
}
828
825
829
826
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