Skip to content

Commit 18dac2a

Browse files
committed
correct click and select test with zorder
1 parent bb1eb3a commit 18dac2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/select_test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ describe('Click-to-select', function() {
301301
return _immediateClickPt({ x: 130, y: 250 });
302302
})
303303
.then(function() {
304-
assertSelectedPoints([], [1], []);
304+
assertSelectedPoints([0], [], []);
305305
})
306306
.then(done, done.fail);
307307
});

0 commit comments

Comments
 (0)