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.
- Add any needed configuration for the selected test tool (JUnit, Robolectric, UI Automator, etc).
- Implement the following test cases
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.ktChatTribeFragment.ktChatFragment.ktfragment_chat_contact.xmlfragment_chat_tribe.xmlMessageListAdapter.ktThe goal is to test some basic UI interactions in the Chat view and their expected results.