All checks #593
all-checks.yml
on: workflow_dispatch
Production builds
/
Web App
6m 11s
Linters
/
lint
3m 16s
Production builds
/
Build API v1
5m 15s
Production builds
/
Build API v2
5m 0s
Analyze Build
/
analyze
1m 56s
Matrix: Tests / e2e
Tests
/
Integration
1m 35s
Tests
/
E2E App Store
3m 37s
Tests
/
E2E Embed Core
3m 15s
Tests
/
E2E Embed React
2m 28s
required
0s
Annotations
29 errors, 2 warnings, and 7 notices
[@calcom/embed-core] › packages/embeds/embed-core/playwright/tests/namespacing.e2e.ts:10:9 › Namespacing › Inline Embed › Add inline embed using a namespace without reload:
playwright.config.ts#L230
1) [@***com/embed-core] › packages/embeds/embed-core/playwright/tests/namespacing.e2e.ts:10:9 › Namespacing › Inline Embed › Add inline embed using a namespace without reload
frame.frameElement: Target closed
at playwright.config.ts:230
228 | }
229 |
> 230 | const frameElement = await iframe.frameElement();
| ^
231 |
232 | if (isPrerendered) {
233 | if (await frameElement.isVisible()) {
at Object.toBeEmbedCalLink (/home/runner/actions-runner/_work/***.com/***.com/playwright.config.ts:230:39)
at /home/runner/actions-runner/_work/***.com/***.com/packages/embeds/embed-core/playwright/tests/namespacing.e2e.ts:15:27
|
[@calcom/embed-core] › packages/embeds/embed-core/playwright/tests/namespacing.e2e.ts:10:9 › Namespacing › Inline Embed › Add inline embed using a namespace without reload:
packages/embeds/embed-core/playwright/tests/namespacing.e2e.ts#L1
1) [@***com/embed-core] › packages/embeds/embed-core/playwright/tests/namespacing.e2e.ts:10:9 › Namespacing › Inline Embed › Add inline embed using a namespace without reload
Test timeout of 60000ms exceeded while tearing down "context".
|
[@calcom/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:325:9 › Routing Forms › Seeded Routing Form › Routing Link should validate fields:
packages/app-store/routing-forms/playwright/tests/basic.e2e.ts#L329
1) [@***com/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:325:9 › Routing Forms › Seeded Routing Form › Routing Link should validate fields
page.click: Target closed
=========================== logs ===========================
waiting for locator('button[type="submit"]')
locator resolved to <button type="submit" class="whitespace-nowrap inline-fl…>Submit</button>
attempting click action
waiting for element to be visible, enabled and stable
element is visible, enabled and stable
scrolling into view if needed
done scrolling
performing click action
============================================================
327 | const routingForm = user.routingForms[0];
328 | await gotoRoutingLink({ page, formId: routingForm.id });
> 329 | page.click('button[type="submit"]');
| ^
330 | const firstInputMissingValue = await page.evaluate(() => {
331 | return document.querySelectorAll("input")[0].validity.valueMissing;
332 | });
at /home/runner/actions-runner/_work/***.com/***.com/packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:329:12
|
[@calcom/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:325:9 › Routing Forms › Seeded Routing Form › Routing Link should validate fields:
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:325:9 › Routing Forms › Seeded Routing Form › Routing Link should validate fields
Test timeout of 60000ms exceeded while tearing down "context".
|
[@calcom/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:337:9 › Routing Forms › Seeded Routing Form › Test preview should return correct route:
packages/app-store/routing-forms/playwright/tests/basic.e2e.ts#L1
2) [@***com/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:337:9 › Routing Forms › Seeded Routing Form › Test preview should return correct route
Test timeout of 60000ms exceeded.
|
[@calcom/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:337:9 › Routing Forms › Seeded Routing Form › Test preview should return correct route:
packages/app-store/routing-forms/playwright/tests/basic.e2e.ts#L345
2) [@***com/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:337:9 › Routing Forms › Seeded Routing Form › Test preview should return correct route
page.fill: Target closed
=========================== logs ===========================
waiting for locator('[data-testid="form-field-Test field"]')
============================================================
343 |
344 | // //event redirect
> 345 | await page.fill('[data-testid="form-field-Test field"]', "event-routing");
| ^
346 | await page.click('[data-testid="test-routing"]');
347 | let routingType = await page.locator('[data-testid="test-routing-result-type"]').innerText();
348 | let route = await page.locator('[data-testid="test-routing-result"]').innerText();
at /home/runner/actions-runner/_work/***.com/***.com/packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:345:18
|
[@calcom/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:337:9 › Routing Forms › Seeded Routing Form › Test preview should return correct route:
packages/app-store/routing-forms/playwright/tests/basic.e2e.ts#L1
2) [@***com/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:337:9 › Routing Forms › Seeded Routing Form › Test preview should return correct route
Pending operations:
- page.fill at packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:345:18
|
[@calcom/web] › apps/web/playwright/webhook.e2e.ts:481:7 › MEETING_ENDED:
apps/web/playwright/webhook.e2e.ts#L601
1) [@***com/web] › apps/web/playwright/webhook.e2e.ts:481:7 › MEETING_ENDED, MEETING_STARTED › should create/remove scheduledWebhookTriggers for existing bookings
Error: expect(received).toBe(expected) // Object.is equality
Expected: 0
Received: 2
599 | });
600 |
> 601 | expect(scheduledTriggersAfterDisabling.length).toBe(0);
| ^
602 | });
603 | });
604 |
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/webhook.e2e.ts:601:52
|
[@calcom/web] › apps/web/playwright/apps/conferencing/conferencingApps.e2e.ts:137:9 › check non-oAuth link-based conferencing apps using the new flow › can add around app and book with it:
apps/web/playwright/fixtures/apps.ts#L91
1) [@***com/web] › apps/web/playwright/apps/conferencing/conferencingApps.e2e.ts:137:9 › check non-oAuth link-based conferencing apps using the new flow › can add around app and book with it
page.waitForURL: Timeout 30000ms exceeded.
=========================== logs ===========================
waiting for navigation to "/event-types" until "load"
============================================================
at apps/web/playwright/fixtures/apps.ts:91
89 | }
90 | await page.click(`[data-testid="configure-step-save"]`);
> 91 | await page.waitForURL("/event-types");
| ^
92 | },
93 |
94 | verifyConferencingAppNew: async (app: TApp, eventTypeIds: number[]) => {
at Object.installConferencingAppNewFlow (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/fixtures/apps.ts:91:18)
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/apps/conferencing/conferencingApps.e2e.ts:142:7
|
[@calcom/web] › apps/web/playwright/apps/conferencing/conferencingApps.e2e.ts:137:9 › check non-oAuth link-based conferencing apps using the new flow › can add around app and book with it:
apps/web/playwright/fixtures/apps.ts#L91
1) [@***com/web] › apps/web/playwright/apps/conferencing/conferencingApps.e2e.ts:137:9 › check non-oAuth link-based conferencing apps using the new flow › can add around app and book with it
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
page.waitForURL: Timeout 30000ms exceeded.
=========================== logs ===========================
waiting for navigation to "/event-types" until "load"
============================================================
at apps/web/playwright/fixtures/apps.ts:91
89 | }
90 | await page.click(`[data-testid="configure-step-save"]`);
> 91 | await page.waitForURL("/event-types");
| ^
92 | },
93 |
94 | verifyConferencingAppNew: async (app: TApp, eventTypeIds: number[]) => {
at Object.installConferencingAppNewFlow (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/fixtures/apps.ts:91:18)
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/apps/conferencing/conferencingApps.e2e.ts:142:7
|
[@calcom/web] › apps/web/playwright/apps/conferencing/conferencingApps.e2e.ts:137:9 › check non-oAuth link-based conferencing apps using the new flow › can add around app and book with it:
apps/web/playwright/apps/conferencing/conferencingApps.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/apps/conferencing/conferencingApps.e2e.ts:137:9 › check non-oAuth link-based conferencing apps using the new flow › can add around app and book with it
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test was interrupted.
|
[@calcom/web] › apps/web/playwright/apps/conferencing/conferencingApps.e2e.ts:137:9 › check non-oAuth link-based conferencing apps using the new flow › can add campfire app and book with it:
apps/web/playwright/apps/conferencing/conferencingApps.e2e.ts#L1
2) [@***com/web] › apps/web/playwright/apps/conferencing/conferencingApps.e2e.ts:137:9 › check non-oAuth link-based conferencing apps using the new flow › can add campfire app and book with it
Test timeout of 60000ms exceeded.
|
[@calcom/web] › apps/web/playwright/apps/conferencing/conferencingApps.e2e.ts:137:9 › check non-oAuth link-based conferencing apps using the new flow › can add campfire app and book with it:
apps/web/playwright/fixtures/apps.ts#L88
2) [@***com/web] › apps/web/playwright/apps/conferencing/conferencingApps.e2e.ts:137:9 › check non-oAuth link-based conferencing apps using the new flow › can add campfire app and book with it
locator.fill: Target closed
=========================== logs ===========================
waiting for getByTestId('integrations:campfire_video-location-input').nth(1)
============================================================
at apps/web/playwright/fixtures/apps.ts:88
86 | for (let eindex = 0; eindex < eventTypeIds.length; eindex++) {
87 | if (!app.organizerInputPlaceholder) continue;
> 88 | await page.getByTestId(`${app.type}-location-input`).nth(eindex).fill(app.organizerInputPlaceholder);
| ^
89 | }
90 | await page.click(`[data-testid="configure-step-save"]`);
91 | await page.waitForURL("/event-types");
at Object.installConferencingAppNewFlow (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/fixtures/apps.ts:88:74)
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/apps/conferencing/conferencingApps.e2e.ts:142:7
|
[@calcom/web] › apps/web/playwright/apps/conferencing/conferencingApps.e2e.ts:137:9 › check non-oAuth link-based conferencing apps using the new flow › can add campfire app and book with it:
apps/web/playwright/apps/conferencing/conferencingApps.e2e.ts#L1
2) [@***com/web] › apps/web/playwright/apps/conferencing/conferencingApps.e2e.ts:137:9 › check non-oAuth link-based conferencing apps using the new flow › can add campfire app and book with it
Pending operations:
- locator.fill at apps/web/playwright/fixtures/apps.ts:88:74
|
[@calcom/web] › apps/web/playwright/apps/conferencing/conferencingApps.e2e.ts:137:9 › check non-oAuth link-based conferencing apps using the new flow › can add campfire app and book with it:
apps/web/playwright/apps/conferencing/conferencingApps.e2e.ts#L1
2) [@***com/web] › apps/web/playwright/apps/conferencing/conferencingApps.e2e.ts:137:9 › check non-oAuth link-based conferencing apps using the new flow › can add campfire app and book with it
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test was interrupted.
|
[@calcom/web] › apps/web/playwright/apps/conferencing/conferencingApps.e2e.ts:137:9 › check non-oAuth link-based conferencing apps using the new flow › can add eightxeight app and book with it:
apps/web/playwright/fixtures/apps.ts#L91
3) [@***com/web] › apps/web/playwright/apps/conferencing/conferencingApps.e2e.ts:137:9 › check non-oAuth link-based conferencing apps using the new flow › can add eightxeight app and book with it
page.waitForURL: Timeout 30000ms exceeded.
=========================== logs ===========================
waiting for navigation to "/event-types" until "load"
============================================================
at apps/web/playwright/fixtures/apps.ts:91
89 | }
90 | await page.click(`[data-testid="configure-step-save"]`);
> 91 | await page.waitForURL("/event-types");
| ^
92 | },
93 |
94 | verifyConferencingAppNew: async (app: TApp, eventTypeIds: number[]) => {
at Object.installConferencingAppNewFlow (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/fixtures/apps.ts:91:18)
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/apps/conferencing/conferencingApps.e2e.ts:142:7
|
[@calcom/web] › apps/web/playwright/apps/conferencing/conferencingApps.e2e.ts:137:9 › check non-oAuth link-based conferencing apps using the new flow › can add eightxeight app and book with it:
apps/web/playwright/fixtures/apps.ts#L91
3) [@***com/web] › apps/web/playwright/apps/conferencing/conferencingApps.e2e.ts:137:9 › check non-oAuth link-based conferencing apps using the new flow › can add eightxeight app and book with it
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
page.waitForURL: Timeout 30000ms exceeded.
=========================== logs ===========================
waiting for navigation to "/event-types" until "load"
============================================================
at apps/web/playwright/fixtures/apps.ts:91
89 | }
90 | await page.click(`[data-testid="configure-step-save"]`);
> 91 | await page.waitForURL("/event-types");
| ^
92 | },
93 |
94 | verifyConferencingAppNew: async (app: TApp, eventTypeIds: number[]) => {
at Object.installConferencingAppNewFlow (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/fixtures/apps.ts:91:18)
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/apps/conferencing/conferencingApps.e2e.ts:142:7
|
[@calcom/web] › apps/web/playwright/apps/conferencing/conferencingApps.e2e.ts:137:9 › check non-oAuth link-based conferencing apps using the new flow › can add element-call app and book with it:
apps/web/playwright/fixtures/apps.ts#L91
4) [@***com/web] › apps/web/playwright/apps/conferencing/conferencingApps.e2e.ts:137:9 › check non-oAuth link-based conferencing apps using the new flow › can add element-***l app and book with it
page.waitForURL: Timeout 30000ms exceeded.
=========================== logs ===========================
waiting for navigation to "/event-types" until "load"
============================================================
at apps/web/playwright/fixtures/apps.ts:91
89 | }
90 | await page.click(`[data-testid="configure-step-save"]`);
> 91 | await page.waitForURL("/event-types");
| ^
92 | },
93 |
94 | verifyConferencingAppNew: async (app: TApp, eventTypeIds: number[]) => {
at Object.installConferencingAppNewFlow (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/fixtures/apps.ts:91:18)
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/apps/conferencing/conferencingApps.e2e.ts:142:7
|
[@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/integrations-stripe.e2e.ts#L1
1) [@***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
Test timeout of 60000ms exceeded.
|
[@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#L991
1) [@***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/integrations-stripe.e2e.ts:280:7 › Stripe integration with the new app install flow skip flase › when enabling Stripe:
apps/web/playwright/integrations-stripe.e2e.ts#L1
1) [@***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
Pending operations:
- expect.toHaveValue at apps/web/playwright/fixtures/users.ts:991:58
|
[@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#L991
1) [@***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
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
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"
- locat
|
[@calcom/web] › apps/web/playwright/integrations-stripe.e2e.ts:346:7 › Stripe integration with the new app install flow skip flase › Can book a paid booking skip false:
apps/web/playwright/fixtures/users.ts#L987
2) [@***com/web] › apps/web/playwright/integrations-stripe.e2e.ts:346:7 › Stripe integration with the new app install flow skip flase › Can book a paid booking skip false
page.waitForURL: Timeout 30000ms exceeded.
=========================== logs ===========================
waiting for navigation to "event-types" until "load"
============================================================
at apps/web/playwright/fixtures/users.ts:987
985 | }
986 | await page.click(`[data-testid="configure-step-save"]`);
> 987 | await page.waitForURL(`event-types`);
| ^
988 | for (let index = 0; index < eventTypeIds.length; index++) {
989 | await page.goto(`event-types/${eventTypeIds[index]}?tabName=apps`);
990 | await expect(page.getByTestId(`stripe-app-switch`)).toBeChecked();
at installStripe (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/fixtures/users.ts:987:14)
at installStripePersonal (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/fixtures/users.ts:951:3)
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/integrations-stripe.e2e.ts:352:5
|
[@calcom/web] › apps/web/playwright/integrations-stripe.e2e.ts:346:7 › Stripe integration with the new app install flow skip flase › Can book a paid booking skip false:
apps/web/playwright/integrations-stripe.e2e.ts#L1
2) [@***com/web] › apps/web/playwright/integrations-stripe.e2e.ts:346:7 › Stripe integration with the new app install flow skip flase › Can book a paid booking skip false
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test was interrupted.
|
[@calcom/web] › apps/web/playwright/integrations-stripe.e2e.ts:357:7 › Stripe integration with the new app install flow skip flase › Pending payment booking should not be confirmed by default skip false:
apps/web/playwright/fixtures/users.ts#L987
3) [@***com/web] › apps/web/playwright/integrations-stripe.e2e.ts:357:7 › Stripe integration with the new app install flow skip flase › Pending payment booking should not be confirmed by default skip false
page.waitForURL: Timeout 30000ms exceeded.
=========================== logs ===========================
waiting for navigation to "event-types" until "load"
============================================================
at apps/web/playwright/fixtures/users.ts:987
985 | }
986 | await page.click(`[data-testid="configure-step-save"]`);
> 987 | await page.waitForURL(`event-types`);
| ^
988 | for (let index = 0; index < eventTypeIds.length; index++) {
989 | await page.goto(`event-types/${eventTypeIds[index]}?tabName=apps`);
990 | await expect(page.getByTestId(`stripe-app-switch`)).toBeChecked();
at installStripe (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/fixtures/users.ts:987:14)
at installStripePersonal (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/fixtures/users.ts:951:3)
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/integrations-stripe.e2e.ts:363:5
|
[@calcom/web] › apps/web/playwright/integrations-stripe.e2e.ts:357:7 › Stripe integration with the new app install flow skip flase › Pending payment booking should not be confirmed by default skip false:
apps/web/playwright/integrations-stripe.e2e.ts#L1
3) [@***com/web] › apps/web/playwright/integrations-stripe.e2e.ts:357:7 › Stripe integration with the new app install flow skip flase › Pending payment booking should not be confirmed by default skip false
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test was interrupted.
|
[@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#L987
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
page.waitForURL: Timeout 30000ms exceeded.
=========================== logs ===========================
waiting for navigation to "event-types" until "load"
============================================================
at apps/web/playwright/fixtures/users.ts:987
985 | }
986 | await page.click(`[data-testid="configure-step-save"]`);
> 987 | await page.waitForURL(`event-types`);
| ^
988 | for (let index = 0; index < eventTypeIds.length; index++) {
989 | await page.goto(`event-types/${eventTypeIds[index]}?tabName=apps`);
990 | await expect(page.getByTestId(`stripe-app-switch`)).toBeChecked();
at installStripe (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/fixtures/users.ts:987:14)
at installStripePersonal (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/fixtures/users.ts:951:3)
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/integrations-stripe.e2e.ts:386:5
|
[@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
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test was interrupted.
|
required
Process completed with exit code 1.
|
Linters / lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: ataylorme/eslint-annotate-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Analyze Build / analyze
The following actions uses Node.js version which is deprecated and will be forced to run on node20: dawidd6/action-download-artifact@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
🎭 Playwright Run Summary
1 skipped
2 passed (2.7s)
|
🎭 Playwright Run Summary
6 skipped
36 passed (55.7s)
|
🎭 Playwright Run Summary
1 flaky
[@***com/embed-core] › packages/embeds/embed-core/playwright/tests/namespacing.e2e.ts:10:9 › Namespacing › Inline Embed › Add inline embed using a namespace without reload
3 skipped
20 passed (44.5s)
|
🎭 Playwright Run Summary
2 flaky
[@***com/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:325:9 › Routing Forms › Seeded Routing Form › Routing Link should validate fields
[@***com/app-store] › packages/app-store/routing-forms/playwright/tests/basic.e2e.ts:337:9 › Routing Forms › Seeded Routing Form › Test preview should return correct route
5 skipped
8 passed (1.4m)
|
🎭 Playwright Run Summary
1 flaky
[@***com/web] › apps/web/playwright/webhook.e2e.ts:481:7 › MEETING_ENDED, MEETING_STARTED › should create/remove scheduledWebhookTriggers for existing bookings
18 skipped
73 passed (1.6m)
|
🎭 Playwright Run Summary
8 failed
[@***com/web] › apps/web/playwright/apps/conferencing/conferencingApps.e2e.ts:137:9 › check non-oAuth link-based conferencing apps using the new flow › can add around app and book with it
[@***com/web] › apps/web/playwright/apps/conferencing/conferencingApps.e2e.ts:137:9 › check non-oAuth link-based conferencing apps using the new flow › can add campfire app and book with it
[@***com/web] › apps/web/playwright/apps/conferencing/conferencingApps.e2e.ts:137:9 › check non-oAuth link-based conferencing apps using the new flow › can add eightxeight app and book with it
[@***com/web] › apps/web/playwright/apps/conferencing/conferencingApps.e2e.ts:137:9 › check non-oAuth link-based conferencing apps using the new flow › can add element-***l app and book with it
[@***com/web] › apps/web/playwright/apps/conferencing/conferencingApps.e2e.ts:137:9 › check non-oAuth link-based conferencing apps using the new flow › can add facetime app and book with it
[@***com/web] › apps/web/playwright/apps/conferencing/conferencingApps.e2e.ts:137:9 › check non-oAuth link-based conferencing apps using the new flow › can add mirotalk app and book with it
[@***com/web] › apps/web/playwright/apps/conferencing/conferencingApps.e2e.ts:137:9 › check non-oAuth link-based conferencing apps using the new flow › can add ping app and book with it
[@***com/web] › apps/web/playwright/apps/conferencing/conferencingApps.e2e.ts:137:9 › check non-oAuth link-based conferencing apps using the new flow › can add riverside app and book with it
77 skipped
51 passed (2.6m)
|
🎭 Playwright Run Summary
8 failed
[@***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:346:7 › Stripe integration with the new app install flow skip flase › Can book a paid booking skip false
[@***com/web] › apps/web/playwright/integrations-stripe.e2e.ts:357:7 › Stripe integration with the new app install flow skip flase › Pending payment booking should not be confirmed by default 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
[@***com/web] › apps/web/playwright/integrations-stripe.e2e.ts:441:9 › Stripe integration with the new app install flow skip flase › When event is paid and confirmed skip false › Paid and confirmed booking should be able to be rescheduled skip false
[@***com/web] › apps/web/playwright/integrations-stripe.e2e.ts:458:9 › Stripe integration with the new app install flow skip flase › Change stripe presented currency skip false › Should be able to change currency skip false
1 flaky
[@***com/web] › apps/web/playwright/impersonation.e2e.ts:11:7 › Users can impersonate › App Admin can impersonate users with impersonation enabled
33 skipped
61 passed (3.8m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
app-store-results
Expired
|
4.4 MB |
|
bundle
Expired
|
2.31 KB |
|
embed-core-results
Expired
|
2.38 MB |
|
embed-react-results
Expired
|
177 KB |
|
lint-results
Expired
|
341 KB |
|
test-results-1_4
Expired
|
103 MB |
|
test-results-2_4
Expired
|
143 MB |
|
test-results-3_4
Expired
|
244 KB |
|
test-results-4_4
Expired
|
6.63 MB |
|