Skip to content

Commit d923637

Browse files
committed
Revert "test: try smaller shape drags"
This reverts commit 5a62051.
1 parent 5a62051 commit d923637

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/jasmine/tests/shapes_test.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -426,8 +426,8 @@ describe('Test shapes', function() {
426426
y2p = getDataToPixel(gd, ya, true);
427427

428428
var initialCoordinates = getShapeCoordinates(layoutShape, x2p, y2p),
429-
dx = 10,
430-
dy = 10;
429+
dx = 100,
430+
dy = 100;
431431

432432
return drag(node, dx, dy).then(function() {
433433
var finalCoordinates = getShapeCoordinates(layoutShape, x2p, y2p);
@@ -456,8 +456,8 @@ describe('Test shapes', function() {
456456

457457
var initialPath = layoutShape.path,
458458
initialCoordinates = getPathCoordinates(initialPath, x2p, y2p),
459-
dx = 10,
460-
dy = 10;
459+
dx = 100,
460+
dy = 100;
461461

462462
expect(initialCoordinates.length).toBe(6);
463463

0 commit comments

Comments
 (0)