1
0
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:
Alex Plate 2025-03-14 16:06:18 +02:00
parent 2b1b4fc71e
commit b3aaf75b48
No known key found for this signature in database
GPG Key ID: 0B97153C8FFEC09F

View File

@ -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()
}