diff --git a/__tests__/e2e/browse-events.spec.ts b/__tests__/e2e/browse-events.spec.ts index cedae32..89184fe 100644 --- a/__tests__/e2e/browse-events.spec.ts +++ b/__tests__/e2e/browse-events.spec.ts @@ -115,7 +115,7 @@ test.describe("[admin]", () => { await expect(page.getByText("Barista")).toBeVisible(); await expect( - page.getByRole("heading", { name: "Latte Macchiato", exact: true }), + page.getByRole("heading", { name: "Caffè Latte", exact: true }), ).toBeVisible(); await expect( page.locator(".space-y-2 > div:nth-child(2) > .peer").first(), diff --git a/__tests__/scripts/orderExtractor.test.ts b/__tests__/scripts/orderExtractor.test.ts index 2a10421..79a46fd 100644 --- a/__tests__/scripts/orderExtractor.test.ts +++ b/__tests__/scripts/orderExtractor.test.ts @@ -44,9 +44,9 @@ const mockedEvent: Event = { description: "Two shots of espresso marked with milk", }, { - shortTitle: "Latte Macchiato", - title: "Latte Macchiato", - description: "Milk marked with espresso", + shortTitle: "Caffè Latte", + title: "Caffè Latte", + description: "Espresso with steamed milk", }, ], modifiers: ["Milk", "Soy Milk", "Almond Milk", "Oat Milk", "Coconut Milk"],