Skip to content

Commit d36b11d

Browse files
committed
Smoke test
1 parent a266ba8 commit d36b11d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ class SmokeTestUiTest {
5353
setPinFields("3133734", "313373")
5454
onNodeWithText(str(R.string.pin_creation_button)).performClick()
5555
waitForIdle()
56-
waitUntilTextAppearsAtLeastOnce(str(R.string.pin_creation_error))
56+
onNodeWithText(str(R.string.pin_creation_error)).assertExists()
57+
//waitUntilTextAppearsAtLeastOnce(str(R.string.pin_creation_error))
5758

5859
setPinFields("123456", "123456")
5960
onNodeWithText(str(R.string.pin_creation_button)).performClick()

0 commit comments

Comments
 (0)