Skip to content

Commit

Permalink
Update the UI test to search for the new name of the copy dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPl292 committed Apr 26, 2024
1 parent 9d0b68b commit ae75498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ui-ij-tests/src/test/kotlin/ui/UiTests.kt
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ class UiTests {
waitFor {
val generateDialog = findAll<ComponentFixture>(byXpath("//div[@class='EngravedLabel']"))
if (generateDialog.size == 1) {
return@waitFor generateDialog.single().hasText("Copy")
return@waitFor generateDialog.single().hasText("Copy Path/Reference…")
}
return@waitFor false
}
Expand Down

0 comments on commit ae75498

Please sign in to comment.