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
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