Skip to content

All checks

All checks #592

Re-run triggered July 5, 2024 10:59
Status Success
Total duration 12m 10s
Artifacts 9

all-checks.yml

on: workflow_dispatch
Analyze Build  /  analyze
1m 58s
Analyze Build / analyze
Matrix: Tests / e2e
required
3s
required
Fit to window
Zoom out
Zoom in

Annotations

24 errors, 2 warnings, and 7 notices
[@calcom/embed-core] › packages/embeds/embed-core/playwright/tests/namespacing.e2e.ts:23:9 › Namespacing › Inline Embed › Double install Embed Snippet with inline embed using a namespace: playwright.config.ts#L230
1) [@***com/embed-core] › packages/embeds/embed-core/playwright/tests/namespacing.e2e.ts:23:9 › Namespacing › Inline Embed › Double install Embed Snippet with inline embed using a namespace frame.frameElement: Unable to adopt element handle from a different document at playwright.config.ts:230 228 | } 229 | > 230 | const frameElement = await iframe.frameElement(); | ^ 231 | 232 | if (isPrerendered) { 233 | if (await frameElement.isVisible()) { at Object.toBeEmbedCalLink (/home/runner/actions-runner/_work/***.com/***.com/playwright.config.ts:230:39) at /home/runner/actions-runner/_work/***.com/***.com/packages/embeds/embed-core/playwright/tests/namespacing.e2e.ts:28:27
[@calcom/embed-core] › packages/embeds/embed-core/playwright/tests/namespacing.e2e.ts:23:9 › Namespacing › Inline Embed › Double install Embed Snippet with inline embed using a namespace: packages/embeds/embed-core/playwright/tests/namespacing.e2e.ts#L1
1) [@***com/embed-core] › packages/embeds/embed-core/playwright/tests/namespacing.e2e.ts:23:9 › Namespacing › Inline Embed › Double install Embed Snippet with inline embed using a namespace Test timeout of 60000ms exceeded while tearing down "context".
[@calcom/web] › apps/web/playwright/manage-booking-questions.e2e.ts:50:9 › Manage Booking Questions › For User EventType › Do a booking with Checkbox type question and verify a few thing in b/w: apps/web/playwright/manage-booking-questions.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/manage-booking-questions.e2e.ts:50:9 › Manage Booking Questions › For User EventType › Do a booking with Checkbox type question and verify a few thing in b/w Test timeout of 120000ms exceeded.
[@calcom/web] › apps/web/playwright/manage-booking-questions.e2e.ts:50:9 › Manage Booking Questions › For User EventType › Do a booking with Checkbox type question and verify a few thing in b/w: apps/web/playwright/manage-booking-questions.e2e.ts#L515
1) [@***com/web] › apps/web/playwright/manage-booking-questions.e2e.ts:50:9 › Manage Booking Questions › For User EventType › Do a booking with Checkbox type question and verify a few thing in b/w locator.click: Target closed =========================== logs =========================== waiting for locator('[id=test-field-type]').first() ============================================================ 513 | }) { 514 | const locatorForSelect = page.locator(selector.selector).nth(selector.nth); > 515 | await locatorForSelect.click(); | ^ 516 | await locatorForSelect.locator(`text="${optionText}"`).click(); 517 | } 518 | at selectOption (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/manage-booking-questions.e2e.ts:515:26) at addQuestionAndSave (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/manage-booking-questions.e2e.ts:535:11) at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/manage-booking-questions.e2e.ts:70:9 at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/manage-booking-questions.e2e.ts:69:7
[@calcom/web] › apps/web/playwright/manage-booking-questions.e2e.ts:50:9 › Manage Booking Questions › For User EventType › Do a booking with Checkbox type question and verify a few thing in b/w: apps/web/playwright/manage-booking-questions.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/manage-booking-questions.e2e.ts:50:9 › Manage Booking Questions › For User EventType › Do a booking with Checkbox type question and verify a few thing in b/w Pending operations: - locator.click at apps/web/playwright/manage-booking-questions.e2e.ts:515:26
[@calcom/web] › apps/web/playwright/organization/booking.e2e.ts:83:9 › Bookings › Team Event › Can create a booking for Round Robin EventType: apps/web/playwright/organization/booking.e2e.ts#L516
2) [@***com/web] › apps/web/playwright/organization/booking.e2e.ts:83:9 › Bookings › Team Event › Can create a booking for Round Robin EventType Error: expect(received).toBe(expected) // Object.is equality Expected: true Received: false 514 | return BookingTitle === bookingTitle; 515 | }) > 516 | ).toBe(true); | ^ 517 | } else { 518 | const BookingTitle = `${event.title} between ${team.name} and ${testName}`; 519 | await expect(page.getByTestId("booking-title")).toHaveText(BookingTitle); at bookTeamEvent (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/organization/booking.e2e.ts:516:7) at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/organization/booking.e2e.ts:118:11 at doOnOrgDomain (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/lib/testUtils.ts:365:3) at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/organization/booking.e2e.ts:112:7
[@calcom/web] › apps/web/playwright/organization/organization-invitation.e2e.ts:94:9 › Organization › Email not matching orgAutoAcceptEmail › nonexisting user invited to a Team inside organization: apps/web/playwright/organization/organization-invitation.e2e.ts#L1
3) [@***com/web] › apps/web/playwright/organization/organization-invitation.e2e.ts:94:9 › Organization › Email not matching orgAutoAcceptEmail › nonexisting user invited to a Team inside organization Test timeout of 60000ms exceeded.
[@calcom/web] › apps/web/playwright/organization/organization-invitation.e2e.ts:94:9 › Organization › Email not matching orgAutoAcceptEmail › nonexisting user invited to a Team inside organization: apps/web/playwright/lib/testUtils.ts#L213
3) [@***com/web] › apps/web/playwright/organization/organization-invitation.e2e.ts:94:9 › Organization › Email not matching orgAutoAcceptEmail › nonexisting user invited to a Team inside organization page.waitForResponse: Page closed =========================== logs =========================== waiting for response "**/api/trpc/teams/createInvite?batch=1" ============================================================ at apps/web/playwright/lib/testUtils.ts:213 211 | 212 | export async function getInviteLink(page: Page) { > 213 | const response = await page.waitForResponse("**/api/trpc/teams/createInvite?batch=1"); | ^ 214 | const json = await response.json(); 215 | return json[0].result.data.json.inviteLink as string; 216 | } at getInviteLink (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/lib/testUtils.ts:213:31) at copyInviteLink (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/organization/organization-invitation.e2e.ts:557:41) at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/organization/organization-invitation.e2e.ts:170:28 at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/organization/organization-invitation.e2e.ts:168:7
[@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=cly8lbf5k0000jx2uxeqgirjp&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/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:337:9 › Routing Forms › Seeded Routing Form › Test preview should return correct route: packages/app-store/routing-forms/playwright/tests/basic.e2e.ts#L1
2) [@***com/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:337:9 › Routing Forms › Seeded Routing Form › Test preview should return correct route Test timeout of 60000ms exceeded.
[@calcom/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:337:9 › Routing Forms › Seeded Routing Form › Test preview should return correct route: packages/app-store/routing-forms/playwright/tests/basic.e2e.ts#L345
2) [@***com/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:337:9 › Routing Forms › Seeded Routing Form › Test preview should return correct route page.fill: Target closed =========================== logs =========================== waiting for locator('[data-testid="form-field-Test field"]') ============================================================ 343 | 344 | // //event redirect > 345 | await page.fill('[data-testid="form-field-Test field"]', "event-routing"); | ^ 346 | await page.click('[data-testid="test-routing"]'); 347 | let routingType = await page.locator('[data-testid="test-routing-result-type"]').innerText(); 348 | let route = await page.locator('[data-testid="test-routing-result"]').innerText(); at /home/runner/actions-runner/_work/***.com/***.com/packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:345:18
[@calcom/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:337:9 › Routing Forms › Seeded Routing Form › Test preview should return correct route: packages/app-store/routing-forms/playwright/tests/basic.e2e.ts#L1
2) [@***com/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:337:9 › Routing Forms › Seeded Routing Form › Test preview should return correct route Pending operations: - page.fill at packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:345:18
[@calcom/web] › apps/web/playwright/apps/analytics/analyticsApps.e2e.ts:9:7 › Check analytics Apps › Check analytics Apps by skipping the configure step: apps/web/playwright/apps/analytics/analyticsApps.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/apps/analytics/analyticsApps.e2e.ts:9:7 › Check analytics Apps › Check analytics Apps by skipping the configure step Test timeout of 60000ms exceeded.
[@calcom/web] › apps/web/playwright/apps/analytics/analyticsApps.e2e.ts:9:7 › Check analytics Apps › Check analytics Apps by skipping the configure step: apps/web/playwright/fixtures/apps.ts#L21
1) [@***com/web] › apps/web/playwright/apps/analytics/analyticsApps.e2e.ts:9:7 › Check analytics Apps › Check analytics Apps by skipping the configure step page.click: Target closed =========================== logs =========================== waiting for locator('[data-testid="install-app-button-personal"]') ============================================================ at apps/web/playwright/fixtures/apps.ts:21 19 | await page.getByTestId(`app-store-app-card-${app}`).click(); 20 | await page.getByTestId("install-app-button").click(); > 21 | await page.click('[data-testid="install-app-button-personal"]'); | ^ 22 | await page.waitForURL(`apps/installation/event-types?slug=${app}`); 23 | await page.click('[data-testid="set-up-later"]'); 24 | }, at Object.installAnalyticsAppSkipConfigure (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/fixtures/apps.ts:21:18) at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/apps/analytics/analyticsApps.e2e.ts:15:7
[@calcom/web] › apps/web/playwright/apps/analytics/analyticsApps.e2e.ts:9:7 › Check analytics Apps › Check analytics Apps by skipping the configure step: apps/web/playwright/apps/analytics/analyticsApps.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/apps/analytics/analyticsApps.e2e.ts:9:7 › Check analytics Apps › Check analytics Apps by skipping the configure step Pending operations: - locator.click at apps/web/playwright/fixtures/apps.ts:20:52
[@calcom/web] › apps/web/playwright/apps/analytics/analyticsApps.e2e.ts:9:7 › Check analytics Apps › Check analytics Apps by skipping the configure step: apps/web/playwright/apps/analytics/analyticsApps.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/apps/analytics/analyticsApps.e2e.ts:9:7 › Check analytics Apps › Check analytics Apps by skipping the configure step Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 60000ms exceeded while tearing down "context".
[@calcom/web] › apps/web/playwright/apps/conferencing/conferencingApps.e2e.ts:132:9 › check non-oAuth link-based conferencing apps › check non-oAuth link-based conferencing apps using the new flow › can add around app and book with it: apps/web/playwright/apps/conferencing/conferencingApps.e2e.ts#L1
2) [@***com/web] › apps/web/playwright/apps/conferencing/conferencingApps.e2e.ts:132:9 › check non-oAuth link-based conferencing apps › check non-oAuth link-based conferencing apps using the new flow › can add around app and book with it Test timeout of 60000ms exceeded.
[@calcom/web] › apps/web/playwright/apps/conferencing/conferencingApps.e2e.ts:132:9 › check non-oAuth link-based conferencing apps › check non-oAuth link-based conferencing apps using the new flow › can add around app and book with it: apps/web/playwright/fixtures/apps.ts#L117
2) [@***com/web] › apps/web/playwright/apps/conferencing/conferencingApps.e2e.ts:132:9 › check non-oAuth link-based conferencing apps › check non-oAuth link-based conferencing apps using the new flow › can add around app and book with it Error: Timed out 30000ms waiting for expect(received).toBeVisible() Call log: - expect.toBeVisible with timeout 30000ms - waiting for locator('[data-testid=success-page]') - waiting for locator('[data-testid=success-page]') at apps/web/playwright/fixtures/apps.ts:117 115 | await bookTimeSlot(page, { name: `Test Testson`, email: `test@example.com` }); 116 | await page.waitForLoadState("networkidle"); > 117 | await expect(page.locator("[data-testid=success-page]")).toBeVisible(); | ^ 118 | await expect(page.locator("[data-testid=where] ")).toContainText(app.label); 119 | } 120 | }, at Object.verifyConferencingAppNew (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/fixtures/apps.ts:117:66) at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/apps/conferencing/conferencingApps.e2e.ts:139:7
[@calcom/web] › apps/web/playwright/apps/conferencing/conferencingApps.e2e.ts:132:9 › check non-oAuth link-based conferencing apps › check non-oAuth link-based conferencing apps using the new flow › can add around app and book with it: apps/web/playwright/apps/conferencing/conferencingApps.e2e.ts#L1
2) [@***com/web] › apps/web/playwright/apps/conferencing/conferencingApps.e2e.ts:132:9 › check non-oAuth link-based conferencing apps › check non-oAuth link-based conferencing apps using the new flow › can add around app and book with it Pending operations: - expect.toBeVisible at apps/web/playwright/fixtures/apps.ts:117:66
[@calcom/web] › apps/web/playwright/booking-pages.e2e.ts:27:5 › check SSR and OG - User Event Type: apps/web/playwright/booking-pages.e2e.ts#L51
3) [@***com/web] › apps/web/playwright/booking-pages.e2e.ts:27:5 › check SSR and OG - User Event Type Error: expect(received).toBe(expected) // Object.is equality Expected: 1 Received: 0 49 | expect(ogUrl).toEqual(`${WEBAPP_URL}/${user.username}/30-min`); 50 | const avatarLocators = await page.locator('[data-testid="avatar-href"]').all(); > 51 | expect(avatarLocators.length).toBe(1); | ^ 52 | 53 | for (const avatarLocator of avatarLocators) { 54 | expect(await avatarLocator.getAttribute("href")).toEqual(`${WEBAPP_URL}/${user.username}?redirect=false`); at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/booking-pages.e2e.ts:51:33
[@calcom/web] › apps/web/playwright/booking-pages.e2e.ts:290:7 › pro user -- future › Time slots should be reserved when selected: apps/web/playwright/booking-pages.e2e.ts#L1
4) [@***com/web] › apps/web/playwright/booking-pages.e2e.ts:290:7 › pro user -- future › Time slots should be reserved when selected Test timeout of 60000ms exceeded.
[@calcom/web] › apps/web/playwright/booking-pages.e2e.ts:290:7 › pro user -- future › Time slots should be reserved when selected: apps/web/playwright/booking-pages.e2e.ts#L299
4) [@***com/web] › apps/web/playwright/booking-pages.e2e.ts:290:7 › pro user -- future › Time slots should be reserved when selected page.waitForSelector: Target closed =========================== logs =========================== waiting for locator('[data-testid="event-type-link"]') to be visible ============================================================ 297 | await pageTwo.waitForURL(initialUrl); 298 | > 299 | await pageTwo.waitForSelector('[data-testid="event-type-link"]'); | ^ 300 | const eventTypeLink = pageTwo.locator('[data-testid="event-type-link"]').first(); 301 | await eventTypeLink.click(); 302 | at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/booking-pages.e2e.ts:299:19
Linters / lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: ataylorme/eslint-annotate-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Analyze Build / analyze
The following actions uses Node.js version which is deprecated and will be forced to run on node20: dawidd6/action-download-artifact@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
🎭 Playwright Run Summary
1 skipped 2 passed (3.3s)
🎭 Playwright Run Summary
1 flaky [@***com/embed-core] › packages/embeds/embed-core/playwright/tests/namespacing.e2e.ts:23:9 › Namespacing › Inline Embed › Double install Embed Snippet with inline embed using a namespace 3 skipped 20 passed (46.1s)
🎭 Playwright Run Summary
3 flaky [@***com/web] › apps/web/playwright/manage-booking-questions.e2e.ts:50:9 › Manage Booking Questions › For User EventType › Do a booking with Checkbox type question and verify a few thing in b/w [@***com/web] › apps/web/playwright/organization/booking.e2e.ts:83:9 › Bookings › Team Event › Can create a booking for Round Robin EventType [@***com/web] › apps/web/playwright/organization/organization-invitation.e2e.ts:94:9 › Organization › Email not matching orgAutoAcceptEmail › nonexisting user invited to a Team inside organization 6 skipped 33 passed (2.1m)
🎭 Playwright Run Summary
2 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 [@***com/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:337:9 › Routing Forms › Seeded Routing Form › Test preview should return correct route 5 skipped 8 passed (1.5m)
🎭 Playwright Run Summary
18 skipped 74 passed (1.6m)
🎭 Playwright Run Summary
9 skipped 94 passed (3.0m)
🎭 Playwright Run Summary
4 flaky [@***com/web] › apps/web/playwright/apps/analytics/analyticsApps.e2e.ts:9:7 › Check analytics Apps › Check analytics Apps by skipping the configure step [@***com/web] › apps/web/playwright/apps/conferencing/conferencingApps.e2e.ts:132:9 › check non-oAuth link-based conferencing apps › check non-oAuth link-based conferencing apps using the new flow › can add around app and book with it [@***com/web] › apps/web/playwright/booking-pages.e2e.ts:27:5 › check SSR and OG - User Event Type [@***com/web] › apps/web/playwright/booking-pages.e2e.ts:290:7 › pro user -- future › Time slots should be reserved when selected 4 skipped 110 passed (4.4m)

Artifacts

Produced during runtime
Name Size
app-store-results Expired
4.8 MB
bundle Expired
2.29 KB
embed-core-results Expired
2.48 MB
embed-react-results Expired
177 KB
lint-results Expired
339 KB
test-results-1_4 Expired
69.4 MB
test-results-2_4 Expired
264 KB
test-results-3_4 Expired
20.8 MB
test-results-4_4 Expired
242 KB