mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-04-15 17:15:43 +02:00
Fix the path to python
This commit is contained in:
parent
186feed8af
commit
60767fa908
@ -74,7 +74,7 @@ class PyCharmTest {
|
||||
waitFor(duration = Duration.ofSeconds(30)) {
|
||||
// Waiting till the SDK will be detected by PyCharm
|
||||
this@startNewProject.findAll<ComponentFixture>(byXpath("//div[@class='SimpleColoredComponent']"))
|
||||
.any { it.hasText { text -> text.text.contains("/usr/bin/python3") } }
|
||||
.any { it.hasText { text -> text.text.contains("/usr/local/bin/python3") } }
|
||||
}
|
||||
button("Create").click()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user