diff --git a/plugins/performanceTesting/remote-driver/src/com/jetbrains/performancePlugin/remotedriver/robot/SmoothRobot.kt b/plugins/performanceTesting/remote-driver/src/com/jetbrains/performancePlugin/remotedriver/robot/SmoothRobot.kt index 3002750ed269..de9d72dffbe4 100644 --- a/plugins/performanceTesting/remote-driver/src/com/jetbrains/performancePlugin/remotedriver/robot/SmoothRobot.kt +++ b/plugins/performanceTesting/remote-driver/src/com/jetbrains/performancePlugin/remotedriver/robot/SmoothRobot.kt @@ -496,9 +496,6 @@ internal class SmoothRobot : Robot { val mouseReleasedEvent = MouseEvent(window, MouseEvent.MOUSE_RELEASED, System.currentTimeMillis(), 0, clickPoint.x, clickPoint.y, 1, false, awtMouseButton) eventQueue.postEvent(mouseReleasedEvent) - val mouseClickedEvent = MouseEvent(window, MouseEvent.MOUSE_CLICKED, System.currentTimeMillis(), 0, - clickPoint.x, clickPoint.y, 1, false, awtMouseButton) - eventQueue.postEvent(mouseClickedEvent) } }