Skip to content

Commit f321b41

Browse files
authored
Merge pull request #32 from zcervink/31
Fix issues in the README.md file
2 parents fcfc3ee + 85783a1 commit f321b41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ task integrationTest(type: Test) {
3030
}
3131
3232
dependencies {
33-
compile 'org.jboss.tools.intellij.commonUiTestLibrary:intellij-common-ui-test-library:0.0.1-SNAPSHOT'
33+
compile 'com.redhat.devtools.intellij:intellij-common-ui-test-library:0.0.2-SNAPSHOT'
3434
}
3535
3636
runIdeForUiTests {
@@ -50,7 +50,7 @@ private static RemoteRobot robot;
5050
5151
@BeforeAll
5252
public static void runIdeForUiTests() {
53-
robot = UITestRunner.runIde("IC-2020.2", 8082);
53+
robot = UITestRunner.runIde("IC-2020.3", 8580);
5454
}
5555
5656
@AfterAll

0 commit comments

Comments
 (0)