mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-05-01 07:34:03 +02:00
Use a different approach for UI tests
This commit is contained in:
parent
dcaef64494
commit
90b530e6db
@ -291,7 +291,7 @@ class UiTests {
|
|||||||
waitFor {
|
waitFor {
|
||||||
val generateDialog = findAll<ComponentFixture>(byXpath("//div[@class='EngravedLabel']"))
|
val generateDialog = findAll<ComponentFixture>(byXpath("//div[@class='EngravedLabel']"))
|
||||||
if (generateDialog.size == 1) {
|
if (generateDialog.size == 1) {
|
||||||
return@waitFor hasText("Path With Line Number")
|
return@waitFor generateDialog.single().hasText("Copy")
|
||||||
}
|
}
|
||||||
return@waitFor false
|
return@waitFor false
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user