Skip to content

Commit a26f7e1

Browse files
committed
???
1 parent c4bfb7e commit a26f7e1

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

app/src/androidTest/kotlin/com/darkrockstudios/app/securecamera/SmokeTestUiTest.kt

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,14 @@ class SmokeTestUiTest {
4545

4646
setPinFields("3133734", "313373")
4747
onNodeWithText(str(R.string.pin_creation_button)).performClick()
48-
try {
49-
waitForText(R.string.pin_creation_error, timeout = 60.seconds)
50-
} catch (e: ComposeTimeoutException) {
51-
onRoot(useUnmergedTree = true).printToLog("TEST-TAG")
52-
throw e
53-
}
48+
// try {
49+
// waitForText(R.string.pin_creation_error)
50+
// } catch (e: ComposeTimeoutException) {
51+
// onRoot(useUnmergedTree = true).printToLog("TEST-TAG")
52+
// throw e
53+
// }
54+
onNodeWithText(str(R.string.pin_creation_error))
55+
.assertIsDisplayed()
5456

5557
setPinFields("123456", "123456")
5658
onNodeWithText(str(R.string.pin_creation_button)).performClick()

0 commit comments

Comments
 (0)