Skip to content

All checks

All checks #17

Manually triggered May 24, 2024 12:18
Status Success
Total duration 19m 12s
Artifacts 6

all-checks.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

14 errors, 4 warnings, and 4 notices
[@calcom/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:300:9 › Routing Forms › Seeded Routing Form › Router URL should work: packages/app-store/routing-forms/playwright/tests/basic.e2e.ts#L311
1) [@***com/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:300:9 › Routing Forms › Seeded Routing Form › Router URL should work page.goto: Navigation interrupted by another one =========================== logs =========================== navigating to "http://***:3000/router?form=clwknlit80000jxpa4exajmkz&Test%20field=external-redirect", waiting until "load" ============================================================ 309 | }); 310 | > 311 | page.goto(`/router?form=${routingForm.id}&Test field=external-redirect`); | ^ 312 | await page.waitForURL((url) => { 313 | return ( 314 | url.hostname.includes("google.com") && url.searchParams.get("Test field") === "external-redirect" at /home/runner/actions-runner/_work/***.com/***.com/packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:311:12
[@calcom/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:300:9 › Routing Forms › Seeded Routing Form › Router URL should work: packages/app-store/routing-forms/playwright/tests/basic.e2e.ts#L1
1) [@***com/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:300:9 › Routing Forms › Seeded Routing Form › Router URL should work Test timeout of 60000ms exceeded.
[@calcom/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:300:9 › Routing Forms › Seeded Routing Form › Router URL should work: packages/app-store/routing-forms/playwright/tests/basic.e2e.ts#L1
1) [@***com/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:300:9 › Routing Forms › Seeded Routing Form › Router URL should work Pending operations: - page.goto at packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:318:18
[@calcom/embed-core] › packages/embeds/embed-core/playwright/tests/action-based.e2e.ts:57:7 › Popup Tests › should open embed iframe on click - Configured with light theme: packages/embeds/embed-core/playwright/tests/action-based.e2e.ts#L66
1) [@***com/embed-core] › packages/embeds/embed-core/playwright/tests/action-based.e2e.ts:57:7 › Popup Tests › should open embed iframe on click - Configured with light theme Error: Expected to provide an iframe, got null 64 | const embedIframe = await getEmbedIframe({ ***Namespace, page, pathname: "/free" }); 65 | > 66 | await expect(embedIframe).toBeEmbedCalLink(***Namespace, embeds.getActionFiredDetails, { | ^ 67 | pathname: "/free", 68 | }); 69 | // expect(await page.screenshot()).toMatchSnapshot("event-types-list.png"); at /home/runner/actions-runner/_work/***.com/***.com/packages/embeds/embed-core/playwright/tests/action-based.e2e.ts:66:31
[@calcom/web] › apps/web/playwright/event-types.e2e.ts:128:9 › Event Types tests -- future › user › can add multiple organizer address: apps/web/playwright/event-types.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/event-types.e2e.ts:128:9 › Event Types tests -- future › user › can add multiple organizer address Test timeout of 60000ms exceeded.
[@calcom/web] › apps/web/playwright/event-types.e2e.ts:128:9 › Event Types tests -- future › user › can add multiple organizer address: apps/web/playwright/event-types.e2e.ts#L407
1) [@***com/web] › apps/web/playwright/event-types.e2e.ts:128:9 › Event Types tests -- future › user › can add multiple organizer address locator.waitFor: Target closed =========================== logs =========================== waiting for locator('input[name="locations[1].address"]') to be visible ============================================================ 405 | 406 | const locationInputName = `locations[${index}].address`; > 407 | await page.locator(`input[name="${locationInputName}"]`).waitFor(); | ^ 408 | await page.locator(`input[name="locations[${index}].address"]`).fill(inputText); 409 | if (selectDisplayLocation) { 410 | await page.locator("[data-testid=display-location]").last().check(); at fillLocation (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/event-types.e2e.ts:407:60) at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/event-types.e2e.ts:141:7
[@calcom/web] › apps/web/playwright/event-types.e2e.ts:128:9 › Event Types tests -- future › user › can add multiple organizer address: apps/web/playwright/event-types.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/event-types.e2e.ts:128:9 › Event Types tests -- future › user › can add multiple organizer address Pending operations: - locator.waitFor at apps/web/playwright/event-types.e2e.ts:407:60
[@calcom/web] › apps/web/playwright/integrations-stripe.e2e.ts:124:7 › Stripe integration skip true › Pending payment booking should not be confirmed by default: apps/web/playwright/integrations-stripe.e2e.ts#L144
2) [@***com/web] › apps/web/playwright/integrations-stripe.e2e.ts:124:7 › Stripe integration skip true › Pending payment booking should not be confirmed by default expect.toBeVisible: Error: strict mode violation: getByText('Unconfirmed') resolved to 3 elements: 1) <div class="flex items-center gap-x-2"> Unconfirmed</div> aka getByTestId('horizontal-tab-unconfirmed') 2) <div class="font-medium inline-flex items-center just…>Unconfirmed</div> aka getByRole('link', { name: 'Mon, 3 Jun 9:00am - 9:30am Unconfirmed' }) 3) <div class="font-medium inline-flex items-center just…>Unconfirmed</div> aka getByRole('link', { name: 'Paid between Nameless and Stripe Stripeson Pending payment You and Stripe Stripeson' }) =========================== logs =========================== expect.toBeVisible with timeout 30000ms waiting for getByText('Unconfirmed') waiting for getByText('Unconfirmed') ============================================================ 142 | await page.goto(`/bookings/upcoming`); 143 | > 144 | await expect(page.getByText("Unconfirmed")).toBeVisible(); | ^ 145 | await expect(page.getByText("Pending payment").last()).toBeVisible(); 146 | }); 147 | at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/integrations-stripe.e2e.ts:144:49
[@calcom/web] › apps/web/playwright/integrations-stripe.e2e.ts:280:7 › Stripe integration with the new app install flow skip flase › when enabling Stripe: apps/web/playwright/fixtures/users.ts#L988
3) [@***com/web] › apps/web/playwright/integrations-stripe.e2e.ts:280:7 › Stripe integration with the new app install flow skip flase › when enabling Stripe, credentialId is included skip false Error: expect(received).toHaveValue(expected) Expected string: "11" Received string: "12" Call log: - expect.toHaveValue with timeout 30000ms - waiting for getByTestId('stripe-price-input') - locator resolved to <input min="0.5" id=":r16:" value="12" step="0.01" requ…/> - unexpected value "12" - waiting for getByTestId('stripe-price-input') - locator resolved to <input min="0.5" id=":r16:" value="12" step="0.01" requ…/> - unexpected value "12" - locator resolved to <input min="0.5" id=":r16:" value="12" step="0.01" requ…/> - unexpected value "12" - locator resolved to <input min="0.5" id=":r16:" value="12" step="0.01" requ…/> - unexpected value "12" - locator resolved to <input min="0.5" id=":r16:" value="12" step="0.01" requ…/> - unexpected value "12" - locator resolved to <input min="0.5" id=":r16:" value="12" step="0.01" requ…/> - unexpected value "12" - locator resolved to <input min="0.5" id=":r16:" value="12" step="0.01" requ…/> - unexpected value "12" - locator resolved to <input min="0.5" id=":r16:" value="12" step="0.01" requ…/> - unexpected value "12" - locator resolved to <input min="0.5" id=":r16:" value="12" step="0.01" requ…/> - unexpected value "12" - locator resolved to <input min="0.5" id=":r16:" value="12" step="0.01" requ…/> - unexpected value "12" - locator resolved to <input min="0.5" id=":r16:" value="12" step="0.01" requ…/> - unexpected value "12" - locator resolved to <input min="0.5" id=":r16:" value="12" step="0.01" requ…/> - unexpected value "12" - locator resolved to <input min="0.5" id=":r16:" value="12" step="0.01" requ…/> - unexpected value "12" - locator resolved to <input min="0.5" id=":r16:" value="12" step="0.01" requ…/> - unexpected value "12" - locator resolved to <input min="0.5" id=":r16:" value="12" step="0.01" requ…/> - unexpected value "12" - locator resolved to <input min="0.5" id=":r16:" value="12" step="0.01" requ…/> - unexpected value "12" - locator resolved to <input min="0.5" id=":r16:" value="12" step="0.01" requ…/> - unexpected value "12" - locator resolved to <input min="0.5" id=":r16:" value="12" step="0.01" requ…/> - unexpected value "12" - locator resolved to <input min="0.5" id=":r16:" value="12" step="0.01" requ…/> - unexpected value "12" - locator resolved to <input min="0.5" id=":r16:" value="12" step="0.01" requ…/> - unexpected value "12" - locator resolved to <input min="0.5" id=":r16:" value="12" step="0.01" requ…/> - unexpected value "12" - locator resolved to <input min="0.5" id=":r16:" value="12" step="0.01" requ…/> - unexpected value "12" - locator resolved to <input min="0.5" id=":r16:" value="12" step="0.01" requ…/> - unexpected value "12" - locator resolved to <input min="0.5" id=":r16:" value="12" step="0.01" requ…/> - unexpected value "12" - locator resolved to <input min="0.5" id=":r16:" value="12" step="0.01" requ…/> - unexpected value "12" - locator resolved to <input min="0.5" id=":r16:" value="12" step="0.01" requ…/> - unexpected value "12" - locator resolved to <input min="0.5" id=":r16:" value="12" step="0.01" requ…/> - unexpected value "12" - locator resolved to <input min="0.5" id=":r16:" value="12" step="0.01" requ…/> - unexpected value "12" - locator resolved to <input min="0.5" id=":r16:" value="12" step="0.01" requ…/> - unexpected value "12" - locator resolved to <input min="0.5" id=":r16:" value="12" step="0.01" requ…/> - unexpected value "
[@calcom/web] › apps/web/playwright/integrations-stripe.e2e.ts:280:7 › Stripe integration with the new app install flow skip flase › when enabling Stripe: apps/web/playwright/fixtures/users.ts#L988
3) [@***com/web] › apps/web/playwright/integrations-stripe.e2e.ts:280:7 › Stripe integration with the new app install flow skip flase › when enabling Stripe, credentialId is included skip false Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toHaveValue(expected) Expected string: "11" Received string: "12" Call log: - expect.toHaveValue with timeout 30000ms - waiting for getByTestId('stripe-price-input') - locator resolved to <input min="0.5" id=":r16:" value="12" step="0.01" requ…/> - unexpected value "12" - waiting for getByTestId('stripe-price-input') - locator resolved to <input min="0.5" id=":r16:" value="12" step="0.01" requ…/> - unexpected value "12" - locator resolved to <input min="0.5" id=":r16:" value="12" step="0.01" requ…/> - unexpected value "12" - locator resolved to <input min="0.5" id=":r16:" value="12" step="0.01" requ…/> - unexpected value "12" - locator resolved to <input min="0.5" id=":r16:" value="12" step="0.01" requ…/> - unexpected value "12" - locator resolved to <input min="0.5" id=":r16:" value="12" step="0.01" requ…/> - unexpected value "12" - locator resolved to <input min="0.5" id=":r16:" value="12" step="0.01" requ…/> - unexpected value "12" - locator resolved to <input min="0.5" id=":r16:" value="12" step="0.01" requ…/> - unexpected value "12" - locator resolved to <input min="0.5" id=":r16:" value="12" step="0.01" requ…/> - unexpected value "12" - locator resolved to <input min="0.5" id=":r16:" value="12" step="0.01" requ…/> - unexpected value "12" - locator resolved to <input min="0.5" id=":r16:" value="12" step="0.01" requ…/> - unexpected value "12" - locator resolved to <input min="0.5" id=":r16:" value="12" step="0.01" requ…/> - unexpected value "12" - locator resolved to <input min="0.5" id=":r16:" value="12" step="0.01" requ…/> - unexpected value "12" - locator resolved to <input min="0.5" id=":r16:" value="12" step="0.01" requ…/> - unexpected value "12" - locator resolved to <input min="0.5" id=":r16:" value="12" step="0.01" requ…/> - unexpected value "12" - locator resolved to <input min="0.5" id=":r16:" value="12" step="0.01" requ…/> - unexpected value "12" - locator resolved to <input min="0.5" id=":r16:" value="12" step="0.01" requ…/> - unexpected value "12" - locator resolved to <input min="0.5" id=":r16:" value="12" step="0.01" requ…/> - unexpected value "12" - locator resolved to <input min="0.5" id=":r16:" value="12" step="0.01" requ…/> - unexpected value "12" - locator resolved to <input min="0.5" id=":r16:" value="12" step="0.01" requ…/> - unexpected value "12" - locator resolved to <input min="0.5" id=":r16:" value="12" step="0.01" requ…/> - unexpected value "12" - locator resolved to <input min="0.5" id=":r16:" value="12" step="0.01" requ…/> - unexpected value "12" - locator resolved to <input min="0.5" id=":r16:" value="12" step="0.01" requ…/> - unexpected value "12" - locator resolved to <input min="0.5" id=":r16:" value="12" step="0.01" requ…/> - unexpected value "12" - locator resolved to <input min="0.5" id=":r16:" value="12" step="0.01" requ…/> - unexpected value "12" - locator resolved to <input min="0.5" id=":r16:" value="12" step="0.01" requ…/> - unexpected value "12" - locator resolved to <input min="0.5" id=":r16:" value="12" step="0.01" requ…/> - unexpected value "12" - locator resolved to <input min="0.5" id=":r16:" value="12" step="0.01" requ…/> - unexpected value "12" - locator resolved to <input min="0.5" id=":r16:" value="12" step="0.01" requ…/> - unexpected value "12" - locat
[@calcom/web] › apps/web/playwright/teams.e2e.ts:40:7 › Teams - NonOrg -- future › Team Onboarding Invite Members: apps/web/playwright/teams.e2e.ts#L1
4) [@***com/web] › apps/web/playwright/teams.e2e.ts:40:7 › Teams - NonOrg -- future › Team Onboarding Invite Members Test timeout of 60000ms exceeded.
[@calcom/web] › apps/web/playwright/teams.e2e.ts:40:7 › Teams - NonOrg -- future › Team Onboarding Invite Members: apps/web/playwright/teams.e2e.ts#L51
4) [@***com/web] › apps/web/playwright/teams.e2e.ts:40:7 › Teams - NonOrg -- future › Team Onboarding Invite Members locator.click: Target closed =========================== logs =========================== waiting for locator('[data-testid="new-member-button"]') ============================================================ 49 | await test.step("Can add members", async () => { 50 | // Click [data-testid="new-member-button"] > 51 | await page.locator('[data-testid="new-member-button"]').click(); | ^ 52 | // Fill [placeholder="email\@example\.com"] 53 | await page.locator('[placeholder="email\\@example\\.com"]').fill(inviteeEmail); 54 | // Click [data-testid="invite-new-member-button"] at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/teams.e2e.ts:51:63 at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/teams.e2e.ts:49:16
[@calcom/web] › apps/web/playwright/teams.e2e.ts:40:7 › Teams - NonOrg -- future › Team Onboarding Invite Members: apps/web/playwright/teams.e2e.ts#L1
4) [@***com/web] › apps/web/playwright/teams.e2e.ts:40:7 › Teams - NonOrg -- future › Team Onboarding Invite Members Pending operations: - locator.click at apps/web/playwright/teams.e2e.ts:51:63
[@calcom/web] › apps/web/playwright/teams.e2e.ts:40:7 › Teams - NonOrg -- future › Team Onboarding Invite Members: apps/web/playwright/teams.e2e.ts#L1
4) [@***com/web] › apps/web/playwright/teams.e2e.ts:40:7 › Teams - NonOrg -- future › Team Onboarding Invite Members Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 60000ms exceeded.
Production builds / Build API v1
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: buildjet/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Production builds / Build API v2
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: buildjet/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Linters / lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: ataylorme/eslint-annotate-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Analyze Build / analyze
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: dawidd6/action-download-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
🎭 Playwright Run Summary
1 skipped 2 passed (3.2s)
🎭 Playwright Run Summary
1 flaky [@***com/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:300:9 › Routing Forms › Seeded Routing Form › Router URL should work 5 skipped 9 passed (42.3s)
🎭 Playwright Run Summary
1 flaky [@***com/embed-core] › packages/embeds/embed-core/playwright/tests/action-based.e2e.ts:57:7 › Popup Tests › should open embed iframe on click - Configured with light theme 3 skipped 20 passed (1.0m)
🎭 Playwright Run Summary
5 flaky [@***com/web] › apps/web/playwright/event-types.e2e.ts:128:9 › Event Types tests -- future › user › can add multiple organizer address [@***com/web] › apps/web/playwright/integrations-stripe.e2e.ts:124:7 › Stripe integration skip true › Pending payment booking should not be confirmed by default [@***com/web] › apps/web/playwright/integrations-stripe.e2e.ts:280:7 › Stripe integration with the new app install flow skip flase › when enabling Stripe, credentialId is included skip false [@***com/web] › apps/web/playwright/teams.e2e.ts:40:7 › Teams - NonOrg -- future › Team Onboarding Invite Members [@***com/web] › apps/web/playwright/webhook.e2e.ts:548:7 › MEETING_ENDED, MEETING_STARTED › should create/remove scheduledWebhookTriggers for existing bookings 36 skipped 287 passed (12.5m)

Artifacts

Produced during runtime
Name Size
app-store-results Expired
1.39 MB
bundle Expired
2.33 KB
embed-core-results Expired
884 KB
embed-react-results Expired
176 KB
lint-results Expired
308 KB
test-results Expired
72.4 MB