mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-04-22 19:15:46 +02:00
Use different tracking marker for UI tests PyCharm
This commit is contained in:
parent
2b1b4fc71e
commit
b3aaf75b48
@ -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("detected in the system") } }
|
||||
.any { it.hasText { text -> text.text.contains("/usr/bin/python3") } }
|
||||
}
|
||||
button("Create").click()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user