File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1059,17 +1059,17 @@ describe('Test click interactions:', function() {
1059
1059
width : 600 ,
1060
1060
height : 600
1061
1061
} ) . then ( function ( ) {
1062
- expect ( gd . layout . xaxis . range ) . toBeCloseToArray ( [ 1 , 2.068 ] ) ;
1062
+ expect ( gd . layout . xaxis . range ) . toBeCloseToArray ( [ 1 , 2.068 ] , 1 ) ;
1063
1063
1064
1064
return doubleClick ( 300 , 300 ) ;
1065
1065
} )
1066
1066
. then ( function ( ) {
1067
- expect ( gd . layout . xaxis . range ) . toBeCloseToArray ( [ - 0.2019 , 3.249 ] ) ;
1067
+ expect ( gd . layout . xaxis . range ) . toBeCloseToArray ( [ - 0.2019 , 3.249 ] , 1 ) ;
1068
1068
1069
1069
return doubleClick ( 300 , 300 ) ;
1070
1070
} )
1071
1071
. then ( function ( ) {
1072
- expect ( gd . layout . xaxis . range ) . toBeCloseToArray ( [ 1 , 2.068 ] ) ;
1072
+ expect ( gd . layout . xaxis . range ) . toBeCloseToArray ( [ 1 , 2.068 ] , 1 ) ;
1073
1073
} )
1074
1074
. then ( done , done . fail ) ;
1075
1075
} ) ;
You can’t perform that action at this time.
0 commit comments