Skip to content

Commit 6e0dab9

Browse files
committed
Rewrite comments
Signed-off-by: Paul Gooderham <[email protected]>
1 parent eefde1f commit 6e0dab9

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/test/java/io/openliberty/tools/intellij/it/SingleModJakartaLSTestCommon.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ public static void prepareEnv(String projectPath, String projectName) {
179179

180180
UIBotTestUtils.importProject(remoteRobot, projectPath, projectName);
181181
UIBotTestUtils.openProjectView(remoteRobot);
182-
// IntelliJ does not start building and indexing until the project is open in the UI
182+
// IntelliJ does not start building and indexing until the Project View is open
183183
UIBotTestUtils.waitForIndexing(remoteRobot);
184184
UIBotTestUtils.openAndValidateLibertyToolWindow(remoteRobot, projectName);
185185
UIBotTestUtils.closeLibertyToolWindow(remoteRobot);

src/test/java/io/openliberty/tools/intellij/it/SingleModLibertyLSTestCommon.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ public static void prepareEnv(String projectPath, String projectName) {
391391

392392
UIBotTestUtils.importProject(remoteRobot, projectPath, projectName);
393393
UIBotTestUtils.openProjectView(remoteRobot);
394-
// IntelliJ does not start building and indexing until the project is open in the UI
394+
// IntelliJ does not start building and indexing until the Project View is open
395395
UIBotTestUtils.waitForIndexing(remoteRobot);
396396
UIBotTestUtils.openAndValidateLibertyToolWindow(remoteRobot, projectName);
397397
UIBotTestUtils.closeLibertyToolWindow(remoteRobot);

src/test/java/io/openliberty/tools/intellij/it/SingleModMPLSTestCommon.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ public static void prepareEnv(String projectPath, String projectName) {
313313

314314
UIBotTestUtils.importProject(remoteRobot, projectPath, projectName);
315315
UIBotTestUtils.openProjectView(remoteRobot);
316-
// IntelliJ does not start building and indexing until the project is open in the UI
316+
// IntelliJ does not start building and indexing until the Project View is open
317317
UIBotTestUtils.waitForIndexing(remoteRobot);
318318
UIBotTestUtils.openAndValidateLibertyToolWindow(remoteRobot, projectName);
319319
UIBotTestUtils.closeLibertyToolWindow(remoteRobot);

src/test/java/io/openliberty/tools/intellij/it/SingleModMPProjectTestCommon.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -915,7 +915,7 @@ public static void prepareEnv(String projectPath, String projectName) {
915915
remoteRobot.find(WelcomeFrameFixture.class, Duration.ofMinutes(2));
916916
UIBotTestUtils.importProject(remoteRobot, projectPath, projectName);
917917
UIBotTestUtils.openProjectView(remoteRobot);
918-
// IntelliJ does not start building and indexing until the project is open in the UI
918+
// IntelliJ does not start building and indexing until the Project View is open
919919
UIBotTestUtils.waitForIndexing(remoteRobot);
920920
UIBotTestUtils.openAndValidateLibertyToolWindow(remoteRobot, projectName);
921921
UIBotTestUtils.expandLibertyToolWindowProjectTree(remoteRobot, projectName);

src/test/java/io/openliberty/tools/intellij/it/SingleModNLTRestProjectTestCommon.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ public static void prepareEnv(String projectPath, String projectName) {
226226
remoteRobot.find(WelcomeFrameFixture.class, Duration.ofMinutes(2));
227227
UIBotTestUtils.importProject(remoteRobot, projectPath, projectName);
228228
UIBotTestUtils.openProjectView(remoteRobot);
229-
// IntelliJ does not start building and indexing until the project is open in the UI
229+
// IntelliJ does not start building and indexing until the Project View is open
230230
UIBotTestUtils.waitForIndexing(remoteRobot);
231231
UIBotTestUtils.openLibertyToolWindow(remoteRobot);
232232

0 commit comments

Comments
 (0)