mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-04-29 03:15:55 +02:00
Wait longer till PyCharm will detect the SDK
This commit is contained in:
parent
2c83403cb0
commit
79d2040fcf
@ -69,7 +69,7 @@ class PyCharmTest {
|
|||||||
private fun RemoteRobot.startNewProject() {
|
private fun RemoteRobot.startNewProject() {
|
||||||
welcomeFrame {
|
welcomeFrame {
|
||||||
createNewProjectLink.click()
|
createNewProjectLink.click()
|
||||||
waitFor {
|
waitFor(duration = Duration.ofSeconds(30)) {
|
||||||
// Waiting till the SDK will be detected by PyCharm
|
// Waiting till the SDK will be detected by PyCharm
|
||||||
findAllText("detected in the system").isNotEmpty()
|
findAllText("detected in the system").isNotEmpty()
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user