mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-05-06 21:34:02 +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)) {
|
waitFor(duration = Duration.ofSeconds(30)) {
|
||||||
// Waiting till the SDK will be detected by PyCharm
|
// Waiting till the SDK will be detected by PyCharm
|
||||||
this@startNewProject.findAll<ComponentFixture>(byXpath("//div[@class='SimpleColoredComponent']"))
|
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()
|
button("Create").click()
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user