Skip to content

fix: Error when running storybook #10047

fix: Error when running storybook

fix: Error when running storybook #10047

Triggered via pull request August 31, 2023 10:04
@PeerRichPeerRich
synchronize #11037
Status Success
Total duration 12m 7s
Artifacts 13

pr.yml

on: pull_request_target
analyze  /  ...  /  Build
analyze / Production build / Build
Matrix: E2E App Store tests / e2e-app-store
Matrix: E2E React embeds tests / e2e-embed
Matrix: E2E embeds tests / e2e-embed
Matrix: E2E tests / e2e
Fit to window
Zoom out
Zoom in

Annotations

7 errors, 18 warnings, and 10 notices
[@calcom/web] › apps/web/playwright/onboarding.e2e.ts:12:9 › Onboarding › Onboarding v2 › Onboarding Flow: apps/web/playwright/onboarding.e2e.ts#L23
1) [@***com/web] › apps/web/playwright/onboarding.e2e.ts:12:9 › Onboarding › Onboarding v2 › Onboarding Flow Error: Timed out 30000ms waiting for expect(received).toBeVisible() Call log: - expect.toBeVisible with timeout 30000ms - waiting for locator('data-testid=required') - waiting for locator('data-testid=required') 21 | // Check required fields 22 | await page.locator("button[type=submit]").click(); > 23 | await expect(page.locator("data-testid=required")).toBeVisible(); | ^ 24 | 25 | // happy path 26 | await page.locator("input[name=username]").fill("new user onboarding"); at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/onboarding.e2e.ts:23:60 at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/onboarding.e2e.ts:20:7
[@calcom/web] › apps/web/playwright/event-types.e2e.ts:108:9 › Event Types tests › user › can add multiple organizer address: apps/web/playwright/event-types.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/event-types.e2e.ts:108:9 › Event Types tests › user › can add multiple organizer address Test timeout of 60000ms exceeded.
[@calcom/web] › apps/web/playwright/event-types.e2e.ts:108:9 › Event Types tests › user › can add multiple organizer address: apps/web/playwright/event-types.e2e.ts#L120
1) [@***com/web] › apps/web/playwright/event-types.e2e.ts:108:9 › Event Types tests › user › can add multiple organizer address locator.click: Target closed =========================== logs =========================== waiting for locator('text=In Person (Organizer Address)') locator resolved to <span class="text-sm font-medium">In Person (Organizer Address)</span> attempting click action waiting for element to be visible, enabled and stable element was detached from the DOM, retrying ============================================================ 118 | const fillLocation = async (inputText: string) => { 119 | await page.locator("#location-select").click(); > 120 | await page.locator("text=In Person (Organizer Address)").click(); | ^ 121 | // eslint-disable-next-line playwright/no-wait-for-timeout 122 | await page.waitForTimeout(1000); 123 | await page.locator('input[name="locationAddress"]').fill(inputText); at fillLocation (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/event-types.e2e.ts:120:66) at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/event-types.e2e.ts:128:7
[@calcom/web] › apps/web/playwright/event-types.e2e.ts:108:9 › Event Types tests › user › can add multiple organizer address: apps/web/playwright/event-types.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/event-types.e2e.ts:108:9 › Event Types tests › user › can add multiple organizer address Pending operations: - locator.click at apps/web/playwright/event-types.e2e.ts:120:66
[@calcom/embed-core] › packages/embeds/embed-core/playwright/tests/action-based.e2e.ts:85:7 › Popup Tests › should be able to reschedule: packages/embeds/embed-core/playwright/tests/action-based.e2e.ts#L101
1) [@***com/embed-core] › packages/embeds/embed-core/playwright/tests/action-based.e2e.ts:85:7 › Popup Tests › should be able to reschedule Error: Embed iframe not found 99 | const embedIframe = await getEmbedIframe({ ***Namespace, page, pathname: booking.eventSlug }); 100 | if (!embedIframe) { > 101 | throw new Error("Embed iframe not found"); | ^ 102 | } 103 | await rescheduleEvent("free", embedIframe, page); 104 | }); at /home/runner/actions-runner/_work/***.com/***.com/packages/embeds/embed-core/playwright/tests/action-based.e2e.ts:101:15 at /home/runner/actions-runner/_work/***.com/***.com/packages/embeds/embed-core/playwright/tests/action-based.e2e.ts:94:5
[@calcom/embed-core] › packages/embeds/embed-core/playwright/tests/action-based.e2e.ts:85:7 › Popup Tests › should be able to reschedule: packages/embeds/embed-core/playwright/tests/action-based.e2e.ts#L1
1) [@***com/embed-core] › packages/embeds/embed-core/playwright/tests/action-based.e2e.ts:85:7 › Popup Tests › should be able to reschedule Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 60000ms exceeded.
[@calcom/embed-core] › packages/embeds/embed-core/playwright/tests/action-based.e2e.ts:85:7 › Popup Tests › should be able to reschedule: packages/embeds/embed-core/playwright/lib/testUtils.ts#L150
1) [@***com/embed-core] › packages/embeds/embed-core/playwright/tests/action-based.e2e.ts:85:7 › Popup Tests › should be able to reschedule Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── page.waitForResponse: Page closed =========================== logs =========================== waiting for response "**/api/book/event" ============================================================ at packages/embeds/embed-core/playwright/lib/testUtils.ts:150 148 | await frame.press('[name="email"]', "Enter"); 149 | await frame.click("[data-testid=confirm-reschedule-button]"); > 150 | const response = await page.waitForResponse("**/api/book/event"); | ^ 151 | const responseObj = await response.json(); 152 | const booking = responseObj.uid; 153 | // Make sure we're navigated to the success page at rescheduleEvent (/home/runner/actions-runner/_work/***.com/***.com/packages/embeds/embed-core/playwright/lib/testUtils.ts:150:31) at /home/runner/actions-runner/_work/***.com/***.com/packages/embeds/embed-core/playwright/tests/action-based.e2e.ts:103:7 at /home/runner/actions-runner/_work/***.com/***.com/packages/embeds/embed-core/playwright/tests/action-based.e2e.ts:94:5
🎭 Playwright Run Summary
2 skipped 2 passed (6.0s)
🎭 Playwright Run Summary
1 passed (4.1s)
🎭 Playwright Run Summary
2 skipped 8 passed (28.8s)
🎭 Playwright Run Summary
2 skipped 18 passed (39.0s)
🎭 Playwright Run Summary
7 skipped 16 passed (42.8s)
🎭 Playwright Run Summary
2 skipped 10 passed (38.5s)
🎭 Playwright Run Summary
1 skipped 19 passed (54.7s)
🎭 Playwright Run Summary
1 flaky [@***com/web] › apps/web/playwright/onboarding.e2e.ts:12:9 › Onboarding › Onboarding v2 › Onboarding Flow 17 passed (1.1m)
🎭 Playwright Run Summary
1 flaky [@***com/web] › apps/web/playwright/event-types.e2e.ts:108:9 › Event Types tests › user › can add multiple organizer address 4 skipped 19 passed (2.1m)
🎭 Playwright Run Summary
1 flaky [@***com/embed-core] › packages/embeds/embed-core/playwright/tests/action-based.e2e.ts:85:7 › Popup Tests › should be able to reschedule 1 skipped 9 passed (1.3m)
Linters / lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
analyze / analyze
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/upload-artifact@v2, peter-evans/find-comment@v1, peter-evans/create-or-update-comment@v1.4.4. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
analyze / analyze
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
analyze / analyze
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
analyze / analyze
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
analyze / analyze
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
analyze / analyze
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
E2E embeds tests / E2E Embed Core (2/2)
The following actions uses node12 which is deprecated and will be forced to run on node16: buildjet/cache@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
E2E React embeds tests / E2E Embed React (1/2)
The following actions uses node12 which is deprecated and will be forced to run on node16: buildjet/cache@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
E2E React embeds tests / E2E Embed React (2/2)
The following actions uses node12 which is deprecated and will be forced to run on node16: buildjet/cache@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
E2E App Store tests / E2E App Store (1/2)
The following actions uses node12 which is deprecated and will be forced to run on node16: buildjet/cache@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
E2E tests / E2E tests (2/5)
The following actions uses node12 which is deprecated and will be forced to run on node16: buildjet/cache@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
E2E tests / E2E tests (5/5)
The following actions uses node12 which is deprecated and will be forced to run on node16: buildjet/cache@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
E2E App Store tests / E2E App Store (2/2)
The following actions uses node12 which is deprecated and will be forced to run on node16: buildjet/cache@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
E2E tests / E2E tests (1/5)
The following actions uses node12 which is deprecated and will be forced to run on node16: buildjet/cache@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
E2E tests / E2E tests (4/5)
The following actions uses node12 which is deprecated and will be forced to run on node16: buildjet/cache@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
E2E tests / E2E tests (3/5)
The following actions uses node12 which is deprecated and will be forced to run on node16: buildjet/cache@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
E2E embeds tests / E2E Embed Core (1/2)
The following actions uses node12 which is deprecated and will be forced to run on node16: buildjet/cache@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/

Artifacts

Produced during runtime
Name Size
app-store-results-1_2 Expired
432 KB
app-store-results-2_2 Expired
436 KB
bundle Expired
5.93 KB
embed-core-results-1_2 Expired
21.1 MB
embed-core-results-2_2 Expired
415 KB
embed-react-results-1_2 Expired
410 KB
embed-react-results-2_2 Expired
408 KB
lint-results Expired
1.03 MB
test-results-1_5 Expired
438 KB
test-results-2_5 Expired
440 KB
test-results-3_5 Expired
4.46 MB
test-results-4_5 Expired
2.61 MB
test-results-5_5 Expired
438 KB