Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add cancellation/order-deletion tests #73

Closed
henryaddison opened this issue Mar 30, 2020 · 2 comments
Closed

Add cancellation/order-deletion tests #73

henryaddison opened this issue Mar 30, 2020 · 2 comments
Labels
proj-3-candidate Potential issues for Project 3 Contract

Comments

@henryaddison
Copy link
Contributor

henryaddison commented Mar 30, 2020

Child of #56

These tests are to ensure Order Deletion flow step is used in tests as well as implemented in #42

Tests when feature is marked as implemented

Given any known opportunity that can be booked
When running C1, C2 and B and checking Orders feed for Order to then run U and then Order Deletion
Then should find a new entry in Orders Feed to say event is deleted

Tests when feature is marked as not-implemented

No-op failure (required feature)

@henryaddison henryaddison mentioned this issue Mar 31, 2020
10 tasks
@henryaddison henryaddison added the proj-3-candidate Potential issues for Project 3 Contract label Apr 1, 2020
@henryaddison
Copy link
Contributor Author

@nickevansuk When the order is deleted, does the order feed get an new entry to say it's deleted? Rather than it disappearing from the feed. Checking to know whether the test will be able to check for something rather than the lack of an entry.

@nickevansuk
Copy link
Collaborator

Yep it must get a new entry to say deleted, so can be explicitly checked for

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
proj-3-candidate Potential issues for Project 3 Contract
Projects
None yet
Development

No branches or pull requests

3 participants