We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86c8621 commit 1aca428Copy full SHA for 1aca428
1 file changed
llm/android/LlamaDemo/app/src/androidTest/java/com/example/executorchllamademo/UIWorkflowTest.kt
@@ -344,6 +344,7 @@ class UIWorkflowTest {
344
composeTestRule.onNodeWithContentDescription("Send").assertIsEnabled()
345
true
346
} catch (e: AssertionError) {
347
+ Log.d(TAG, "Send button not yet enabled: ${e.message}")
348
false
349
}
350
@@ -390,6 +391,7 @@ class UIWorkflowTest {
390
391
392
393
394
395
396
397
0 commit comments