Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8601385 commit dc770e2Copy full SHA for dc770e2
test/jasmine/tests/click_test.js
@@ -212,10 +212,10 @@ describe('Test click interactions:', function() {
212
expect(gd.layout.xaxis.range).toBeCloseToArray(autoRangeX);
213
expect(gd.layout.yaxis.range).toBeCloseToArray(autoRangeY);
214
215
- return drag(100, 100, 200, 200);
+ return drag(50, 50, 100, 100);
216
}).then(function() {
217
- expect(gd.layout.xaxis.range).toBeCloseToArray([-2.70624901567643, -1.9783478816352495]);
218
- expect(gd.layout.yaxis.range).toBeCloseToArray([0.5007032802920716, 1.2941670624404753]);
+ expect(gd.layout.xaxis.range).toBeCloseToArray([-3.0119674, 2.156130559]);
+ expect(gd.layout.yaxis.range).toBeCloseToArray([-0.9910086, 1.389382716]);
219
220
done();
221
});
0 commit comments