From 30641ece9100f58651485dba76eb5d00ca1164ae Mon Sep 17 00:00:00 2001 From: "Maxim.Kolmakov" Date: Tue, 13 Jun 2017 18:20:38 +0200 Subject: [PATCH] [gui-test] Avoid manual position calculation --- .../fixtures/ComponentWithBrowseButtonFixture.java | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/platform/testGuiFramework/src/com/intellij/testGuiFramework/fixtures/ComponentWithBrowseButtonFixture.java b/platform/testGuiFramework/src/com/intellij/testGuiFramework/fixtures/ComponentWithBrowseButtonFixture.java index 625d62bc09e8..5c27fab65721 100644 --- a/platform/testGuiFramework/src/com/intellij/testGuiFramework/fixtures/ComponentWithBrowseButtonFixture.java +++ b/platform/testGuiFramework/src/com/intellij/testGuiFramework/fixtures/ComponentWithBrowseButtonFixture.java @@ -17,11 +17,9 @@ package com.intellij.testGuiFramework.fixtures; import com.intellij.openapi.ui.ComponentWithBrowseButton; import com.intellij.openapi.ui.FixedSizeButton; -import org.fest.swing.core.MouseButton; import org.fest.swing.core.Robot; import org.jetbrains.annotations.NotNull; -import java.awt.*; public class ComponentWithBrowseButtonFixture extends JComponentFixture { @@ -31,10 +29,6 @@ public class ComponentWithBrowseButtonFixture extends JComponentFixture