mxfactorial
mxfactorial copied to clipboard
integrate request screens with pending notifications
test case titles = expected
requestScreen displays pending notification from websocket message
- navigate to requestScreen
- receive
pendingnotifications websocket event - pending messages merged into transaction requests stored in state
requestDetailScreen displays from notificationDropDownMenuItem
- sign into account with pending notifications > 0
- select notificationFlag on homeScreen to display notificationDropDownMenu
- select notificationDropDownMenuItem on notificationDropDownMenu
notificationCounter decrements and notificationDropDownMenuItem removed from notificationDropDownMenu
- sign into account with pending notifications > 0
- select notificationFlag on homeScreen to display notificationDropDownMenu
- select notificationDropDownMenuItem on notificationDropDownMenu to display requestDetailScreen
clearnotifications websocket event sent for single cleared notificationDropDownMenuItem
- sign into account with pending notifications > 0
- select notificationFlag on homeScreen to display notificationDropDownMenu
- 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)