File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
app/src/androidTest/kotlin/com/darkrockstudios/app/securecamera Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff 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()
You can’t perform that action at this time.
0 commit comments