diff --git a/tests/e2e/interactions/test-cases/markers/hit-test-priceline-overlap.js b/tests/e2e/interactions/test-cases/markers/hit-test-priceline-overlap.js index 830a419dd..6c4a104bf 100644 --- a/tests/e2e/interactions/test-cases/markers/hit-test-priceline-overlap.js +++ b/tests/e2e/interactions/test-cases/markers/hit-test-priceline-overlap.js @@ -90,7 +90,6 @@ function afterInitialInteractions() { function afterFinalInteractions() { const pass = lastHoveredObjectId === 'TEST'; - // throw new Error(`Expected hoveredObjectId to be equal to 'TEST'. Actual: ${markerX} = ${markerY}`); if (!pass) { throw new Error("Expected hoveredObjectId to be equal to 'TEST'."); }