Skip to content

Commit 1aca428

Browse files
committed
Add a log
1 parent 86c8621 commit 1aca428

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • llm/android/LlamaDemo/app/src/androidTest/java/com/example/executorchllamademo

llm/android/LlamaDemo/app/src/androidTest/java/com/example/executorchllamademo/UIWorkflowTest.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,7 @@ class UIWorkflowTest {
344344
composeTestRule.onNodeWithContentDescription("Send").assertIsEnabled()
345345
true
346346
} catch (e: AssertionError) {
347+
Log.d(TAG, "Send button not yet enabled: ${e.message}")
347348
false
348349
}
349350
}
@@ -390,6 +391,7 @@ class UIWorkflowTest {
390391
composeTestRule.onNodeWithContentDescription("Send").assertIsEnabled()
391392
true
392393
} catch (e: AssertionError) {
394+
Log.d(TAG, "Send button not yet enabled: ${e.message}")
393395
false
394396
}
395397
}

0 commit comments

Comments
 (0)