src/integrationTests/kotlin/IRGitPlatformTest.kt [157:168]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - val openEditorTabAction = CreateEditorTabAction() val testEvent = createTestEvent(openEditorTabAction) assertThat(testEvent.project).isEqualTo(project) openEditorTabAction.actionPerformed(testEvent) val modelService = project.service() Awaitility.await() .atMost(15000, TimeUnit.MILLISECONDS) .pollDelay(50, TimeUnit.MILLISECONDS) .until { modelService.branchInfo.initialCommits.size == expectedCount } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - src/integrationTests/kotlin/UseCase4Test.kt [94:104]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - val openEditorTabAction = CreateEditorTabAction() val testEvent = createTestEvent(openEditorTabAction) assertThat(testEvent.project).isEqualTo(project) openEditorTabAction.actionPerformed(testEvent) val modelService = project.service() Awaitility.await() .atMost(15000, TimeUnit.MILLISECONDS) .pollDelay(50, TimeUnit.MILLISECONDS) .until { modelService.branchInfo.initialCommits.size == expectedCount } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -