mlipscomb24 / P2-Pantry_Pals

Project 2
1 stars 1 forks source link

List Creation and Management - Acceptance Criteria #17

Open mlipscomb24 opened 3 months ago

mlipscomb24 commented 3 months ago

Create List Item Given a logged-in user is on the main page Now when the user fills out the form with valid item details (Item, Expiration Date, Product Storage) and submits Then a new item should be added to the list and displayed on the page Mandatory Fields

Given a logged-in user is on the main page Now when the user attempts to submit the form without filling all mandatory fields (Item, Expiration Date, Product Storage) Then the form should not submit and the user should be prompted to fill in all required fields