You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To keep everyone updated. There's a critical issue regarding hilt when it come to instrumented testing in the project. @tomastiminskas and I trying to figure out how to solve this issue so it might take some time.
What we found so far is this issue which is similar to ours has been reported at dagger repo before google/dagger#3692
Context
The Chat view is one of the most important views of the Sphinx app. UI Test coverage needs to be added in this view.
Files involved:
ChatContactFragment.kt
ChatTribeFragment.kt
ChatFragment.kt
fragment_chat_contact.xml
fragment_chat_tribe.xml
MessageListAdapter.kt
The goal is to test some basic UI interactions in the Chat view and their expected results.
The text was updated successfully, but these errors were encountered: