From 8975981d266ae0bc1609ce44778c68c129e7eeb1 Mon Sep 17 00:00:00 2001 From: gchoqueux Date: Tue, 2 Apr 2019 11:05:21 +0200 Subject: [PATCH] TEMP Debug test GlobeControls --- test/functional/GlobeControls.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/functional/GlobeControls.js b/test/functional/GlobeControls.js index 16d5ee9ca7..9ad69081aa 100644 --- a/test/functional/GlobeControls.js +++ b/test/functional/GlobeControls.js @@ -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); }); });