Skip to content

Commit 8e75905

Browse files
committed
Shapes: Update shapes tests for reorganized layers
1 parent 7b2859d commit 8e75905

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/jasmine/tests/shapes_test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ describe('Test shapes:', function() {
5858
}
5959

6060
function countShapeLayerNodesInSubplots() {
61-
return d3.selectAll('.shapelayer-subplot').size();
61+
return d3.selectAll('.layer-subplot').size();
6262
}
6363

6464
function countSubplots(gd) {
@@ -74,7 +74,7 @@ describe('Test shapes:', function() {
7474
}
7575

7676
function countShapePathsInSubplots() {
77-
return d3.selectAll('.shapelayer-subplot > path').size();
77+
return d3.selectAll('.layer-subplot > .shapelayer > path').size();
7878
}
7979

8080
describe('*shapeLowerLayer*', function() {

0 commit comments

Comments
 (0)