mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-05-01 16:34:03 +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)) {
|
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("detected in the system") } }
|
.any { it.hasText { text -> text.text.contains("/usr/bin/python3") } }
|
||||||
}
|
}
|
||||||
button("Create").click()
|
button("Create").click()
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user