All checks #363
Annotations
4 errors and 1 notice
apps/web/playwright/fixtures/users.ts#L971
1) [@***com/web] › apps/web/playwright/reschedule.e2e.ts:117:7 › Reschedule Tests › Unpaid rescheduling should go to payment page
page.waitForURL: Timeout 30000ms exceeded.
=========================== logs ===========================
waiting for navigation to "https://connect.stripe.com/oauth/v2/authorize?*" until "load"
navigated to "https://connect.stripe.com/oauth/v2/authorize?client_id=***&scope=read_write&response_type=code&stripe_user[email]=user-3-1718697027868%40example.com&stripe_user[first_name]=undefined&stripe_user[country]=US&redirect_uri=http%3A%2F%2F***%3A3000%2Fapi%2Fintegrations%2Fstripepayment%2F***lback&state=%7B%22appOnboardingRedirectUrl%22%3A%22%2Fapps%2Finstallation%2Fevent-types%3Fslug%3Dstripe%22%7D"
"networkidle" event fired
"domcontentloaded" event fired
============================================================
at apps/web/playwright/fixtures/users.ts:971
969 | await page.click(buttonSelector);
970 |
> 971 | await page.waitForURL("https://connect.stripe.com/oauth/v2/authorize?*");
| ^
972 | /** We skip filling Stripe forms (testing mode only) */
973 | await page.click('[id="skip-account-app"]');
974 | await page.waitForURL(redirectUrl);
at installStripe (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/fixtures/users.ts:971:14)
at installStripePersonal (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/fixtures/users.ts:951:3)
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/reschedule.e2e.ts:122:5
|
apps/web/playwright/fixtures/bookings.ts#L45
2) [@***com/web] › apps/web/playwright/webhook.e2e.ts:548:7 › MEETING_ENDED, MEETING_STARTED › should create/remove scheduledWebhookTriggers for existing bookings
PrismaClientKnownRequestError:
Invalid `prisma.booking.create()` invocation in
/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/fixtures/bookings.ts:45:44
42 const startDate = startDateParam || dayjs().add(1, "day").toDate();
43 const seed = `${username}:${dayjs(startDate).utc().format()}:${new Date().getTime()}`;
44 const uid = translator.fromUUID(uuidv5(seed, uuidv5.URL));
→ 45 const booking = await prisma.booking.create(
Unique constraint failed on the fields: (`uid`)
at apps/web/playwright/fixtures/bookings.ts:45
43 | const seed = `${username}:${dayjs(startDate).utc().format()}:${new Date().getTime()}`;
44 | const uid = translator.fromUUID(uuidv5(seed, uuidv5.URL));
> 45 | const booking = await prisma.booking.create({
| ^
46 | data: {
47 | uid: uid,
48 | title: title || "30min",
at Cn.handleRequestError (/home/runner/actions-runner/_work/***.com/***.com/node_modules/@prisma/client/runtime/library.js:123:6817)
at Cn.handleAndLogRequestError (/home/runner/actions-runner/_work/***.com/***.com/node_modules/@prisma/client/runtime/library.js:123:6206)
at Cn.request (/home/runner/actions-runner/_work/***.com/***.com/node_modules/@prisma/client/runtime/library.js:123:5926)
at l (/home/runner/actions-runner/_work/***.com/***.com/node_modules/@prisma/client/runtime/library.js:128:9968)
at Object.create (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/fixtures/bookings.ts:45:23)
|
apps/web/playwright/webhook.e2e.ts#L1
2) [@***com/web] › apps/web/playwright/webhook.e2e.ts:548:7 › MEETING_ENDED, MEETING_STARTED › should create/remove scheduledWebhookTriggers for existing bookings
Test timeout of 60000ms exceeded.
|
apps/web/playwright/webhook.e2e.ts#L1
2) [@***com/web] › apps/web/playwright/webhook.e2e.ts:548:7 › MEETING_ENDED, MEETING_STARTED › should create/remove scheduledWebhookTriggers for existing bookings
Pending operations:
- page.goto at apps/web/playwright/webhook.e2e.ts:561:16
|
2 flaky
[@***com/web] › apps/web/playwright/reschedule.e2e.ts:117:7 › Reschedule Tests › Unpaid rescheduling should go to payment page
[@***com/web] › apps/web/playwright/webhook.e2e.ts:548:7 › MEETING_ENDED, MEETING_STARTED › should create/remove scheduledWebhookTriggers for existing bookings
18 skipped
72 passed (2.0m)
|
The logs for this run have expired and are no longer available.
Loading