Skip to content

Commit 1c61a47

Browse files
committed
fixup 'scatter' -> addTraces 'scattergl' test
- as now gl2d traces now come with cartesian svg layers (for select/lasso modes)
1 parent 3a30ae1 commit 1c61a47

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/jasmine/tests/gl_plot_interact_test.js

-3
Original file line numberDiff line numberDiff line change
@@ -936,7 +936,6 @@ describe('Test gl2d plots', function() {
936936
});
937937

938938
it('should clear orphan cartesian subplots on addTraces', function(done) {
939-
940939
Plotly.newPlot(gd, [], {
941940
xaxis: { title: 'X' },
942941
yaxis: { title: 'Y' }
@@ -949,12 +948,10 @@ describe('Test gl2d plots', function() {
949948
}]);
950949
})
951950
.then(function() {
952-
expect(d3.select('.subplot.xy').size()).toEqual(0);
953951
expect(d3.select('.xtitle').size()).toEqual(0);
954952
expect(d3.select('.ytitle').size()).toEqual(0);
955953
})
956954
.then(done);
957-
958955
});
959956

960957
it('supports 1D and 2D Zoom', function(done) {

0 commit comments

Comments
 (0)