| Method | Status |
|---|---|
| Add/Update Feedback (testAddFeedback) | Success |
| GIVEN | A new feedback item, %1$s, is added |
| title # 1 | |
Screenshots:
![]() ![]() ![]() | |
| THEN | The item is found in the data store with 0 likes |
| WHEN | The item is updated |
Screenshots:
![]() ![]() ![]() | |
| THEN | The item is found in the data store |
| WHEN | The user upvotes the item |
Screenshots:
![]() ![]() | |
| THEN | The item has 1 like |
| WHEN | The user downvotes the item |
Screenshots:
![]() ![]() | |
| THEN | The item has -1 like |
| WHEN | The user cancels his vote on the item |
Screenshots:
![]() ![]() | |
| THEN | The item has 0 likes |