Skip to content

Commit c90441f

Browse files
committed
Change drag coordinates to max for the second test
1 parent 575b789 commit c90441f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/select_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1687,7 +1687,7 @@ describe('Test select box and lasso in general:', function() {
16871687
expect(gd.data[2].selectedpoints).toEqual([1, 2]);
16881688
expect(gd.data[3].selectedpoints).toBe(undefined);
16891689
}).then(function() {
1690-
return drag([[150, 300], [780, 500]]);
1690+
return drag([[150, 800], [780, 500]]);
16911691
}).then(function() {
16921692
expect(gd.data[0].selectedpoints).toEqual([1, 2]);
16931693
expect(gd.data[1].selectedpoints).toEqual([1]);

0 commit comments

Comments
 (0)