Skip to content

Commit 390cbcb

Browse files
committed
Smoke test
1 parent ef0d004 commit 390cbcb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ class SmokeTestUiTest {
5454
onNodeWithText(str(R.string.pin_creation_title)).assertIsDisplayed()
5555

5656
setPinFields("3133734", "313373")
57+
waitForIdle()
5758
onNodeWithText(str(R.string.pin_creation_button)).performClick()
5859
waitForIdle()
5960
waitUntilAtLeastOneExists(hasTestTag("pin-error"))

0 commit comments

Comments
 (0)