We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef0d004 commit 390cbcbCopy full SHA for 390cbcb
app/src/androidTest/kotlin/com/darkrockstudios/app/securecamera/SmokeTestUiTest.kt
@@ -54,6 +54,7 @@ class SmokeTestUiTest {
54
onNodeWithText(str(R.string.pin_creation_title)).assertIsDisplayed()
55
56
setPinFields("3133734", "313373")
57
+ waitForIdle()
58
onNodeWithText(str(R.string.pin_creation_button)).performClick()
59
waitForIdle()
60
waitUntilAtLeastOneExists(hasTestTag("pin-error"))
0 commit comments