All checks #102
all-checks.yml
on: workflow_dispatch
Production builds
/
Web App
7m 18s
Linters
/
lint
2m 21s
Production builds
/
Build API v1
3m 22s
Production builds
/
Build API v2
6m 11s
Matrix: Tests / e2e
Tests
/
Integration
1m 39s
Tests
/
E2E App Store
5m 56s
Tests
/
E2E Embed Core
3m 51s
Tests
/
E2E Embed React
3m 5s
Analyze Build
/
analyze
1m 59s
required
3s
Annotations
33 errors, 5 warnings, and 7 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/web] › apps/web/playwright/managed-event-types.e2e.ts:17:7 › Managed Event Types › Can create managed event type:
apps/web/playwright/managed-event-types.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/managed-event-types.e2e.ts:17:7 › Managed Event Types › Can create managed event type
Test timeout of 60000ms exceeded.
|
[@calcom/web] › apps/web/playwright/managed-event-types.e2e.ts:17:7 › Managed Event Types › Can create managed event type:
apps/web/playwright/managed-event-types.e2e.ts#L193
1) [@***com/web] › apps/web/playwright/managed-event-types.e2e.ts:17:7 › Managed Event Types › Can create managed event type
locator.click: Target closed
=========================== logs ===========================
waiting for getByTestId('event-types').locator('a[title="Managed Event Title"]')
============================================================
191 | await page.goto("/event-types");
192 |
> 193 | await page.getByTestId("event-types").locator('a[title="Managed Event Title"]').click();
| ^
194 | await page.waitForURL("event-types/**");
195 |
196 | //match length
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/managed-event-types.e2e.ts:193:87
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/managed-event-types.e2e.ts:161:5
|
[@calcom/web] › apps/web/playwright/managed-event-types.e2e.ts:17:7 › Managed Event Types › Can create managed event type:
apps/web/playwright/managed-event-types.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/managed-event-types.e2e.ts:17:7 › Managed Event Types › Can create managed event type
Pending operations:
- apiRequestContext.post at apps/web/playwright/fixtures/users.ts:902:33
|
[@calcom/web] › apps/web/playwright/organization/booking.e2e.ts:82:9 › Bookings › Team Event › Can create a booking for Round Robin EventType:
apps/web/playwright/organization/booking.e2e.ts#L511
2) [@***com/web] › apps/web/playwright/organization/booking.e2e.ts:82:9 › Bookings › Team Event › Can create a booking for Round Robin EventType
Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
509 | return BookingTitle === bookingTitle;
510 | })
> 511 | ).toBe(true);
| ^
512 | } else {
513 | const BookingTitle = `${event.title} between ${team.name} and ${testName}`;
514 | await expect(page.getByTestId("booking-title")).toHaveText(BookingTitle);
at bookTeamEvent (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/organization/booking.e2e.ts:511:7)
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/organization/booking.e2e.ts:117: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:111:7
|
[@calcom/web] › apps/web/playwright/organization/booking.e2e.ts:82:9 › Bookings › Team Event › Can create a booking for Round Robin EventType:
apps/web/playwright/organization/booking.e2e.ts#L511
2) [@***com/web] › apps/web/playwright/organization/booking.e2e.ts:82:9 › Bookings › Team Event › Can create a booking for Round Robin EventType
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
509 | return BookingTitle === bookingTitle;
510 | })
> 511 | ).toBe(true);
| ^
512 | } else {
513 | const BookingTitle = `${event.title} between ${team.name} and ${testName}`;
514 | await expect(page.getByTestId("booking-title")).toHaveText(BookingTitle);
at bookTeamEvent (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/organization/booking.e2e.ts:511:7)
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/organization/booking.e2e.ts:117: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:111:7
|
[@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-8-1717106199814/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-2-1717106259921/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-4-1717106320061/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-7-1717106209964/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-3-1717106270092/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/profile.e2e.ts:304:7 › Update Profile › Newly added secondary email should show as Unverified:
apps/web/playwright/profile.e2e.ts#L311
1) [@***com/web] › apps/web/playwright/profile.e2e.ts:304:7 › Update Profile › Newly added secondary email should show as Unverified
Error: expect(received).toEqual(expected) // deep equality
Expected: true
Received: false
309 |
310 | expect(await page.getByTestId("profile-form-email-1-primary-badge").isVisible()).toEqual(false);
> 311 | expect(await page.getByTestId("profile-form-email-1-unverified-badge").isVisible()).toEqual(true);
| ^
312 | });
313 |
314 | // TODO: This test is extremely flaky and has been failing a lot, blocking many PRs. Fix this.
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/profile.e2e.ts:311:89
|
[@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
|
[@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
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
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/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
1) [@***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
1) [@***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
1) [@***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/login.2fa.e2e.ts:21:7 › 2FA Tests › should allow a user to enable 2FA and login using 2FA:
apps/web/playwright/login.2fa.e2e.ts#L88
1) [@***com/web] › apps/web/playwright/login.2fa.e2e.ts:21:7 › 2FA Tests › should allow a user to enable 2FA and login using 2FA
page.goto: net::ERR_ABORTED at http://***:3000/
=========================== logs ===========================
navigating to "http://***:3000/", waiting until "load"
============================================================
86 |
87 | // expects the home page for an authorized user
> 88 | await page.goto("/");
| ^
89 | await expect(shellLocator).toBeVisible();
90 | });
91 | });
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/login.2fa.e2e.ts:88:18
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/login.2fa.e2e.ts:65:5
|
[@calcom/web] › apps/web/playwright/login.2fa.e2e.ts:21:7 › 2FA Tests › should allow a user to enable 2FA and login using 2FA:
apps/web/playwright/login.2fa.e2e.ts#L88
1) [@***com/web] › apps/web/playwright/login.2fa.e2e.ts:21:7 › 2FA Tests › should allow a user to enable 2FA and login using 2FA
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
page.goto: net::ERR_ABORTED at http://***:3000/
=========================== logs ===========================
navigating to "http://***:3000/", waiting until "load"
============================================================
86 |
87 | // expects the home page for an authorized user
> 88 | await page.goto("/");
| ^
89 | await expect(shellLocator).toBeVisible();
90 | });
91 | });
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/login.2fa.e2e.ts:88:18
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/login.2fa.e2e.ts:65:5
|
[@calcom/web] › apps/web/playwright/login.2fa.e2e.ts:21:7 › 2FA Tests › should allow a user to enable 2FA and login using 2FA:
apps/web/playwright/login.2fa.e2e.ts#L88
1) [@***com/web] › apps/web/playwright/login.2fa.e2e.ts:21:7 › 2FA Tests › should allow a user to enable 2FA and login using 2FA
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
page.goto: net::ERR_ABORTED at http://***:3000/
=========================== logs ===========================
navigating to "http://***:3000/", waiting until "load"
============================================================
86 |
87 | // expects the home page for an authorized user
> 88 | await page.goto("/");
| ^
89 | await expect(shellLocator).toBeVisible();
90 | });
91 | });
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/login.2fa.e2e.ts:88:18
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/login.2fa.e2e.ts:65:5
|
[@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#L1
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
Test timeout of 60000ms exceeded.
|
[@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#L140
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
page.waitForURL: Navigation failed because page was closed!
=========================== logs ===========================
waiting for navigation to "/payment/*" until "load"
navigated to "http://***:3000/booking/wby1Z94Pc7YBc7yyhreA3K?isSuccessBookingPage=true&email=test%40example.com&eventTypeSlug=paid"
============================================================
138 | await page.fill('[name="email"]', "test@example.com");
139 |
> 140 | await Promise.all([page.waitForURL("/payment/*"), page.press('[name="email"]', "Enter")]);
| ^
141 |
142 | await page.goto(`/bookings/upcoming`);
143 |
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/integrations-stripe.e2e.ts:140:29
|
[@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
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
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 09:00 - 09:30 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 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:148:7 › Stripe integration skip true › Paid booking should be able to be rescheduled:
apps/web/playwright/integrations-stripe.e2e.ts#L1
3) [@***com/web] › apps/web/playwright/integrations-stripe.e2e.ts:148:7 › Stripe integration skip true › Paid booking should be able to be rescheduled
Test timeout of 60000ms exceeded.
|
[@calcom/web] › apps/web/playwright/integrations-stripe.e2e.ts:148:7 › Stripe integration skip true › Paid booking should be able to be rescheduled:
apps/web/playwright/integrations-stripe.e2e.ts#L1
3) [@***com/web] › apps/web/playwright/integrations-stripe.e2e.ts:148:7 › Stripe integration skip true › Paid booking should be able to be rescheduled
Pending operations:
- locator.fill at apps/web/playwright/fixtures/users.ts:934:48
|
[@calcom/web] › apps/web/playwright/integrations-stripe.e2e.ts:380:7 › Stripe integration with the new app install flow skip flase › Paid booking should be able to be rescheduled skip false:
apps/web/playwright/integrations-stripe.e2e.ts#L1
4) [@***com/web] › apps/web/playwright/integrations-stripe.e2e.ts:380:7 › Stripe integration with the new app install flow skip flase › Paid booking should be able to be rescheduled skip false
Test timeout of 60000ms exceeded.
|
[@calcom/web] › apps/web/playwright/integrations-stripe.e2e.ts:380:7 › Stripe integration with the new app install flow skip flase › Paid booking should be able to be rescheduled skip false:
apps/web/playwright/fixtures/users.ts#L934
4) [@***com/web] › apps/web/playwright/integrations-stripe.e2e.ts:380:7 › Stripe integration with the new app install flow skip flase › Paid booking should be able to be rescheduled skip false
locator.fill: Target closed
=========================== logs ===========================
waiting for locator('.StripeElement').first().frameLocator('iframe').first().locator('[name="number"]')
============================================================
at apps/web/playwright/fixtures/users.ts:934
932 | const stripeElement = await page.locator(".StripeElement").first();
933 | const stripeFrame = stripeElement.frameLocator("iframe").first();
> 934 | await stripeFrame.locator('[name="number"]').fill("4242 4242 4242 4242");
| ^
935 | const now = new Date();
936 | await stripeFrame.locator('[name="expiry"]').fill(`${now.getMonth() + 1} / ${now.getFullYear() + 1}`);
937 | await stripeFrame.locator('[name="cvc"]').fill("111");
at makePaymentUsingStripe (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/fixtures/users.ts:934:48)
|
required
Process completed with exit code 1.
|
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/.
|
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/.
|
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/.
|
Tests / E2E App Store
Failed to restore: aborted
|
🎭 Playwright Run Summary
1 skipped
2 passed (3.8s)
|
🎭 Playwright Run Summary
1 flaky
[@***com/embed-core] › packages/embeds/embed-core/playwright/tests/action-based.e2e.ts:57:7 › Popup Tests › should open embed iframe on click - Configured with light theme
3 skipped
20 passed (1.0m)
|
🎭 Playwright Run Summary
2 flaky
[@***com/web] › apps/web/playwright/managed-event-types.e2e.ts:17:7 › Managed Event Types › Can create managed event type
[@***com/web] › apps/web/playwright/organization/booking.e2e.ts:82:9 › Bookings › Team Event › Can create a booking for Round Robin EventType
6 skipped
34 passed (1.5m)
|
🎭 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
1 flaky
[@***com/web] › apps/web/playwright/booking-pages.e2e.ts:27:5 › check SSR and OG - User Event Type
4 skipped
87 passed (4.0m)
|
🎭 Playwright Run Summary
2 flaky
[@***com/web] › apps/web/playwright/profile.e2e.ts:304:7 › Update Profile › Newly added secondary email should show as Unverified
[@***com/web] › apps/web/playwright/teams.e2e.ts:122:7 › Teams - NonOrg -- future › Can create a booking for Round Robin EventType
18 skipped
72 passed (2.6m)
|
🎭 Playwright Run Summary
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
9 passed (1.8m)
|
🎭 Playwright Run Summary
1 failed
[@***com/web] › apps/web/playwright/login.2fa.e2e.ts:21:7 › 2FA Tests › should allow a user to enable 2FA and login using 2FA
3 flaky
[@***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:148:7 › Stripe integration skip true › Paid booking should be able to be rescheduled
[@***com/web] › apps/web/playwright/integrations-stripe.e2e.ts:380:7 › Stripe integration with the new app install flow skip flase › Paid booking should be able to be rescheduled skip false
9 skipped
90 passed (4.6m)
|
Artifacts
Produced during runtime
Name | Size | Digest | |
---|---|---|---|
app-store-results
Expired
|
3.87 MB |
sha256:618219030e4995e95d2f2ec7ba52776e87a607cd97b303e31628e9082f6af421
|
|
bundle
Expired
|
2.31 KB |
sha256:91e8fce117f37bcf544caa2b341e68e4b487aea7cf26d5431df3304481c7da76
|
|
embed-core-results
Expired
|
884 KB |
sha256:39df0537697fbbac7b1d0013d019a42908720d4cd1c7a7e764286e2245d70478
|
|
embed-react-results
Expired
|
176 KB |
sha256:5bc101936d12b43745a6f0acb6b629d3e98c908266b06f678ed180e3ed2efe22
|
|
lint-results
Expired
|
315 KB |
sha256:6da6282ca2d71dddb7d8e38ae1c7762b8c2550ba5a689c15f3ffe3030467acdd
|
|
test-results-1_4
Expired
|
3.83 MB |
sha256:62456657185add603ca40df5f383c473279405675c7acaa46d540b0b78bed6f0
|
|
test-results-2_4
Expired
|
88.2 MB |
sha256:4930d715b36017e512df0ad5ebbfb5ffe31599b0a81486aa4382c3ac460e1e7a
|
|
test-results-3_4
Expired
|
50.1 MB |
sha256:61cd48651bf3ef5d214319c0f2e047ac5f3cf1068f391200531954e1e812fe1f
|
|
test-results-4_4
Expired
|
8.11 MB |
sha256:2318ebb4410fb8069328cd26bcd98a41d81d167a70929cff214c9bf1724c4116
|
|