Skip to content

Commit

Permalink
fix test because of renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
IObert committed Oct 31, 2024
1 parent 4d9079c commit 1574409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/e2e/browse-orders.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ test.describe("[mixologist]", () => {
await page.goto("/event/test-event/orders");

await page.getByRole("button", { name: "Create a Manual Order" }).click();
await page.getByPlaceholder("Attendee name").fill("Test Name");
await page.getByPlaceholder("Customer name").fill("Test Name");
await page.getByLabel("Order Item").click();
await page.getByLabel("Espresso", { exact: true }).click();
await page
Expand Down

0 comments on commit 1574409

Please sign in to comment.