Skip to content

Commit

Permalink
TEMP Debug test GlobeControls
Browse files Browse the repository at this point in the history
  • Loading branch information
gchoqueux committed Apr 2, 2019
1 parent 81c4c30 commit 8975981
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/functional/GlobeControls.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ describe('GlobeControls with globe example', function _() {
.dispatchEvent(wheelEvent, document);
window.dispatchEvent(wheelEvent, document);
}));
console.log('initialPosition.range, finalRange', initialPosition.range, finalRange);
assert.ok(initialPosition.range - finalRange > 2000000);
});
});

0 comments on commit 8975981

Please sign in to comment.