Skip to content

Commit

Permalink
fix: e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
Udit-takkar committed Feb 19, 2024
1 parent 8037bc4 commit b47a858
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/web/playwright/webhook.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import type { Page } from "@playwright/test";
import { expect } from "@playwright/test";
import { v4 as uuidv4 } from "uuid";

import { DailyLocationType } from "@calcom/app-store/locations";
import { WEBAPP_URL } from "@calcom/lib/constants";
import prisma from "@calcom/prisma";
import { BookingStatus } from "@calcom/prisma/client";
Expand Down Expand Up @@ -749,7 +750,7 @@ test.describe("Webhook tests", async () => {
],
uid: "[redacted/dynamic]",
bookingId: "[redacted/dynamic]",
location: "",
location: DailyLocationType,
destinationCalendar: null,
seatsPerTimeSlot: null,
seatsShowAttendees: true,
Expand Down

0 comments on commit b47a858

Please sign in to comment.