mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-04-23 04:15:46 +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 {
|
||||
val generateDialog = findAll<ComponentFixture>(byXpath("//div[@class='EngravedLabel']"))
|
||||
if (generateDialog.size == 1) {
|
||||
return@waitFor hasText("Path With Line Number")
|
||||
return@waitFor generateDialog.single().hasText("Copy")
|
||||
}
|
||||
return@waitFor false
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user