FIx failing tests

This commit is contained in:
gitstart-calcom 2023-10-09 20:31:32 +00:00
parent bca1fffd23
commit e8214b6e92

View File

@ -31,7 +31,7 @@ test.describe("Test the timezone behavior in specific cases", () => {
await eventTypesPage.getByTestId("new-event-type").click();
await eventTypesPage.getByPlaceholder("Quick Chat").click();
await eventTypesPage.getByPlaceholder("Quick Chat").fill("15 min test timezone");
await eventTypesPage.getByRole("button", { name: "Continue" }).click();
await eventTypesPage.getByRole("button", { name: "Continue" }).dblclick();
await eventTypesPage.getByTestId("update-eventtype").click();
// Schedule a booking changing the timezone to America/New_York