Skip to content

Commit fdc1d88

Browse files
indexing in beforeEach (#1481)
1 parent da6e9db commit fdc1d88

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ public void setSmMPProjectName(String name) {
102102
@BeforeEach
103103
public void beforeEach(TestInfo info) {
104104
TestUtils.printTrace(TestUtils.TraceSevLevel.INFO, this.getClass().getSimpleName() + "." + info.getDisplayName() + ". Entry");
105+
// IntelliJ does not start building and indexing until the Project View is open
106+
UIBotTestUtils.waitForIndexing(remoteRobot);
105107
}
106108

107109
/**

0 commit comments

Comments
 (0)