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 add an order ... So that I can do some purchase ...
Details & Assumptions:
...
Acceptance Criteria:
Given a running server and an open homepage
When I enter order id
And I enter items id, an array of integers separated by semicolumns
And I select status dropdown bar to "Created"And I press "create-order-btn"And I press "list-order-btn"Then I can see the newly added order in the result table.
The text was updated successfully, but these errors were encountered:
As a User ...
I need to add an order ...
So that I can do some purchase ...
Details & Assumptions:
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: