1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-04-23 22:15:47 +02:00

Add waiting for SDK detectors on PyCharm tests

This commit is contained in:
Alex Plate 2025-03-14 13:55:07 +02:00
parent 3f22c6f9e4
commit 2c83403cb0
No known key found for this signature in database
GPG Key ID: 0B97153C8FFEC09F

View File

@ -69,6 +69,10 @@ class PyCharmTest {
private fun RemoteRobot.startNewProject() {
welcomeFrame {
createNewProjectLink.click()
waitFor {
// Waiting till the SDK will be detected by PyCharm
findAllText("detected in the system").isNotEmpty()
}
button("Create").click()
}
}