We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30ebe88 commit c4bfb7eCopy full SHA for c4bfb7e
1 file changed
app/src/androidTest/kotlin/com/darkrockstudios/app/securecamera/SmokeTestUiTest.kt
@@ -46,7 +46,7 @@ class SmokeTestUiTest {
46
setPinFields("3133734", "313373")
47
onNodeWithText(str(R.string.pin_creation_button)).performClick()
48
try {
49
- waitForText(R.string.pin_creation_error)
+ waitForText(R.string.pin_creation_error, timeout = 60.seconds)
50
} catch (e: ComposeTimeoutException) {
51
onRoot(useUnmergedTree = true).printToLog("TEST-TAG")
52
throw e
0 commit comments