As a inventory manager
I need the UI to support Action
So that I can start the restocking process for inventory by using the web UI.
Details and Assumptions
Requirement 4
The UI should be implemented in index.html with a form and a Start Restocking button.
This feature should be tested in Selenium, by BDD in .feature file.
Acceptance Criteria
Given the web page of the UI
When the inventory manager input information of an inventory and click the Start Restocking button
Then the success message is returned.
As a inventory manager I need the UI to support Action So that I can start the restocking process for inventory by using the web UI.
Details and Assumptions
This feature should be tested in Selenium, by BDD in .feature file.
Acceptance Criteria