mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-04-30 13:34:04 +02:00
Update UI test
This commit is contained in:
parent
bbab064281
commit
b31f46d9f4
@ -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 generateDialog.single().hasText("Copy Path/Reference…")
|
return@waitFor generateDialog.single().hasText("Path With Line Number")
|
||||||
}
|
}
|
||||||
return@waitFor false
|
return@waitFor false
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user