-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Stephane Bouchet <[email protected]>
- Loading branch information
Showing
35 changed files
with
303 additions
and
408 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,10 +11,8 @@ | |
package org.jboss.tools.intellij.openshift.test.ui; | ||
|
||
import com.intellij.remoterobot.RemoteRobot; | ||
import com.intellij.remoterobot.utils.WaitForConditionTimeoutException; | ||
import com.redhat.devtools.intellij.commonuitest.fixtures.dialogs.FlatWelcomeFrame; | ||
import com.redhat.devtools.intellij.commonuitest.fixtures.mainidewindow.idestatusbar.IdeStatusBar; | ||
import com.redhat.devtools.intellij.commonuitest.fixtures.mainidewindow.toolwindowspane.ToolWindowPane; | ||
import com.redhat.devtools.intellij.commonuitest.utils.project.CreateCloseUtils; | ||
import com.redhat.devtools.intellij.commonuitest.utils.screenshot.ScreenshotUtils; | ||
import org.jboss.tools.intellij.openshift.test.ui.annotations.UITest; | ||
|
@@ -37,7 +35,6 @@ | |
import java.io.File; | ||
import java.time.Duration; | ||
|
||
|
||
/** | ||
* @author Ondrej Dockal, [email protected] | ||
*/ | ||
|
@@ -110,20 +107,6 @@ protected static void logOut() { | |
} | ||
} | ||
|
||
public RemoteRobot getRobotReference() { | ||
return robot; | ||
} | ||
|
||
public boolean isStripeButtonAvailable(String label) { | ||
try { | ||
ToolWindowPane toolWindowPane = robot.find(ToolWindowPane.class); | ||
toolWindowPane.stripeButton(label, false); | ||
} catch (WaitForConditionTimeoutException e) { | ||
return false; | ||
} | ||
return true; | ||
} | ||
|
||
protected static void sleep(long ms) { | ||
LOGGER.info("Putting thread into sleep for: {} ms", ms); | ||
try { | ||
|
16 changes: 15 additions & 1 deletion
16
src/it/java/org/jboss/tools/intellij/openshift/test/ui/ClusterTestsSuite.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 15 additions & 1 deletion
16
src/it/java/org/jboss/tools/intellij/openshift/test/ui/PublicTestsSuite.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
41 changes: 0 additions & 41 deletions
41
src/it/java/org/jboss/tools/intellij/openshift/test/ui/common/CreateComponentFixture.java
This file was deleted.
Oops, something went wrong.
44 changes: 0 additions & 44 deletions
44
...jboss/tools/intellij/openshift/test/ui/common/ImportProjectFromVersionControlFixture.java
This file was deleted.
Oops, something went wrong.
47 changes: 0 additions & 47 deletions
47
src/it/java/org/jboss/tools/intellij/openshift/test/ui/common/ProjectTreeFixture.java
This file was deleted.
Oops, something went wrong.
38 changes: 0 additions & 38 deletions
38
src/it/java/org/jboss/tools/intellij/openshift/test/ui/common/WelcomeDialogFixture.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.