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