We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caf45cc commit 46a3975Copy full SHA for 46a3975
1 file changed
app/src/androidTest/kotlin/com/darkrockstudios/app/securecamera/SmokeTestUiTest.kt
@@ -56,7 +56,13 @@ class SmokeTestUiTest {
56
setPinFields("3133734", "313373")
57
onNodeWithText(str(R.string.pin_creation_button)).performClick()
58
waitForIdle()
59
- waitUntilExactlyOneExists(hasText(str(R.string.pin_creation_error)))
+ waitUntilExactlyOneExists(
60
+ hasText(
61
+ str(R.string.pin_creation_error),
62
+ substring = true,
63
+ ignoreCase = true
64
+ )
65
66
67
setPinFields("123456", "123456")
68
0 commit comments