We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fcfc3ee + 85783a1 commit f321b41Copy full SHA for f321b41
README.md
@@ -30,7 +30,7 @@ task integrationTest(type: Test) {
30
}
31
32
dependencies {
33
- compile 'org.jboss.tools.intellij.commonUiTestLibrary:intellij-common-ui-test-library:0.0.1-SNAPSHOT'
+ compile 'com.redhat.devtools.intellij:intellij-common-ui-test-library:0.0.2-SNAPSHOT'
34
35
36
runIdeForUiTests {
@@ -50,7 +50,7 @@ private static RemoteRobot robot;
50
51
@BeforeAll
52
public static void runIdeForUiTests() {
53
- robot = UITestRunner.runIde("IC-2020.2", 8082);
+ robot = UITestRunner.runIde("IC-2020.3", 8580);
54
55
56
@AfterAll
0 commit comments