record meals that were added to list, allow delete with ingredients
This commit is contained in:
@@ -84,6 +84,8 @@ test("a user can add a category", async ({ page }) => {
|
||||
await registerAndLogin(page, "alice@example.com");
|
||||
await createList(page, "Weekly shop");
|
||||
|
||||
// Categories are managed from the main lists page.
|
||||
await page.goto("/lists");
|
||||
await page.fill("#category-name", "Bakery");
|
||||
await page.click("#add-category-button");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user