sphinx-kotlin icon indicating copy to clipboard operation
sphinx-kotlin copied to clipboard

[Tests] Create UI tests on the Dashbaord view using JUnit or Robolectric

Open tomastiminskas opened this issue 1 year ago • 3 comments

Context

The Dashbaord view is the view that shows after signing up or logging in (entering the PIN). UI Test coverage needs to be added in this view.

Note: Use branch develop as base branch

Files involved: DashboardFragment.kt DashboardViewModel.kt fragment_dashboard.xml DashboardFragmentsAdapter.kt FeedFragment.kt ChatListFragment.kt PaymentReceiveFragment.kt TransactionsFragment.kt ScannerFragment.kt

The goal is to test some basic UI interactions in the Dashboard view and their expected results.

  1. Add any needed configuration for the selected test tool (JUnit, Robolectric, UI Automator, etc).
  2. Implement the following test cases

Dashboard View

  • [ ] Tapping Feed tab should show feed content (DashboardFeedsContainerViewController)
  • [ ] Tapping Friends tab should show Friends chats (ChatsContainerViewController)
  • [ ] Tapping Tribes tab should show Tribes chats (ChatsContainerViewController)
  • [ ] When on Tribes tab, tapping Add Tribe button should present Discover Tribes view (DiscoverTribesWebViewController)
  • [ ] Tapping on left arrow button on bottom bar should present REQUEST AMOUNT view (CreateInvoiceViewController)
  • [ ] Tapping on right arrow button on bottom bar should present Scanner View (NewQRScannerViewController)
  • [ ] Tapping on scanner button on bottom bar should present Scanner View (NewQRScannerViewController)
  • [ ] Tapping on transactions button on bottom bar should present Transactions View (HistoryViewController)
  • [ ] When on Friends or Tribes tabs, typing on Search field should filter chat rows based on search term

tomastiminskas avatar Jan 30 '24 15:01 tomastiminskas

Hey @tomastiminskas I would like to work on this issue, can you assign this to me

Vayras avatar Jan 31 '24 17:01 Vayras

@tomastiminskas since I was unable to complete this on time I would like to be unassigned

Vayras avatar Feb 07 '24 14:02 Vayras

I can try it

alejandrocordon avatar Feb 28 '24 17:02 alejandrocordon