Fix `receiveZecScreenshots` test

This commit is contained in:
Honza 2025-03-13 11:00:55 +01:00
parent 3376a92a64
commit 6d96db3400
1 changed files with 1 additions and 0 deletions

View File

@ -110,6 +110,7 @@ class ScreenshotTest : UiTestPrerequisites() {
onNodeWithTag(destinationTag).also {
it.assertExists()
it.performClick()
waitForIdle()
}
}