File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1072,7 +1072,7 @@ describe('Test geo interactions', function() {
1072
1072
. then ( done ) ;
1073
1073
} ) ;
1074
1074
1075
- it ( '@noCI should clear hover label when cursor slips off subplot' , function ( done ) {
1075
+ it ( 'should clear hover label when cursor slips off subplot' , function ( done ) {
1076
1076
var gd = createGraphDiv ( ) ;
1077
1077
var fig = Lib . extendDeep ( { } , require ( '@mocks/geo_orthographic.json' ) ) ;
1078
1078
Original file line number Diff line number Diff line change @@ -702,7 +702,7 @@ describe('Test polar interactions:', function() {
702
702
. then ( done ) ;
703
703
} ) ;
704
704
705
- it ( '@noCI should response to drag interactions on plot area' , function ( done ) {
705
+ it ( 'should response to drag interactions on plot area' , function ( done ) {
706
706
var fig = Lib . extendDeep ( { } , require ( '@mocks/polar_scatter.json' ) ) ;
707
707
708
708
// to avoid dragging on hover labels
@@ -793,7 +793,7 @@ describe('Test polar interactions:', function() {
793
793
. then ( done ) ;
794
794
} ) ;
795
795
796
- it ( '@noCI should response to drag interactions on radial drag area' , function ( done ) {
796
+ it ( 'should response to drag interactions on radial drag area' , function ( done ) {
797
797
var fig = Lib . extendDeep ( { } , require ( '@mocks/polar_scatter.json' ) ) ;
798
798
799
799
// to avoid dragging on hover labels
@@ -877,7 +877,7 @@ describe('Test polar interactions:', function() {
877
877
. then ( done ) ;
878
878
} ) ;
879
879
880
- it ( '@noCI should response to drag interactions on angular drag area' , function ( done ) {
880
+ it ( 'should response to drag interactions on angular drag area' , function ( done ) {
881
881
var fig = Lib . extendDeep ( { } , require ( '@mocks/polar_scatter.json' ) ) ;
882
882
883
883
// to avoid dragging on hover labels
You can’t perform that action at this time.
0 commit comments