Skip to content

All checks

All checks #101

Re-run triggered May 30, 2024 21:18
Status Failure
Total duration 10m 54s
Artifacts 9

all-checks.yml

on: workflow_dispatch
Analyze Build  /  ...  /  Web App
Analyze Build / Production builds / Web App
Matrix: Tests / e2e
Fit to window
Zoom out
Zoom in

Annotations

34 errors, 4 warnings, and 7 notices
[@calcom/web] › apps/web/playwright/organization/booking.e2e.ts:38:9 › Bookings › Team Event › Can create a booking for Collective EventType: apps/web/playwright/organization/booking.e2e.ts#L526
1) [@***com/web] › apps/web/playwright/organization/booking.e2e.ts:38:9 › Bookings › Team Event › Can create a booking for Collective EventType Error: Timed out 30000ms waiting for expect(received).toBeVisible() Call log: - expect.toBeVisible with timeout 30000ms - waiting for locator('text=404: This page could not be found.') - waiting for locator('text=404: This page could not be found.') 524 | async function expectPageToBeNotFound({ page, url }: { page: Page; url: string }) { 525 | await page.goto(`${url}`); > 526 | await expect(page.locator(`text=${NotFoundPageTextPages}`)).toBeVisible(); | ^ 527 | } 528 | at expectPageToBeNotFound (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/organization/booking.e2e.ts:526:63) at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/organization/booking.e2e.ts:65:7
[@calcom/web] › apps/web/playwright/organization/booking.e2e.ts:38:9 › Bookings › Team Event › Can create a booking for Collective EventType: apps/web/playwright/organization/booking.e2e.ts#L526
1) [@***com/web] › apps/web/playwright/organization/booking.e2e.ts:38:9 › Bookings › Team Event › Can create a booking for Collective EventType Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 30000ms waiting for expect(received).toBeVisible() Call log: - expect.toBeVisible with timeout 30000ms - waiting for locator('text=404: This page could not be found.') - waiting for locator('text=404: This page could not be found.') 524 | async function expectPageToBeNotFound({ page, url }: { page: Page; url: string }) { 525 | await page.goto(`${url}`); > 526 | await expect(page.locator(`text=${NotFoundPageTextPages}`)).toBeVisible(); | ^ 527 | } 528 | at expectPageToBeNotFound (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/organization/booking.e2e.ts:526:63) at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/organization/booking.e2e.ts:65:7
[@calcom/web] › apps/web/playwright/organization/booking.e2e.ts:38:9 › Bookings › Team Event › Can create a booking for Collective EventType: apps/web/playwright/organization/booking.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/organization/booking.e2e.ts:38:9 › Bookings › Team Event › Can create a booking for Collective EventType Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test was interrupted.
[@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#L526
2) [@***com/web] › apps/web/playwright/organization/booking.e2e.ts:83:9 › Bookings › Team Event › Can create a booking for Round Robin EventType Error: Timed out 30000ms waiting for expect(received).toBeVisible() Call log: - expect.toBeVisible with timeout 30000ms - waiting for locator('text=404: This page could not be found.') - waiting for locator('text=404: This page could not be found.') 524 | async function expectPageToBeNotFound({ page, url }: { page: Page; url: string }) { 525 | await page.goto(`${url}`); > 526 | await expect(page.locator(`text=${NotFoundPageTextPages}`)).toBeVisible(); | ^ 527 | } 528 | at expectPageToBeNotFound (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/organization/booking.e2e.ts:526:63) at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/organization/booking.e2e.ts:110:7
[@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#L526
2) [@***com/web] › apps/web/playwright/organization/booking.e2e.ts:83:9 › Bookings › Team Event › Can create a booking for Round Robin EventType Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 30000ms waiting for expect(received).toBeVisible() Call log: - expect.toBeVisible with timeout 30000ms - waiting for locator('text=404: This page could not be found.') - waiting for locator('text=404: This page could not be found.') 524 | async function expectPageToBeNotFound({ page, url }: { page: Page; url: string }) { 525 | await page.goto(`${url}`); > 526 | await expect(page.locator(`text=${NotFoundPageTextPages}`)).toBeVisible(); | ^ 527 | } 528 | at expectPageToBeNotFound (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/organization/booking.e2e.ts:526:63) at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/organization/booking.e2e.ts:110:7
[@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#L1
2) [@***com/web] › apps/web/playwright/organization/booking.e2e.ts:83:9 › Bookings › Team Event › Can create a booking for Round Robin EventType Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test was interrupted.
[@calcom/web] › apps/web/playwright/organization/booking.e2e.ts:174:9 › Bookings › User Event › Can create a booking: apps/web/playwright/organization/booking.e2e.ts#L190
3) [@***com/web] › apps/web/playwright/organization/booking.e2e.ts:174:9 › Bookings › User Event › Can create a booking Error: Timed out 30000ms waiting for expect(received).toBeVisible() Call log: - expect.toBeVisible with timeout 30000ms - waiting for locator('text=404: This page could not be found.') - waiting for locator('text=404: This page could not be found.') 188 | 189 | // Shouldn't be servable on the non-org domain > 190 | await expect(page.locator(`text=${NotFoundPageTextPages}`)).toBeVisible(); | ^ 191 | 192 | await doOnOrgDomain( 193 | { at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/organization/booking.e2e.ts:190:67
[@calcom/web] › apps/web/playwright/organization/booking.e2e.ts:174:9 › Bookings › User Event › Can create a booking: apps/web/playwright/organization/booking.e2e.ts#L190
3) [@***com/web] › apps/web/playwright/organization/booking.e2e.ts:174:9 › Bookings › User Event › Can create a booking Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 30000ms waiting for expect(received).toBeVisible() Call log: - expect.toBeVisible with timeout 30000ms - waiting for locator('text=404: This page could not be found.') - waiting for locator('text=404: This page could not be found.') 188 | 189 | // Shouldn't be servable on the non-org domain > 190 | await expect(page.locator(`text=${NotFoundPageTextPages}`)).toBeVisible(); | ^ 191 | 192 | await doOnOrgDomain( 193 | { at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/organization/booking.e2e.ts:190:67
[@calcom/web] › apps/web/playwright/organization/booking.e2e.ts:174:9 › Bookings › User Event › Can create a booking: apps/web/playwright/organization/booking.e2e.ts#L1
3) [@***com/web] › apps/web/playwright/organization/booking.e2e.ts:174:9 › Bookings › User Event › Can create a booking Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test was interrupted.
[@calcom/web] › apps/web/playwright/organization/booking.e2e.ts:319:9 › Bookings › Scenario with same username in and outside organization › Can create a booking for user with same username in and outside organization: apps/web/playwright/organization/booking.e2e.ts#L526
4) [@***com/web] › apps/web/playwright/organization/booking.e2e.ts:319:9 › Bookings › Scenario with same username in and outside organization › Can create a booking for user with same username in and outside organization Error: Timed out 30000ms waiting for expect(received).toBeVisible() Call log: - expect.toBeVisible with timeout 30000ms - waiting for locator('text=404: This page could not be found.') - waiting for locator('text=404: This page could not be found.') 524 | async function expectPageToBeNotFound({ page, url }: { page: Page; url: string }) { 525 | await page.goto(`${url}`); > 526 | await expect(page.locator(`text=${NotFoundPageTextPages}`)).toBeVisible(); | ^ 527 | } 528 | at expectPageToBeNotFound (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/organization/booking.e2e.ts:526:63) at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/organization/booking.e2e.ts:359:7
[@calcom/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:22:9 › Routing Forms › Zero State Routing Forms › should be able to add a new form and view it: packages/app-store/routing-forms/playwright/tests/basic.e2e.ts#L39
1) [@***com/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:22:9 › Routing Forms › Zero State Routing Forms › should be able to add a new form and view it Error: Timed out 30000ms waiting for expect(received).toBeVisible() Call log: - expect.toBeVisible with timeout 30000ms - waiting for locator('text=404: This page could not be found.') - waiting for locator('text=404: This page could not be found.') 37 | await disableForm(page); 38 | await gotoRoutingLink({ page, formId }); > 39 | await expect(page.locator(`text=${NotFoundPageTextPages}`)).toBeVisible(); | ^ 40 | }); 41 | 42 | test("should be able to edit the form", async ({ page }) => { at /home/runner/actions-runner/_work/***.com/***.com/packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:39:67
[@calcom/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:22:9 › Routing Forms › Zero State Routing Forms › should be able to add a new form and view it: packages/app-store/routing-forms/playwright/tests/basic.e2e.ts#L39
1) [@***com/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:22:9 › Routing Forms › Zero State Routing Forms › should be able to add a new form and view it Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 30000ms waiting for expect(received).toBeVisible() Call log: - expect.toBeVisible with timeout 30000ms - waiting for locator('text=404: This page could not be found.') - waiting for locator('text=404: This page could not be found.') 37 | await disableForm(page); 38 | await gotoRoutingLink({ page, formId }); > 39 | await expect(page.locator(`text=${NotFoundPageTextPages}`)).toBeVisible(); | ^ 40 | }); 41 | 42 | test("should be able to edit the form", async ({ page }) => { at /home/runner/actions-runner/_work/***.com/***.com/packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:39:67
[@calcom/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:22:9 › Routing Forms › Zero State Routing Forms › should be able to add a new form and view it: packages/app-store/routing-forms/playwright/tests/basic.e2e.ts#L39
1) [@***com/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:22:9 › Routing Forms › Zero State Routing Forms › should be able to add a new form and view it Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 30000ms waiting for expect(received).toBeVisible() Call log: - expect.toBeVisible with timeout 30000ms - waiting for locator('text=404: This page could not be found.') - waiting for locator('text=404: This page could not be found.') 37 | await disableForm(page); 38 | await gotoRoutingLink({ page, formId }); > 39 | await expect(page.locator(`text=${NotFoundPageTextPages}`)).toBeVisible(); | ^ 40 | }); 41 | 42 | test("should be able to edit the form", async ({ page }) => { at /home/runner/actions-runner/_work/***.com/***.com/packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:39:67
[@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
Tests / E2E App Store
Process completed with exit code 1.
[@calcom/web] › apps/web/playwright/teams.e2e.ts:122:7 › Teams - NonOrg -- legacy › Can create a booking for Round Robin EventType: apps/web/playwright/teams.e2e.ts#L156
1) [@***com/web] › apps/web/playwright/teams.e2e.ts:122:7 › Teams - NonOrg -- legacy › 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
[@calcom/web] › apps/web/playwright/event-types.e2e.ts:280:11 › Event Types tests -- legacy › user › Different Locations Tests › can add single organizer address location without display location public option: apps/web/playwright/event-types.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/event-types.e2e.ts:280:11 › Event Types tests -- legacy › user › Different Locations Tests › can add single organizer address location without display location public option Test timeout of 60000ms exceeded.
[@calcom/web] › apps/web/playwright/event-types.e2e.ts:280:11 › Event Types tests -- legacy › user › Different Locations Tests › can add single organizer address location without display location public option: apps/web/playwright/event-types.e2e.ts#L404
1) [@***com/web] › apps/web/playwright/event-types.e2e.ts:280:11 › Event Types tests -- legacy › user › Different Locations Tests › can add single organizer address location without display location public option locator.click: Target closed =========================== logs =========================== waiting for locator('text=In Person (Organizer Address)').last() ============================================================ 402 | await page.getByTestId("location-select").last().click(); 403 | } > 404 | await page.locator("text=In Person (Organizer Address)").last().click(); | ^ 405 | 406 | const locationInputName = `locations[${index}].address`; 407 | await page.locator(`input[name="${locationInputName}"]`).waitFor(); at fillLocation (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/event-types.e2e.ts:404:67) at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/event-types.e2e.ts:292:9
[@calcom/web] › apps/web/playwright/event-types.e2e.ts:280:11 › Event Types tests -- legacy › user › Different Locations Tests › can add single organizer address location without display location public option: apps/web/playwright/event-types.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/event-types.e2e.ts:280:11 › Event Types tests -- legacy › user › Different Locations Tests › can add single organizer address location without display location public option Pending operations: - locator.click at apps/web/playwright/event-types.e2e.ts:404:67
[@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/booking-pages.e2e.ts:156:7 › pro user -- future › it returns a 404 when a requested event type does not exist: apps/web/playwright/booking-pages.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/booking-pages.e2e.ts:156:7 › pro user -- future › it returns a 404 when a requested event type does not exist Test timeout of 60000ms exceeded.
[@calcom/web] › apps/web/playwright/booking-pages.e2e.ts:156:7 › pro user -- future › it returns a 404 when a requested event type does not exist: apps/web/playwright/booking-pages.e2e.ts#L159
1) [@***com/web] › apps/web/playwright/booking-pages.e2e.ts:156:7 › pro user -- future › it returns a 404 when a requested event type does not exist page.waitForResponse: Page closed =========================== logs =========================== waiting for response "user-4-1717104293918/invalid-event-type" ============================================================ 157 | const [pro] = users.get(); 158 | > 159 | const response = await page.waitForResponse(`${pro.username}/invalid-event-type`); | ^ 160 | expect(response.status()).toBe(404); 161 | }); 162 | at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/booking-pages.e2e.ts:159:33
[@calcom/web] › apps/web/playwright/booking-pages.e2e.ts:156:7 › pro user -- future › it returns a 404 when a requested event type does not exist: apps/web/playwright/booking-pages.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/booking-pages.e2e.ts:156:7 › pro user -- future › it returns a 404 when a requested event type does not exist Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 60000ms exceeded.
[@calcom/web] › apps/web/playwright/booking-pages.e2e.ts:156:7 › pro user -- future › it returns a 404 when a requested event type does not exist: apps/web/playwright/booking-pages.e2e.ts#L159
1) [@***com/web] › apps/web/playwright/booking-pages.e2e.ts:156:7 › pro user -- future › it returns a 404 when a requested event type does not exist Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── page.waitForResponse: Page closed =========================== logs =========================== waiting for response "user-1-1717104354182/invalid-event-type" ============================================================ 157 | const [pro] = users.get(); 158 | > 159 | const response = await page.waitForResponse(`${pro.username}/invalid-event-type`); | ^ 160 | expect(response.status()).toBe(404); 161 | }); 162 | at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/booking-pages.e2e.ts:159:33
[@calcom/web] › apps/web/playwright/booking-pages.e2e.ts:156:7 › pro user -- future › it returns a 404 when a requested event type does not exist: apps/web/playwright/booking-pages.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/booking-pages.e2e.ts:156:7 › pro user -- future › it returns a 404 when a requested event type does not exist Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 60000ms exceeded.
[@calcom/web] › apps/web/playwright/booking-pages.e2e.ts:156:7 › pro user -- future › it returns a 404 when a requested event type does not exist: apps/web/playwright/booking-pages.e2e.ts#L159
1) [@***com/web] › apps/web/playwright/booking-pages.e2e.ts:156:7 › pro user -- future › it returns a 404 when a requested event type does not exist Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── page.waitForResponse: Page closed =========================== logs =========================== waiting for response "user-7-1717104414364/invalid-event-type" ============================================================ 157 | const [pro] = users.get(); 158 | > 159 | const response = await page.waitForResponse(`${pro.username}/invalid-event-type`); | ^ 160 | expect(response.status()).toBe(404); 161 | }); 162 | at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/booking-pages.e2e.ts:159:33
[@calcom/web] › apps/web/playwright/booking-pages.e2e.ts:156:7 › pro user -- legacy › it returns a 404 when a requested event type does not exist: apps/web/playwright/booking-pages.e2e.ts#L1
2) [@***com/web] › apps/web/playwright/booking-pages.e2e.ts:156:7 › pro user -- legacy › it returns a 404 when a requested event type does not exist Test timeout of 60000ms exceeded.
[@calcom/web] › apps/web/playwright/booking-pages.e2e.ts:156:7 › pro user -- legacy › it returns a 404 when a requested event type does not exist: apps/web/playwright/booking-pages.e2e.ts#L159
2) [@***com/web] › apps/web/playwright/booking-pages.e2e.ts:156:7 › pro user -- legacy › it returns a 404 when a requested event type does not exist page.waitForResponse: Page closed =========================== logs =========================== waiting for response "user-5-1717104307916/invalid-event-type" ============================================================ 157 | const [pro] = users.get(); 158 | > 159 | const response = await page.waitForResponse(`${pro.username}/invalid-event-type`); | ^ 160 | expect(response.status()).toBe(404); 161 | }); 162 | at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/booking-pages.e2e.ts:159:33
[@calcom/web] › apps/web/playwright/booking-pages.e2e.ts:156:7 › pro user -- legacy › it returns a 404 when a requested event type does not exist: apps/web/playwright/booking-pages.e2e.ts#L1
2) [@***com/web] › apps/web/playwright/booking-pages.e2e.ts:156:7 › pro user -- legacy › it returns a 404 when a requested event type does not exist Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 60000ms exceeded.
[@calcom/web] › apps/web/playwright/booking-pages.e2e.ts:156:7 › pro user -- legacy › it returns a 404 when a requested event type does not exist: apps/web/playwright/booking-pages.e2e.ts#L159
2) [@***com/web] › apps/web/playwright/booking-pages.e2e.ts:156:7 › pro user -- legacy › it returns a 404 when a requested event type does not exist Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── page.waitForResponse: Page closed =========================== logs =========================== waiting for response "user-2-1717104368177/invalid-event-type" ============================================================ 157 | const [pro] = users.get(); 158 | > 159 | const response = await page.waitForResponse(`${pro.username}/invalid-event-type`); | ^ 160 | expect(response.status()).toBe(404); 161 | }); 162 | at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/booking-pages.e2e.ts:159:33
required
Process completed with exit code 1.
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 (2.9s)
🎭 Playwright Run Summary
3 skipped 21 passed (43.8s)
🎭 Playwright Run Summary
6 failed [@***com/web] › apps/web/playwright/organization/booking.e2e.ts:38:9 › Bookings › Team Event › Can create a booking for Collective EventType [@***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/booking.e2e.ts:174:9 › Bookings › User Event › Can create a booking [@***com/web] › apps/web/playwright/organization/booking.e2e.ts:319:9 › Bookings › Scenario with same username in and outside organization › Can create a booking for user with same username in and outside organization [@***com/web] › apps/web/playwright/organization/booking.e2e.ts:384:9 › Bookings › Inviting an existing user and then › create a booking on new link [@***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 1 flaky [@***com/web] › apps/web/playwright/managedBooking/advancedOptions.e2e.ts:19:7 › Check advanced options in a managed team event type › Check advanced options in a managed team event type without offer seats 6 skipped 29 passed (1.6m)
🎭 Playwright Run Summary
1 failed [@***com/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:22:9 › Routing Forms › Zero State Routing Forms › should be able to add a new form and view it 1 flaky [@***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 (2.0m)
🎭 Playwright Run Summary
1 flaky [@***com/web] › apps/web/playwright/teams.e2e.ts:122:7 › Teams - NonOrg -- legacy › Can create a booking for Round Robin EventType 18 skipped 73 passed (2.2m)
🎭 Playwright Run Summary
3 flaky [@***com/web] › apps/web/playwright/event-types.e2e.ts:280:11 › Event Types tests -- legacy › user › Different Locations Tests › can add single organizer address location without display location public option [@***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 9 skipped 91 passed (3.0m)
🎭 Playwright Run Summary
2 failed [@***com/web] › apps/web/playwright/booking-pages.e2e.ts:156:7 › pro user -- future › it returns a 404 when a requested event type does not exist [@***com/web] › apps/web/playwright/booking-pages.e2e.ts:156:7 › pro user -- legacy › it returns a 404 when a requested event type does not exist 4 skipped 88 passed (4.2m)

Artifacts

Produced during runtime
Name Size Digest
app-store-results Expired
23.9 MB
sha256:8387ecee2b70dda1990064d055bf0a24783e411a409a3d87f081446e0b28056c
bundle Expired
2.31 KB
sha256:47b58d4f79cf3e7e0cc8e5f6e2dc87c1e7117f8795934e7e53a256580f3c75fe
embed-core-results Expired
194 KB
sha256:e0bbdf47fa1e0e86a7fd2fb26d60aef3ef34960c936d2e1c44b21a25c204ddeb
embed-react-results Expired
176 KB
sha256:64f5f69fbb74605a64c612b834e8ab31aa7a8b6a4ae38307d015e3fa329442d2
lint-results Expired
315 KB
sha256:ded6133a4361a44275fb3cbcec6fa3221f6f02ca5d5d0b8d9e1625d3dfa14a25
test-results-1_4 Expired
3.35 MB
sha256:7cb6c06b08fbf63c2ea0bb7576334922bc10b41466cfa1b6307a7dbb079be32b
test-results-2_4 Expired
34.9 MB
sha256:521caba8048a8449f73e1821db9754e9b114668561da4456989e161991bd2b24
test-results-3_4 Expired
27.7 MB
sha256:d5dc7d0b2245ab1b0224ab6c02ca6e9c9013fec2642f51ef4b1999500d46b0ba
test-results-4_4 Expired
3.63 MB
sha256:27a52630338844649c21b9ec4f84d6df2a1a971b4e84a41cb86179b2a18a4ea9