diff --git a/platform/representation/test/gestures/ContextMenuGestureSpec.js b/platform/representation/test/gestures/ContextMenuGestureSpec.js index 8d6b685762..d3e5243b3b 100644 --- a/platform/representation/test/gestures/ContextMenuGestureSpec.js +++ b/platform/representation/test/gestures/ContextMenuGestureSpec.js @@ -81,12 +81,6 @@ define( // Capture the contextmenu callback fireGesture = mockElement.on.mostRecentCall.args[1]; - - mockMenu.on.calls.forEach(function (call) { - if (call.args[0] === 'touchstart') { - call.args[1](mockEvent); - } - }); }); }); }