You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a User ... I need to delete an order ... So that I can remove the order from my order system ...
Details & Assumptions:
We have 4 orders existing in the order system.
Acceptance Criteria:
Given I open the homepage
When I enter the order id("id1") I wish to delete
And I press the "delete-order-btn"And I enter my user id
And I list all orders
Then I will see that the order with "id1" is gone
The text was updated successfully, but these errors were encountered:
As a User ...
I need to delete an order ...
So that I can remove the order from my order system ...
Details & Assumptions:
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: