Skip to content

Commit

Permalink
cartesian_interact: update assert values due to timing change
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinerg committed May 23, 2019
1 parent b0ae7f8 commit a76a52a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/jasmine/tests/cartesian_interact_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1545,15 +1545,15 @@ describe('axis zoom/pan and main plot zoom', function() {
return drag.start()
.then(_assert('just after start of zoombox', {
nodeCnt: 4,
xrng: [-0.1927, 3.1927],
xrng: [1.5, 1.6880],
hasDragData: true,
zoombox: 'M269.5,114.5h-3v41h3ZM300.5,114.5h3v41h-3Z',
clipTranslate: [0, 0]
}))
.then(delay(step))
.then(_assert('during zoombox drag', {
nodeCnt: 5,
xrng: [-0.257, 4.257],
xrng: [2, 2.2507],
hasDragData: true,
zoombox: 'M269.5,114.5h-3v41h3ZM300.5,114.5h3v41h-3Z',
clipTranslate: [0, 0]
Expand Down

0 comments on commit a76a52a

Please sign in to comment.