Skip to content

Commit

Permalink
Replace Latte Macchiato with Caffe Latte in test
Browse files Browse the repository at this point in the history
  • Loading branch information
IObert committed Nov 8, 2024
1 parent 650d395 commit a801e20
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion __tests__/e2e/browse-events.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down
6 changes: 3 additions & 3 deletions __tests__/scripts/orderExtractor.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down

0 comments on commit a801e20

Please sign in to comment.