We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a26f7e1 commit 2220665Copy full SHA for 2220665
1 file changed
app/src/androidTest/kotlin/com/darkrockstudios/app/securecamera/SmokeTestUiTest.kt
@@ -45,14 +45,7 @@ class SmokeTestUiTest {
45
46
setPinFields("3133734", "313373")
47
onNodeWithText(str(R.string.pin_creation_button)).performClick()
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()
+ //waitForText(R.string.pin_creation_error)
56
57
setPinFields("123456", "123456")
58
0 commit comments