Skip to content

Individual Insights Page has Team Insights #12215 #21532

Individual Insights Page has Team Insights #12215

Individual Insights Page has Team Insights #12215 #21532

Triggered via pull request April 27, 2024 03:32
Status Failure
Total duration 15m 28s
Artifacts 13

pr.yml

on: pull_request_target
Detect changes
12s
Detect changes
Production build  /  Build
7m 26s
Production build / Build
Type check  /  check-types
2m 5s
Type check / check-types
Unit tests  /  test
1m 38s
Unit tests / test
Production build  /  Build API V1
4m 0s
Production build / Build API V1
Production build (without database)  /  Build
10m 12s
Production build (without database) / Build
Analyze Build  /  ...  /  Build
Analyze Build / Production build / Build
Matrix: E2E App Store tests / e2e-app-store
Matrix: E2E React embeds tests / e2e-embed
Matrix: E2E embeds tests / e2e-embed
Matrix: E2E tests / e2e
Fit to window
Zoom out
Zoom in

Annotations

36 errors, 22 warnings, and 10 notices
[@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/embed-core] › packages/embeds/embed-core/playwright/tests/namespacing.e2e.ts:10:9 › Namespacing › Inline Embed › Add inline embed using a namespace without reload: packages/embeds/embed-core/playwright/tests/namespacing.e2e.ts#L15
1) [@***com/embed-core] › packages/embeds/embed-core/playwright/tests/namespacing.e2e.ts:10:9 › Namespacing › Inline Embed › Add inline embed using a namespace without reload Error: Expected to provide an iframe, got null 13 | await page.click("#add-inline-embed-in-a-new-namespace-without-reload-button"); 14 | const embedIframe = await getEmbedIframe({ ***Namespace, page, pathname: "/pro" }); > 15 | expect(embedIframe).toBeEmbedCalLink(***Namespace, embeds.getActionFiredDetails, { | ^ 16 | pathname: "/pro", 17 | searchParams: { 18 | case: "addInlineEmbedInANewNamespaceWithoutReload", at /home/runner/actions-runner/_work/***.com/***.com/packages/embeds/embed-core/playwright/tests/namespacing.e2e.ts:15:27
[@calcom/embed-core] › packages/embeds/embed-core/playwright/tests/namespacing.e2e.ts:10:9 › Namespacing › Inline Embed › Add inline embed using a namespace without reload: packages/embeds/embed-core/playwright/tests/namespacing.e2e.ts#L1
1) [@***com/embed-core] › packages/embeds/embed-core/playwright/tests/namespacing.e2e.ts:10:9 › Namespacing › Inline Embed › Add inline embed using a namespace without reload Test timeout of 60000ms exceeded while tearing down "context".
[@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#L28
2) [@***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 Error: Expected to provide an iframe, got null 26 | await page.click("#double-install-snippet-with-inline-embed-non-default-namespace-button"); 27 | const embedIframe = await getEmbedIframe({ ***Namespace, page, pathname: "/pro" }); > 28 | expect(embedIframe).toBeEmbedCalLink(***Namespace, embeds.getActionFiredDetails, { | ^ 29 | pathname: "/pro", 30 | searchParams: { 31 | case: "doubleInstallSnippetWithInlineEmbedWithNonDefaultNamespace", 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
2) [@***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.
[@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
2) [@***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 Pending operations: - locator.count at packages/embeds/embed-core/playwright/tests/namespacing.e2e.ts:34:43
[@calcom/embed-core] › packages/embeds/embed-core/playwright/tests/namespacing.e2e.ts:37:9 › Namespacing › Inline Embed › Double install Embed Snippet with inline embed without a namespace(i.e. default namespace): packages/embeds/embed-core/playwright/tests/namespacing.e2e.ts#L45
3) [@***com/embed-core] › packages/embeds/embed-core/playwright/tests/namespacing.e2e.ts:37:9 › Namespacing › Inline Embed › Double install Embed Snippet with inline embed without a namespace(i.e. default namespace) Error: Expected to provide an iframe, got null 43 | await page.click("#double-install-snippet-with-inline-embed-default-namespace-button"); 44 | const embedIframe = await getEmbedIframe({ ***Namespace, page, pathname: "/pro" }); > 45 | expect(embedIframe).toBeEmbedCalLink(***Namespace, embeds.getActionFiredDetails, { | ^ 46 | pathname: "/pro", 47 | searchParams: { 48 | case: "doubleInstallSnippetWithInlineEmbed", at /home/runner/actions-runner/_work/***.com/***.com/packages/embeds/embed-core/playwright/tests/namespacing.e2e.ts:45:27
[@calcom/embed-core] › packages/embeds/embed-core/playwright/tests/namespacing.e2e.ts:37:9 › Namespacing › Inline Embed › Double install Embed Snippet with inline embed without a namespace(i.e. default namespace): packages/embeds/embed-core/playwright/tests/namespacing.e2e.ts#L1
3) [@***com/embed-core] › packages/embeds/embed-core/playwright/tests/namespacing.e2e.ts:37:9 › Namespacing › Inline Embed › Double install Embed Snippet with inline embed without a namespace(i.e. default namespace) Test timeout of 60000ms exceeded.
[@calcom/embed-core] › packages/embeds/embed-core/playwright/tests/namespacing.e2e.ts:37:9 › Namespacing › Inline Embed › Double install Embed Snippet with inline embed without a namespace(i.e. default namespace): packages/embeds/embed-core/playwright/tests/namespacing.e2e.ts#L1
3) [@***com/embed-core] › packages/embeds/embed-core/playwright/tests/namespacing.e2e.ts:37:9 › Namespacing › Inline Embed › Double install Embed Snippet with inline embed without a namespace(i.e. default namespace) Pending operations: - locator.count at packages/embeds/embed-core/playwright/tests/namespacing.e2e.ts:51:43
[@calcom/embed-core] › packages/embeds/embed-core/playwright/tests/namespacing.e2e.ts:54:7 › Namespacing › Different namespaces can have different init configs: packages/embeds/embed-core/playwright/tests/namespacing.e2e.ts#L1
4) [@***com/embed-core] › packages/embeds/embed-core/playwright/tests/namespacing.e2e.ts:54:7 › Namespacing › Different namespaces can have different init configs Test timeout of 60000ms exceeded.
[@calcom/embed-core] › packages/embeds/embed-core/playwright/tests/namespacing.e2e.ts:54:7 › Namespacing › Different namespaces can have different init configs: packages/embeds/embed-core/playwright/tests/namespacing.e2e.ts#L62
4) [@***com/embed-core] › packages/embeds/embed-core/playwright/tests/namespacing.e2e.ts:54:7 › Namespacing › Different namespaces can have different init configs locator.getAttribute: Target closed =========================== logs =========================== waiting for locator('iframe').first() ============================================================ 60 | await page.goto("/"); 61 | await page.click("#two-different-namespace-with-different-init-config"); > 62 | const namespace1IframeSrc = await page.locator("iframe").nth(0).getAttribute("src"); | ^ 63 | const namespace2IframeSrc = await page.locator("iframe").nth(1).getAttribute("src"); 64 | expect(namespace1IframeSrc).toContain("http://lo***host:3000/pro"); 65 | expect(namespace2IframeSrc).toContain("http://127.0.0.1:3000/pro"); at /home/runner/actions-runner/_work/***.com/***.com/packages/embeds/embed-core/playwright/tests/namespacing.e2e.ts:62:69
[@calcom/web] › apps/web/playwright/organization/organization-invitation.e2e.ts:270:9 › Organization › Email matching orgAutoAcceptEmail and a Verified Organization with DNS Setup Done › existing user migrated to an organization: apps/web/playwright/organization/organization-invitation.e2e.ts#L310
1) [@***com/web] › apps/web/playwright/organization/organization-invitation.e2e.ts:270:9 › Organization › Email matching orgAutoAcceptEmail and a Verified Organization with DNS Setup Done › existing user migrated to an organization Error: expect(received).toBeDisabled() Call log: - expect.toBeDisabled with timeout 30000ms - waiting for locator('button[type="submit"]') - locator resolved to <button type="submit" class="whitespace-nowrap inline-fl…>Create Account</button> - unexpected value "enabled" - waiting for locator('button[type="submit"]') - locator resolved to <button type="submit" class="whitespace-nowrap inline-fl…>Create Account</button> - unexpected value "enabled" - locator resolved to <button type="submit" class="whitespace-nowrap inline-fl…>Create Account</button> - unexpected value "enabled" - locator resolved to <button type="submit" class="whitespace-nowrap inline-fl…>Create Account</button> - unexpected value "enabled" - locator resolved to <button type="submit" class="whitespace-nowrap inline-fl…>Create Account</button> - unexpected value "enabled" - locator resolved to <button type="submit" class="whitespace-nowrap inline-fl…>Create Account</button> - unexpected value "enabled" - locator resolved to <button type="submit" class="whitespace-nowrap inline-fl…>Create Account</button> - unexpected value "enabled" - locator resolved to <button type="submit" class="whitespace-nowrap inline-fl…>Create Account</button> - unexpected value "enabled" - locator resolved to <button type="submit" class="whitespace-nowrap inline-fl…>Create Account</button> - unexpected value "enabled" - locator resolved to <button type="submit" class="whitespace-nowrap inline-fl…>Create Account</button> - unexpected value "enabled" - locator resolved to <button type="submit" class="whitespace-nowrap inline-fl…>Create Account</button> - unexpected value "enabled" - locator resolved to <button type="submit" class="whitespace-nowrap inline-fl…>Create Account</button> - unexpected value "enabled" - locator resolved to <button type="submit" class="whitespace-nowrap inline-fl…>Create Account</button> - unexpected value "enabled" - locator resolved to <button type="submit" class="whitespace-nowrap inline-fl…>Create Account</button> - unexpected value "enabled" - locator resolved to <button type="submit" class="whitespace-nowrap inline-fl…>Create Account</button> - unexpected value "enabled" - locator resolved to <button type="submit" class="whitespace-nowrap inline-fl…>Create Account</button> - unexpected value "enabled" - locator resolved to <button type="submit" class="whitespace-nowrap inline-fl…>Create Account</button> - unexpected value "enabled" - locator resolved to <button type="submit" class="whitespace-nowrap inline-fl…>Create Account</button> - unexpected value "enabled" - locator resolved to <button type="submit" class="whitespace-nowrap inline-fl…>Create Account</button> - unexpected value "enabled" - locator resolved to <button type="submit" class="whitespace-nowrap inline-fl…>Create Account</button> - unexpected value "enabled" - locator resolved to <button type="submit" class="whitespace-nowrap inline-fl…>Create Account</button> - unexpected value "enabled" - locator resolved to <button type="submit" class="whitespace-nowrap inline-fl…>Create Account</button> - unexpected value "enabled" - locator resolved to <button type="submit" class="whitespace-nowrap inline-fl…>Create Account</button> - unexpected value "enabled" - locator resolved to <button type="submit" class="whitespace-nowrap inline-fl…>Create Account</button> - unexpected value "enabled" - locator resolved to <button type="submit" class="whitespace-now
[@calcom/web] › apps/web/playwright/profile.e2e.ts:102:7 › Update Profile › Can update a users email (verification enabled): apps/web/playwright/profile.e2e.ts#L148
2) [@***com/web] › apps/web/playwright/profile.e2e.ts:102:7 › Update Profile › Can update a users email (verification enabled) page.waitForURL: Timeout 30000ms exceeded. =========================== logs =========================== waiting for navigation to "/event-types" until "load" navigated to "http://***:3000/auth/login" ============================================================ 146 | 147 | // After email verification is successfull. user is sent to /event-types > 148 | await page.waitForURL("/event-types"); | ^ 149 | 150 | await page.goto("/settings/my-account/profile"); 151 | const emailInputUpdated = await page.getByTestId("profile-form-email-0"); at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/profile.e2e.ts:148:16
[@calcom/web] › apps/web/playwright/integrations-stripe.e2e.ts:190:7 › Stripe integration › Paid booking should be able to be cancelled: apps/web/playwright/integrations-stripe.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/integrations-stripe.e2e.ts:190:7 › Stripe integration › Paid booking should be able to be cancelled Test timeout of 60000ms exceeded.
[@calcom/web] › apps/web/playwright/integrations-stripe.e2e.ts:190:7 › Stripe integration › Paid booking should be able to be cancelled: apps/web/playwright/integrations-stripe.e2e.ts#L201
1) [@***com/web] › apps/web/playwright/integrations-stripe.e2e.ts:190:7 › Stripe integration › Paid booking should be able to be cancelled page.click: Target closed =========================== logs =========================== waiting for locator('[data-testid="confirm_cancel"]') ============================================================ 199 | 200 | await page.click('[data-testid="cancel"]'); > 201 | await page.click('[data-testid="confirm_cancel"]'); | ^ 202 | 203 | await expect(await page.locator('[data-testid="cancelled-headline"]').first()).toBeVisible(); 204 | }); at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/integrations-stripe.e2e.ts:201:16
[@calcom/web] › apps/web/playwright/integrations-stripe.e2e.ts:190:7 › Stripe integration › Paid booking should be able to be cancelled: apps/web/playwright/integrations-stripe.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/integrations-stripe.e2e.ts:190:7 › Stripe integration › Paid booking should be able to be cancelled Pending operations: - page.click at apps/web/playwright/integrations-stripe.e2e.ts:201:16
[@calcom/web] › apps/web/playwright/login.e2e.ts:16:7 › user can login & logout succesfully -- future › login flow user & logout using dashboard: apps/web/playwright/login.e2e.ts#L40
2) [@***com/web] › apps/web/playwright/login.e2e.ts:16:7 › user can login & logout succesfully -- future › login flow user & logout using dashboard Error: Timed out 30000ms waiting for expect(received).toBeVisible() Call log: - expect.toBeVisible with timeout 30000ms - waiting for locator('[data-testid=login-form]') - waiting for locator('[data-testid=login-form]') 38 | 39 | // Reroute to the home page to check if the login form shows up > 40 | await expect(page.locator(`[data-testid=login-form]`)).toBeVisible(); | ^ 41 | }); 42 | }); 43 | }); at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/login.e2e.ts:40:62 at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/login.e2e.ts:28:5
[@calcom/web] › apps/web/playwright/login.e2e.ts:16:7 › user can login & logout succesfully -- future › login flow user & logout using dashboard: apps/web/playwright/login.e2e.ts#L40
2) [@***com/web] › apps/web/playwright/login.e2e.ts:16:7 › user can login & logout succesfully -- future › login flow user & logout using dashboard Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 30000ms waiting for expect(received).toBeVisible() Call log: - expect.toBeVisible with timeout 30000ms - waiting for locator('[data-testid=login-form]') - waiting for locator('[data-testid=login-form]') 38 | 39 | // Reroute to the home page to check if the login form shows up > 40 | await expect(page.locator(`[data-testid=login-form]`)).toBeVisible(); | ^ 41 | }); 42 | }); 43 | }); at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/login.e2e.ts:40:62 at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/login.e2e.ts:28:5
[@calcom/web] › apps/web/playwright/event-types.e2e.ts:250:11 › Event Types tests -- future › user › Different Locations Tests › Can remove location from multiple locations that are saved: apps/web/playwright/event-types.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/event-types.e2e.ts:250:11 › Event Types tests -- future › user › Different Locations Tests › Can remove location from multiple locations that are saved Test timeout of 60000ms exceeded.
[@calcom/web] › apps/web/playwright/event-types.e2e.ts:250:11 › Event Types tests -- future › user › Different Locations Tests › Can remove location from multiple locations that are saved: apps/web/playwright/event-types.e2e.ts#L378
1) [@***com/web] › apps/web/playwright/event-types.e2e.ts:250:11 › Event Types tests -- future › user › Different Locations Tests › Can remove location from multiple locations that are saved locator.click: Target closed =========================== logs =========================== waiting for locator('[data-testid=update-eventtype]') locator resolved to <button disabled type="submit" form="event-type-form" da…>…</button> attempting click action waiting for element to be visible, enabled and stable element is not enabled - waiting... ============================================================ 376 | 377 | async function saveEventType(page: Page) { > 378 | await page.locator("[data-testid=update-eventtype]").click(); | ^ 379 | } 380 | 381 | async function gotoBookingPage(page: Page) { at saveEventType (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/event-types.e2e.ts:378:56) at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/event-types.e2e.ts:266:15
[@calcom/web] › apps/web/playwright/event-types.e2e.ts:250:11 › Event Types tests -- future › user › Different Locations Tests › Can remove location from multiple locations that are saved: apps/web/playwright/event-types.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/event-types.e2e.ts:250:11 › Event Types tests -- future › user › Different Locations Tests › Can remove location from multiple locations that are saved Pending operations: - locator.click at apps/web/playwright/event-types.e2e.ts:378:56
[@calcom/web] › apps/web/playwright/booking-pages.e2e.ts:219:7 › pro user -- legacy › cannot book an unconfirmed event multiple times with the same email: apps/web/playwright/booking-pages.e2e.ts#L227
1) [@***com/web] › apps/web/playwright/booking-pages.e2e.ts:219:7 › pro user -- legacy › cannot book an unconfirmed event multiple times with the same email page.goto: net::ERR_ABORTED at http://***:3000/user-2-1714189469006/opt-in?month=2024-05&date=2024-05-01&slot=2024-05-01T08%3A00%3A00.000Z =========================== logs =========================== navigating to "http://***:3000/user-2-1714189469006/opt-in?month=2024-05&date=2024-05-01&slot=2024-05-01T08%3A00%3A00.000Z", waiting until "load" ============================================================ 225 | await bookTimeSlot(page); 226 | // go back to the booking page to re-book. > 227 | await page.goto(pageUrl); | ^ 228 | 229 | await bookTimeSlot(page); 230 | await expect(page.getByText("Could not book the meeting.")).toBeVisible(); at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/booking-pages.e2e.ts:227:16
[@calcom/web] › apps/web/playwright/booking-pages.e2e.ts:256:7 › pro user -- legacy › Time slots should be reserved when selected: apps/web/playwright/booking-pages.e2e.ts#L1
2) [@***com/web] › apps/web/playwright/booking-pages.e2e.ts:256:7 › pro user -- legacy › Time slots should be reserved when selected Test timeout of 60000ms exceeded.
[@calcom/web] › apps/web/playwright/booking-pages.e2e.ts:256:7 › pro user -- legacy › Time slots should be reserved when selected: apps/web/playwright/booking-pages.e2e.ts#L265
2) [@***com/web] › apps/web/playwright/booking-pages.e2e.ts:256:7 › pro user -- legacy › Time slots should be reserved when selected page.waitForSelector: Target closed =========================== logs =========================== waiting for locator('[data-testid="event-type-link"]') to be visible ============================================================ 263 | await pageTwo.waitForURL(initialUrl); 264 | > 265 | await pageTwo.waitForSelector('[data-testid="event-type-link"]'); | ^ 266 | const eventTypeLink = pageTwo.locator('[data-testid="event-type-link"]').first(); 267 | await eventTypeLink.click(); 268 | at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/booking-pages.e2e.ts:265:19
[@calcom/web] › apps/web/playwright/booking-pages.e2e.ts:256:7 › pro user -- legacy › Time slots should be reserved when selected: apps/web/playwright/booking-pages.e2e.ts#L1
2) [@***com/web] › apps/web/playwright/booking-pages.e2e.ts:256:7 › pro user -- legacy › Time slots should be reserved when selected Pending operations: - page.waitForSelector at apps/web/playwright/booking-pages.e2e.ts:265:19
[@calcom/web] › apps/web/playwright/teams.e2e.ts:201:7 › Teams - NonOrg -- legacy › Can create team with same name as user: apps/web/playwright/teams.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/teams.e2e.ts:201:7 › Teams - NonOrg -- legacy › Can create team with same name as user Test timeout of 60000ms exceeded.
[@calcom/web] › apps/web/playwright/teams.e2e.ts:201:7 › Teams - NonOrg -- legacy › Can create team with same name as user: apps/web/playwright/teams.e2e.ts#L211
1) [@***com/web] › apps/web/playwright/teams.e2e.ts:201:7 › Teams - NonOrg -- legacy › Can create team with same name as user locator.click: Target closed =========================== logs =========================== waiting for locator('text=Create Team') ============================================================ 209 | await test.step("Can create team with same name", async () => { 210 | // Click text=Create Team > 211 | await page.locator("text=Create Team").click(); | ^ 212 | await page.waitForURL("/settings/teams/new"); 213 | // Fill input[name="name"] 214 | await page.locator('input[name="name"]').fill(uniqueName); at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/teams.e2e.ts:211:46 at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/teams.e2e.ts:209:16
[@calcom/web] › apps/web/playwright/teams.e2e.ts:201:7 › Teams - NonOrg -- legacy › Can create team with same name as user: apps/web/playwright/teams.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/teams.e2e.ts:201:7 › Teams - NonOrg -- legacy › Can create team with same name as user Pending operations: - locator.click at apps/web/playwright/teams.e2e.ts:211:46
[@calcom/web] › apps/web/playwright/teams.e2e.ts:201:7 › Teams - NonOrg -- legacy › Can create team with same name as user: apps/web/playwright/teams.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/teams.e2e.ts:201:7 › Teams - NonOrg -- legacy › Can create team with same name as user Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 60000ms exceeded.
[@calcom/web] › apps/web/playwright/teams.e2e.ts:201:7 › Teams - NonOrg -- legacy › Can create team with same name as user: apps/web/playwright/teams.e2e.ts#L211
1) [@***com/web] › apps/web/playwright/teams.e2e.ts:201:7 › Teams - NonOrg -- legacy › Can create team with same name as user Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── locator.click: Target closed =========================== logs =========================== waiting for locator('text=Create Team') ============================================================ 209 | await test.step("Can create team with same name", async () => { 210 | // Click text=Create Team > 211 | await page.locator("text=Create Team").click(); | ^ 212 | await page.waitForURL("/settings/teams/new"); 213 | // Fill input[name="name"] 214 | await page.locator('input[name="name"]').fill(uniqueName); at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/teams.e2e.ts:211:46 at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/teams.e2e.ts:209:16
[@calcom/web] › apps/web/playwright/teams.e2e.ts:201:7 › Teams - NonOrg -- legacy › Can create team with same name as user: apps/web/playwright/teams.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/teams.e2e.ts:201:7 › Teams - NonOrg -- legacy › Can create team with same name as user Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Pending operations: - locator.click at apps/web/playwright/teams.e2e.ts:211:46
[@calcom/web] › apps/web/playwright/teams.e2e.ts:201:7 › Teams - NonOrg -- legacy › Can create team with same name as user: apps/web/playwright/teams.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/teams.e2e.ts:201:7 › Teams - NonOrg -- legacy › Can create team with same name as user Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 60000ms exceeded.
[@calcom/web] › apps/web/playwright/teams.e2e.ts:201:7 › Teams - NonOrg -- legacy › Can create team with same name as user: apps/web/playwright/teams.e2e.ts#L211
1) [@***com/web] › apps/web/playwright/teams.e2e.ts:201:7 › Teams - NonOrg -- legacy › Can create team with same name as user Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── locator.click: Target closed =========================== logs =========================== waiting for locator('text=Create Team') ============================================================ 209 | await test.step("Can create team with same name", async () => { 210 | // Click text=Create Team > 211 | await page.locator("text=Create Team").click(); | ^ 212 | await page.waitForURL("/settings/teams/new"); 213 | // Fill input[name="name"] 214 | await page.locator('input[name="name"]').fill(uniqueName); at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/teams.e2e.ts:211:46 at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/teams.e2e.ts:209:16
[@calcom/web] › apps/web/playwright/teams.e2e.ts:201:7 › Teams - NonOrg -- legacy › Can create team with same name as user: apps/web/playwright/teams.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/teams.e2e.ts:201:7 › Teams - NonOrg -- legacy › Can create team with same name as user Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Pending operations: - locator.click at apps/web/playwright/teams.e2e.ts:211:46
[@calcom/web] › apps/web/playwright/teams.e2e.ts:122:7 › Teams - NonOrg -- future › Can create a booking for Round Robin EventType: apps/web/playwright/teams.e2e.ts#L156
2) [@***com/web] › apps/web/playwright/teams.e2e.ts:122:7 › Teams - NonOrg -- future › Can create a booking for Round Robin EventType Error: expect(received).toBe(expected) // Object.is equality Expected: true Received: false 154 | return BookingTitle === bookingTitle; 155 | }) > 156 | ).toBe(true); | ^ 157 | 158 | // Since all the users have the same leastRecentlyBooked value 159 | // Anyone of the teammates could be the Host of the booking. at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/teams.e2e.ts:156:7
required
Process completed with exit code 1.
🎭 Playwright Run Summary
2 passed (10.4s)
🎭 Playwright Run Summary
3 passed (3.8s)
🎭 Playwright Run Summary
5 skipped 8 passed (31.0s)
🎭 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 14 passed (59.4s)
🎭 Playwright Run Summary
4 flaky [@***com/embed-core] › packages/embeds/embed-core/playwright/tests/namespacing.e2e.ts:10:9 › Namespacing › Inline Embed › Add inline embed using a namespace without reload [@***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 [@***com/embed-core] › packages/embeds/embed-core/playwright/tests/namespacing.e2e.ts:37:9 › Namespacing › Inline Embed › Double install Embed Snippet with inline embed without a namespace(i.e. default namespace) [@***com/embed-core] › packages/embeds/embed-core/playwright/tests/namespacing.e2e.ts:54:7 › Namespacing › Different namespaces can have different init configs 1 passed (1.0m)
🎭 Playwright Run Summary
2 flaky [@***com/web] › apps/web/playwright/organization/organization-invitation.e2e.ts:270:9 › Organization › Email matching orgAutoAcceptEmail and a Verified Organization with DNS Setup Done › existing user migrated to an organization [@***com/web] › apps/web/playwright/profile.e2e.ts:102:7 › Update Profile › Can update a users email (verification enabled) 8 skipped 37 passed (1.6m)
🎭 Playwright Run Summary
2 flaky [@***com/web] › apps/web/playwright/integrations-stripe.e2e.ts:190:7 › Stripe integration › Paid booking should be able to be cancelled [@***com/web] › apps/web/playwright/login.e2e.ts:16:7 › user can login & logout succesfully -- future › login flow user & logout using dashboard 3 skipped 46 passed (2.4m)
🎭 Playwright Run Summary
1 flaky [@***com/web] › apps/web/playwright/event-types.e2e.ts:250:11 › Event Types tests -- future › user › Different Locations Tests › Can remove location from multiple locations that are saved 1 skipped 55 passed (2.4m)
🎭 Playwright Run Summary
2 flaky [@***com/web] › apps/web/playwright/booking-pages.e2e.ts:219:7 › pro user -- legacy › cannot book an unconfirmed event multiple times with the same email [@***com/web] › apps/web/playwright/booking-pages.e2e.ts:256:7 › pro user -- legacy › Time slots should be reserved when selected 4 skipped 78 passed (2.9m)
🎭 Playwright Run Summary
1 failed [@***com/web] › apps/web/playwright/teams.e2e.ts:201:7 › Teams - NonOrg -- legacy › Can create team with same name as user 3 flaky [@***com/web] › apps/web/playwright/teams.e2e.ts:122:7 › Teams - NonOrg -- future › Can create a booking for Round Robin EventType [@***com/web] › apps/web/playwright/teams.e2e.ts:122:7 › Teams - NonOrg -- legacy › Can create a booking for Round Robin EventType [@***com/web] › apps/web/playwright/webhook.e2e.ts:449:7 › BOOKING_RESCHEDULED › when rescheduling to a booking that already exists, should send a booking rescheduled event with the existant booking uid 12 skipped 55 passed (4.1m)
Detect changes
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, dorny/paths-filter@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Unit tests / test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-node@v3, buildjet/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Type check / check-types
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-node@v3, 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: actions/checkout@v3, buildjet/setup-node@v3, buildjet/cache@v3, 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/.
Production build / Build API V1
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-node@v3, buildjet/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Production build / Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-node@v3, buildjet/cache@v3. 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: actions/checkout@v3, buildjet/setup-node@v3, buildjet/cache@v3, dawidd6/action-download-artifact@v2, peter-evans/find-comment@v2, peter-evans/create-or-update-comment@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Analyze Build / analyze
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
E2E React embeds tests / E2E Embed React (2/2)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-node@v3, buildjet/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2E App Store tests / E2E App Store (2/2)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-node@v3, buildjet/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Production build (without database) / Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-node@v3, buildjet/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2E React embeds tests / E2E Embed React (1/2)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-node@v3, buildjet/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2E App Store tests / E2E App Store (1/2)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-node@v3, buildjet/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2E embeds tests / E2E Embed Core (1/2)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-node@v3, buildjet/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2E embeds tests / E2E Embed Core (2/2)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-node@v3, buildjet/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2E tests / E2E tests (4/5)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-node@v3, buildjet/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2E tests / E2E tests (3/5)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-node@v3, buildjet/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2E tests / E2E tests (2/5)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-node@v3, buildjet/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2E tests / E2E tests (1/5)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-node@v3, buildjet/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2E tests / E2E tests (5/5)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.315.0. Please update to the latest version 2.316.0
E2E tests / E2E tests (5/5)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-node@v3, buildjet/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
required
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.315.0. Please update to the latest version 2.316.0

Artifacts

Produced during runtime
Name Size
app-store-results-1_2 Expired
191 KB
app-store-results-2_2 Expired
177 KB
bundle Expired
2.26 KB
embed-core-results-1_2 Expired
880 KB
embed-core-results-2_2 Expired
1.84 MB
embed-react-results-1_2 Expired
176 KB
embed-react-results-2_2 Expired
173 KB
lint-results Expired
292 KB
test-results-1_5 Expired
4.92 MB
test-results-2_5 Expired
9.89 MB
test-results-3_5 Expired
24.7 MB
test-results-4_5 Expired
12.1 MB
test-results-5_5 Expired
23.6 MB