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:
parent
3f22c6f9e4
commit
2c83403cb0
@ -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()
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user