File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1585,7 +1585,7 @@ describe('Test splom select:', function() {
1585
1585
1586
1586
var to = setTimeout ( function ( ) {
1587
1587
reject ( 'fail: plotly_selected not emitter' ) ;
1588
- } , 200 ) ;
1588
+ } , 300 ) ;
1589
1589
1590
1590
gd . once ( 'plotly_selected' , function ( d ) {
1591
1591
clearTimeout ( to ) ;
@@ -1684,7 +1684,7 @@ describe('Test splom select:', function() {
1684
1684
. then ( done , done . fail ) ;
1685
1685
} ) ;
1686
1686
1687
- it ( '@noCI @ gl should redraw splom traces before scattergl trace (if any)' , function ( done ) {
1687
+ it ( '@gl should redraw splom traces before scattergl trace (if any)' , function ( done ) {
1688
1688
var fig = require ( '@mocks/splom_with-cartesian.json' ) ;
1689
1689
fig . layout . dragmode = 'select' ;
1690
1690
fig . layout . width = 400 ;
You can’t perform that action at this time.
0 commit comments