|
Purpose: Provide information to a staff member when a checkout transaction creates a loan but fails in some other part of the multi-step process.
User story statement(s):
As a staff member checking out items,
I want a message displayed if a loan is created but some other step in the transaction fails
so that I can investigate what might have failed.
Scenarios:
- Scenario:
- Given A checkout transaction
- When The loan is created, but not all the steps of the transaction succeed
- Then Display message indicating partial failure
See https://drive.google.com/drive/folders/1OpAPctJJQWs72leqsSwHjRBfo-ZGlxzs?usp=sharing
|