All checks #90
all-checks.yml
on: workflow_dispatch
Production builds
/
Web App
6m 18s
Linters
/
lint
2m 50s
Production builds
/
Build API v1
5m 3s
Production builds
/
Build API v2
6m 26s
Matrix: Tests / e2e
Tests
/
Integration
1m 18s
Tests
/
E2E App Store
4m 14s
Tests
/
E2E Embed Core
3m 24s
Tests
/
E2E Embed React
4m 7s
Analyze Build
/
analyze
1m 44s
required
4s
Annotations
30 errors, 4 warnings, and 7 notices
[@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#L515
1) [@***com/web] › apps/web/playwright/organization/booking.e2e.ts:83:9 › Bookings › Team Event › Can create a booking for Round Robin EventType
Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
513 | return BookingTitle === bookingTitle;
514 | })
> 515 | ).toBe(true);
| ^
516 | } else {
517 | const BookingTitle = `${event.title} between ${team.name} and ${testName}`;
518 | await expect(page.getByTestId("booking-title")).toHaveText(BookingTitle);
at bookTeamEvent (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/organization/booking.e2e.ts:515:7)
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/organization/booking.e2e.ts:118:11
at doOnOrgDomain (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/lib/testUtils.ts:365:3)
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/organization/booking.e2e.ts:112:7
|
[@calcom/web] › apps/web/playwright/organization/organization-invitation.e2e.ts: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
2) [@***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/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/apps/analytics/analyticsApps.e2e.ts:9:7 › Check analytics Apps › Check analytics Apps by skipping the configure step:
apps/web/playwright/apps/analytics/analyticsApps.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/apps/analytics/analyticsApps.e2e.ts:9:7 › Check analytics Apps › Check analytics Apps by skipping the configure step
Test timeout of 60000ms exceeded while tearing down "context".
|
[@calcom/web] › apps/web/playwright/apps/analytics/analyticsApps.e2e.ts:28:7 › Check analytics Apps › Check analytics Apps using the new flow:
apps/web/playwright/apps/analytics/analyticsApps.e2e.ts#L1
2) [@***com/web] › apps/web/playwright/apps/analytics/analyticsApps.e2e.ts:28:7 › Check analytics Apps › Check analytics Apps using the new flow
Test timeout of 60000ms exceeded.
|
[@calcom/web] › apps/web/playwright/apps/analytics/analyticsApps.e2e.ts:28:7 › Check analytics Apps › Check analytics Apps using the new flow:
apps/web/playwright/fixtures/apps.ts#L63
2) [@***com/web] › apps/web/playwright/apps/analytics/analyticsApps.e2e.ts:28:7 › Check analytics Apps › Check analytics Apps using the new flow
page.goto: net::ERR_ABORTED; maybe frame was detached?
=========================== logs ===========================
navigating to "http://***:3000/event-types/1217?tabName=apps", waiting until "load"
============================================================
at apps/web/playwright/fixtures/apps.ts:63
61 | },
62 | verifyAppsInfoNew: async (apps: string[], eventTypeId: number) => {
> 63 | await page.goto(`event-types/${eventTypeId}?tabName=apps`);
| ^
64 | await page.waitForLoadState("domcontentloaded");
65 | for (const app of apps) {
66 | await expect(page.locator(`[data-testid='${app}-app-switch'][data-state="checked"]`)).toBeVisible();
at Object.verifyAppsInfoNew (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/fixtures/apps.ts:63:18)
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/apps/analytics/analyticsApps.e2e.ts:40:22
|
[@calcom/web] › apps/web/playwright/apps/analytics/analyticsApps.e2e.ts:28:7 › Check analytics Apps › Check analytics Apps using the new flow:
apps/web/playwright/apps/analytics/analyticsApps.e2e.ts#L1
2) [@***com/web] › apps/web/playwright/apps/analytics/analyticsApps.e2e.ts:28:7 › Check analytics Apps › Check analytics Apps using the new flow
Pending operations:
- expect.toBeVisible at apps/web/playwright/fixtures/apps.ts:66:95
|
[@calcom/web] › apps/web/playwright/booking-pages.e2e.ts:27:5 › check SSR and OG - User Event Type:
apps/web/playwright/booking-pages.e2e.ts#L51
3) [@***com/web] › apps/web/playwright/booking-pages.e2e.ts:27:5 › check SSR and OG - User Event Type
Error: expect(received).toBe(expected) // Object.is equality
Expected: 1
Received: 0
49 | expect(ogUrl).toEqual(`${WEBAPP_URL}/${user.username}/30-min`);
50 | const avatarLocators = await page.locator('[data-testid="avatar-href"]').all();
> 51 | expect(avatarLocators.length).toBe(1);
| ^
52 |
53 | for (const avatarLocator of avatarLocators) {
54 | expect(await avatarLocator.getAttribute("href")).toEqual(`${WEBAPP_URL}/${user.username}?redirect=false`);
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/booking-pages.e2e.ts:51:33
|
[@calcom/web] › apps/web/playwright/booking-pages.e2e.ts:27:5 › check SSR and OG - User Event Type:
apps/web/playwright/booking-pages.e2e.ts#L51
3) [@***com/web] › apps/web/playwright/booking-pages.e2e.ts:27:5 › check SSR and OG - User Event Type
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: 1
Received: 0
49 | expect(ogUrl).toEqual(`${WEBAPP_URL}/${user.username}/30-min`);
50 | const avatarLocators = await page.locator('[data-testid="avatar-href"]').all();
> 51 | expect(avatarLocators.length).toBe(1);
| ^
52 |
53 | for (const avatarLocator of avatarLocators) {
54 | expect(await avatarLocator.getAttribute("href")).toEqual(`${WEBAPP_URL}/${user.username}?redirect=false`);
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/booking-pages.e2e.ts:51:33
|
[@calcom/web] › apps/web/playwright/signup.e2e.ts:141:7 › Signup Flow Test › Signup with token prefils correct fields:
apps/web/playwright/signup.e2e.ts#L182
1) [@***com/web] › apps/web/playwright/signup.e2e.ts:141:7 › Signup Flow Test › Signup with token prefils correct fields
page.waitForLoadState: Timeout 30000ms exceeded.
180 | const signupUrlWithToken = `/signup?token=${token}`;
181 | await page.goto(signupUrlWithToken);
> 182 | await page.waitForLoadState("networkidle");
| ^
183 |
184 | const usernameField = page.locator('input[name="username"]');
185 | const emailField = page.locator('input[name="email"]');
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/signup.e2e.ts:182:16
|
[@calcom/web] › apps/web/playwright/teams.e2e.ts:40:7 › Teams - NonOrg -- future › Team Onboarding Invite Members:
apps/web/playwright/teams.e2e.ts#L1
2) [@***com/web] › apps/web/playwright/teams.e2e.ts:40:7 › Teams - NonOrg -- future › Team Onboarding Invite Members
Test timeout of 60000ms exceeded.
|
[@calcom/web] › apps/web/playwright/teams.e2e.ts:40:7 › Teams - NonOrg -- future › Team Onboarding Invite Members:
apps/web/playwright/teams.e2e.ts#L51
2) [@***com/web] › apps/web/playwright/teams.e2e.ts:40:7 › Teams - NonOrg -- future › Team Onboarding Invite Members
locator.click: Target closed
=========================== logs ===========================
waiting for locator('[data-testid="new-member-button"]')
============================================================
49 | await test.step("Can add members", async () => {
50 | // Click [data-testid="new-member-button"]
> 51 | await page.locator('[data-testid="new-member-button"]').click();
| ^
52 | // Fill [placeholder="email\@example\.com"]
53 | await page.locator('[placeholder="email\\@example\\.com"]').fill(inviteeEmail);
54 | // Click [data-testid="invite-new-member-button"]
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/teams.e2e.ts:51:63
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/teams.e2e.ts:49:16
|
[@calcom/web] › apps/web/playwright/teams.e2e.ts:40:7 › Teams - NonOrg -- future › Team Onboarding Invite Members:
apps/web/playwright/teams.e2e.ts#L1
2) [@***com/web] › apps/web/playwright/teams.e2e.ts:40:7 › Teams - NonOrg -- future › Team Onboarding Invite Members
Pending operations:
- locator.click at apps/web/playwright/teams.e2e.ts:51:63
|
[@calcom/web] › apps/web/playwright/teams.e2e.ts:40:7 › Teams - NonOrg -- future › Team Onboarding Invite Members:
apps/web/playwright/teams.e2e.ts#L1
2) [@***com/web] › apps/web/playwright/teams.e2e.ts:40:7 › Teams - NonOrg -- future › Team Onboarding Invite Members
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
[@calcom/web] › apps/web/playwright/teams.e2e.ts:40:7 › Teams - NonOrg -- future › Team Onboarding Invite Members:
apps/web/playwright/teams.e2e.ts#L51
2) [@***com/web] › apps/web/playwright/teams.e2e.ts:40:7 › Teams - NonOrg -- future › Team Onboarding Invite Members
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
locator.click: Target closed
=========================== logs ===========================
waiting for locator('[data-testid="new-member-button"]')
============================================================
49 | await test.step("Can add members", async () => {
50 | // Click [data-testid="new-member-button"]
> 51 | await page.locator('[data-testid="new-member-button"]').click();
| ^
52 | // Fill [placeholder="email\@example\.com"]
53 | await page.locator('[placeholder="email\\@example\\.com"]').fill(inviteeEmail);
54 | // Click [data-testid="invite-new-member-button"]
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/teams.e2e.ts:51:63
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/teams.e2e.ts:49:16
|
[@calcom/web] › apps/web/playwright/teams.e2e.ts:40:7 › Teams - NonOrg -- future › Team Onboarding Invite Members:
apps/web/playwright/teams.e2e.ts#L1
2) [@***com/web] › apps/web/playwright/teams.e2e.ts:40:7 › Teams - NonOrg -- future › Team Onboarding Invite Members
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Pending operations:
- locator.click at apps/web/playwright/teams.e2e.ts:51:63
|
[@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
3) [@***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/webhook.e2e.ts:548:7 › MEETING_ENDED:
apps/web/playwright/webhook.e2e.ts#L668
4) [@***com/web] › apps/web/playwright/webhook.e2e.ts:548:7 › MEETING_ENDED, MEETING_STARTED › should create/remove scheduledWebhookTriggers for existing bookings
Error: expect(received).toBe(expected) // Object.is equality
Expected: 0
Received: 2
666 | });
667 |
> 668 | expect(scheduledTriggersAfterDisabling.length).toBe(0);
| ^
669 | });
670 | });
671 |
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/webhook.e2e.ts:668:52
|
[@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
1) [@***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
1) [@***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:148:7 › Stripe integration skip true › Paid booking should be able to be rescheduled:
apps/web/playwright/integrations-stripe.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/integrations-stripe.e2e.ts:148:7 › Stripe integration skip true › Paid booking should be able to be rescheduled
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
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/lib/testUtils.ts#L99
1) [@***com/web] › apps/web/playwright/integrations-stripe.e2e.ts:148:7 › Stripe integration skip true › Paid booking should be able to be rescheduled
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
page.click: Target closed
=========================== logs ===========================
waiting for locator('[data-testid="incrementMonth"]')
============================================================
at apps/web/playwright/lib/testUtils.ts:99
97 | export async function selectFirstAvailableTimeSlotNextMonth(page: Page | Frame) {
98 | // Let current month dates fully render.
> 99 | await page.click('[data-testid="incrementMonth"]');
| ^
100 |
101 | // Waiting for full month increment
102 | await page.locator('[data-testid="day"][data-disabled="false"]').nth(0).click();
at selectFirstAvailableTimeSlotNextMonth (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/lib/testUtils.ts:99:14)
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/integrations-stripe.e2e.ts:161:48
|
[@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
1) [@***com/web] › apps/web/playwright/integrations-stripe.e2e.ts:148:7 › Stripe integration skip true › Paid booking should be able to be rescheduled
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Pending operations:
- page.click at apps/web/playwright/lib/testUtils.ts:99:14
|
[@calcom/web] › apps/web/playwright/integrations-stripe.e2e.ts:171:7 › Stripe integration skip true › Paid booking should be able to be cancelled:
apps/web/playwright/integrations-stripe.e2e.ts#L1
2) [@***com/web] › apps/web/playwright/integrations-stripe.e2e.ts:171:7 › Stripe integration skip true › Paid booking should be able to be cancelled
Test timeout of 60000ms exceeded.
|
[@calcom/web] › apps/web/playwright/integrations-stripe.e2e.ts:171:7 › Stripe integration skip true › Paid booking should be able to be cancelled:
apps/web/playwright/integrations-stripe.e2e.ts#L182
2) [@***com/web] › apps/web/playwright/integrations-stripe.e2e.ts:171:7 › Stripe integration skip true › Paid booking should be able to be cancelled
page.click: Target closed
=========================== logs ===========================
waiting for locator('[data-testid="confirm_cancel"]')
============================================================
180 |
181 | await page.click('[data-testid="cancel"]');
> 182 | await page.click('[data-testid="confirm_cancel"]');
| ^
183 |
184 | await expect(await page.locator('[data-testid="cancelled-headline"]').first()).toBeVisible();
185 | });
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/integrations-stripe.e2e.ts:182:16
|
[@calcom/web] › apps/web/playwright/integrations-stripe.e2e.ts:171:7 › Stripe integration skip true › Paid booking should be able to be cancelled:
apps/web/playwright/integrations-stripe.e2e.ts#L1
2) [@***com/web] › apps/web/playwright/integrations-stripe.e2e.ts:171:7 › Stripe integration skip true › Paid booking should be able to be cancelled
Pending operations:
- page.click at apps/web/playwright/integrations-stripe.e2e.ts:182:16
|
[@calcom/web] › apps/web/playwright/integrations-stripe.e2e.ts:171:7 › Stripe integration skip true › Paid booking should be able to be cancelled:
apps/web/playwright/integrations-stripe.e2e.ts#L1
2) [@***com/web] › apps/web/playwright/integrations-stripe.e2e.ts:171:7 › Stripe integration skip true › Paid booking should be able to be cancelled
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
[@calcom/web] › apps/web/playwright/integrations-stripe.e2e.ts:171:7 › Stripe integration skip true › Paid booking should be able to be cancelled:
apps/web/playwright/integrations-stripe.e2e.ts#L181
2) [@***com/web] › apps/web/playwright/integrations-stripe.e2e.ts:171:7 › Stripe integration skip true › Paid booking should be able to be cancelled
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
page.click: Target closed
=========================== logs ===========================
waiting for locator('[data-testid="cancel"]')
============================================================
179 | await user.bookAndPayEvent(eventType);
180 |
> 181 | await page.click('[data-testid="cancel"]');
| ^
182 | await page.click('[data-testid="confirm_cancel"]');
183 |
184 | await expect(await page.locator('[data-testid="cancelled-headline"]').first()).toBeVisible();
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/integrations-stripe.e2e.ts:181:16
|
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/.
|
🎭 Playwright Run Summary
3 skipped
21 passed (45.6s)
|
🎭 Playwright Run Summary
2 flaky
[@***com/web] › apps/web/playwright/organization/booking.e2e.ts:83:9 › Bookings › Team Event › Can create a booking for Round Robin EventType
[@***com/web] › apps/web/playwright/organization/organization-invitation.e2e.ts:270:9 › Organization › Email matching orgAutoAcceptEmail and a Verified Organization with DNS Setup Done › existing user migrated to an organization
6 skipped
34 passed (1.2m)
|
🎭 Playwright Run Summary
1 skipped
2 passed (5.5s)
|
🎭 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.6m)
|
🎭 Playwright Run Summary
3 flaky
[@***com/web] › apps/web/playwright/apps/analytics/analyticsApps.e2e.ts:9:7 › Check analytics Apps › Check analytics Apps by skipping the configure step
[@***com/web] › apps/web/playwright/apps/analytics/analyticsApps.e2e.ts:28:7 › Check analytics Apps › Check analytics Apps using the new flow
[@***com/web] › apps/web/playwright/booking-pages.e2e.ts:27:5 › check SSR and OG - User Event Type
4 skipped
85 passed (2.8m)
|
🎭 Playwright Run Summary
4 flaky
[@***com/web] › apps/web/playwright/signup.e2e.ts:141:7 › Signup Flow Test › Signup with token prefils correct fields
[@***com/web] › apps/web/playwright/teams.e2e.ts:40:7 › Teams - NonOrg -- future › Team Onboarding Invite Members
[@***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:548:7 › MEETING_ENDED, MEETING_STARTED › should create/remove scheduledWebhookTriggers for existing bookings
18 skipped
70 passed (3.7m)
|
🎭 Playwright Run Summary
6 flaky
[@***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:171:7 › Stripe integration skip true › Paid booking should be able to be cancelled
[@***com/web] › apps/web/playwright/integrations-stripe.e2e.ts:280:7 › Stripe integration with the new app install flow skip flase › when enabling Stripe, credentialId is included skip false
[@***com/web] › apps/web/playwright/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
[@***com/web] › apps/web/playwright/integrations-stripe.e2e.ts:402:7 › Stripe integration with the new app install flow skip flase › Paid booking should be able to be cancelled skip false
[@***com/web] › apps/web/playwright/integrations-stripe.e2e.ts:432:9 › Stripe integration with the new app install flow skip flase › When event is paid and confirmed skip false › Payment should confirm pending payment booking skip false
9 skipped
88 passed (5.4m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
app-store-results
Expired
|
4.79 MB |
|
bundle
Expired
|
2.33 KB |
|
embed-core-results
Expired
|
194 KB |
|
embed-react-results
Expired
|
176 KB |
|
lint-results
Expired
|
330 KB |
|
test-results-1_4
Expired
|
43.1 MB |
|
test-results-2_4
Expired
|
139 MB |
|
test-results-3_4
Expired
|
10.6 MB |
|
test-results-4_4
Expired
|
28.6 MB |
|