Integration specs for recipe details page 2pt
Closed this issue · 0 comments
asharanjith commented
Create Integration specs for Recipe details page in specs/views/
Requirements
- Recipe details page should have public toggle button
- Recipe details page should contain a title for the recipe
- Recipe details page should contain preparation time
- Recipe details page should contain cooking time
- Recipe details page should have generate shopping list button
- When clicking on the generate shopping list button, it should redirect user to the general_shopping_list page
- Recipe details page should have Add ingredient button
- When clicking on Add ingredient button, it should redirect to a form where user can add a food
- It should show list of food
- It should show quantity for each food
- It should show the value for each food
- It should allow user to remove specific food