As a [Administrator]
I need [ to update entries in the database using the UI, and have them checked to be in the correct format] So that [so that I can update what's in the database]
Details and Assumptions
In requirement 4: implementing a UI with automated BDD testing
Add an element to the UI to enable admin to update customers to the database
A BDD test should go with this action
Run this using 'behave' and make sure the scenario is passing (green)
Acceptance Criteria
Given there's ability to update a customer
When you're on the internal web UI
Then you can update a customer to the database
As a [Administrator] I need [ to update entries in the database using the UI, and have them checked to be in the correct format]
So that [so that I can update what's in the database]
Details and Assumptions
Run this using 'behave' and make sure the scenario is passing (green)
Acceptance Criteria