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
Feature
As a seller
In order to add an item to the system
I want to record the item details
Tests
Given a web form
And the item does not exist
When the item details are entered
And the save button is clicked
Then the item details are stored
And a unique item id is created
And the item id is displayed
Given a web form
And the item already exists
When the item details are entered
And the save button is clicked
Then the item details are rejected
The text was updated successfully, but these errors were encountered:
Feature
As a seller
In order to add an item to the system
I want to record the item details
Tests
Given a web form
And the item does not exist
When the item details are entered
And the save button is clicked
Then the item details are stored
And a unique item id is created
And the item id is displayed
Given a web form
And the item already exists
When the item details are entered
And the save button is clicked
Then the item details are rejected
The text was updated successfully, but these errors were encountered: