We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c92623c + 0864381 commit 29d8d9bCopy full SHA for 29d8d9b
test/jasmine/tests/splom_test.js
@@ -1585,7 +1585,7 @@ describe('Test splom select:', function() {
1585
1586
var to = setTimeout(function() {
1587
reject('fail: plotly_selected not emitter');
1588
- }, 200);
+ }, 300);
1589
1590
gd.once('plotly_selected', function(d) {
1591
clearTimeout(to);
@@ -1684,7 +1684,7 @@ describe('Test splom select:', function() {
1684
.then(done, done.fail);
1685
});
1686
1687
- it('@noCI @gl should redraw splom traces before scattergl trace (if any)', function(done) {
+ it('@gl should redraw splom traces before scattergl trace (if any)', function(done) {
1688
var fig = require('@mocks/splom_with-cartesian.json');
1689
fig.layout.dragmode = 'select';
1690
fig.layout.width = 400;
0 commit comments