We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b2859d commit 8e75905Copy full SHA for 8e75905
test/jasmine/tests/shapes_test.js
@@ -58,7 +58,7 @@ describe('Test shapes:', function() {
58
}
59
60
function countShapeLayerNodesInSubplots() {
61
- return d3.selectAll('.shapelayer-subplot').size();
+ return d3.selectAll('.layer-subplot').size();
62
63
64
function countSubplots(gd) {
@@ -74,7 +74,7 @@ describe('Test shapes:', function() {
74
75
76
function countShapePathsInSubplots() {
77
- return d3.selectAll('.shapelayer-subplot > path').size();
+ return d3.selectAll('.layer-subplot > .shapelayer > path').size();
78
79
80
describe('*shapeLowerLayer*', function() {
0 commit comments