Skip to content

Commit a76a52a

Browse files
committed
cartesian_interact: update assert values due to timing change
1 parent b0ae7f8 commit a76a52a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: test/jasmine/tests/cartesian_interact_test.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1545,15 +1545,15 @@ describe('axis zoom/pan and main plot zoom', function() {
15451545
return drag.start()
15461546
.then(_assert('just after start of zoombox', {
15471547
nodeCnt: 4,
1548-
xrng: [-0.1927, 3.1927],
1548+
xrng: [1.5, 1.6880],
15491549
hasDragData: true,
15501550
zoombox: 'M269.5,114.5h-3v41h3ZM300.5,114.5h3v41h-3Z',
15511551
clipTranslate: [0, 0]
15521552
}))
15531553
.then(delay(step))
15541554
.then(_assert('during zoombox drag', {
15551555
nodeCnt: 5,
1556-
xrng: [-0.257, 4.257],
1556+
xrng: [2, 2.2507],
15571557
hasDragData: true,
15581558
zoombox: 'M269.5,114.5h-3v41h3ZM300.5,114.5h3v41h-3Z',
15591559
clipTranslate: [0, 0]

0 commit comments

Comments
 (0)