mxfactorial icon indicating copy to clipboard operation
mxfactorial copied to clipboard

integrate request screens with pending notifications

Open mxfactorial opened this issue 6 years ago • 0 comments

test case titles = expected


requestScreen displays pending notification from websocket message

  1. navigate to requestScreen
  2. receive pending notifications websocket event
  3. pending messages merged into transaction requests stored in state

requestDetailScreen displays from notificationDropDownMenuItem

  1. sign into account with pending notifications > 0
  2. select notificationFlag on homeScreen to display notificationDropDownMenu
  3. select notificationDropDownMenuItem on notificationDropDownMenu

notificationCounter decrements and notificationDropDownMenuItem removed from notificationDropDownMenu

  1. sign into account with pending notifications > 0
  2. select notificationFlag on homeScreen to display notificationDropDownMenu
  3. select notificationDropDownMenuItem on notificationDropDownMenu to display requestDetailScreen

clearnotifications websocket event sent for single cleared notificationDropDownMenuItem

  1. sign into account with pending notifications > 0
  2. select notificationFlag on homeScreen to display notificationDropDownMenu
  3. select notificationDropDownMenuItem on notificationDropDownMenu to display requestDetailScreen

*estimations will include unit and e2e test coverage of requirements. new screens will include an e2e inventory test (example)

mxfactorial avatar Dec 24 '19 07:12 mxfactorial