Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b6ae276

Browse files
committed
update jasmine test
1 parent c2fd691 commit b6ae276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/shapes_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ describe('shapes axis reference changes', function() {
488488
afterEach(destroyGraphDiv);
489489

490490
function getShape(index) {
491-
var s = d3SelectAll('path[data-index="' + index + '"]');
491+
var s = d3SelectAll('.shape-group[data-index="' + index + '"]');
492492
expect(s.size()).toBe(1);
493493
return s;
494494
}

0 commit comments

Comments
 (0)