Skip to content

Commit a76e85a

Browse files
sbouchetangelozerr
authored andcommitted
fix: added a wait step
Signed-off-by: Stephane Bouchet <sbouchet@redhat.com>
1 parent c751c52 commit a76e85a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/it/java/org/jboss/tools/intellij/quarkus/tests/BasicTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ private void createQuarkusProject(RemoteRobot remoteRobot, String projectName, B
124124

125125
IdeStatusBar ideStatusBar = remoteRobot.find(IdeStatusBar.class, Duration.ofSeconds(10));
126126
ideStatusBar.waitUntilProjectImportIsComplete();
127+
ideStatusBar.waitUntilAllBgTasksFinish();
127128

128129
MainIdeWindow mainIdeWindow = remoteRobot.find(MainIdeWindow.class, Duration.ofSeconds(5));
129130
mainIdeWindow.maximizeIdeWindow();

0 commit comments

Comments
 (0)