remove duplicate confirmBooking (#13423)

Co-authored-by: CarinaWolli <wollencarina@gmail.com>
This commit is contained in:
Carina Wollendorfer
2024-01-26 16:27:18 +00:00
committed by GitHub
co-authored by CarinaWolli
parent 753cb5803d
commit 7c7ca79d48
@@ -328,10 +328,6 @@ export function createBookingPageFixture(page: Page) {
await eventTypePage.getByTestId("confirm_cancel").click();
await expect(eventTypePage.getByTestId("cancelled-headline")).toBeVisible();
},
confirmBooking: async (eventTypePage: Page) => {
await eventTypePage.getByTestId("confirm-book-button").click();
await eventTypePage.waitForURL("booking/**");
},
confirmBooking: async (eventTypePage: Page) => {
const confirmButton = "confirm-book-button";