Commit 895079c
authored
Improve instrumentation test reliability with Compose waitUntil (#170)
Replace Thread.sleep calls with Compose's waitUntil for proper test synchronization, eliminating race conditions
Remove "Please Select a Model" popup dialog in favor of a system message in chat
Remove "Delete Chat History" confirmation dialog for streamlined UX
Add clearChatHistory() helper to ensure clean test state between tests
Fix various test timing issues by using proper Compose testing APIs1 parent 55ad4d7 commit 895079c
5 files changed
Lines changed: 281 additions & 238 deletions
File tree
- llm/android/LlamaDemo/app/src
- androidTest/java/com/example/executorchllamademo
- main/java/com/example/executorchllamademo/ui
- screens
- viewmodel
0 commit comments