Skip to content

fix: Do not refund payments when cancelling bookings #19454

fix: Do not refund payments when cancelling bookings

fix: Do not refund payments when cancelling bookings #19454

Re-run triggered March 13, 2024 21:41
Status Success
Total duration 4m 11s
Artifacts 14

pr.yml

on: pull_request_target
Detect changes
14s
Detect changes
Analyze Build  /  ...  /  Build
Analyze Build / 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

5 errors, 19 warnings, and 10 notices
[@calcom/web] › apps/web/playwright/event-types.e2e.ts:191:11 › Event Types tests -- future › user › Different Locations Tests › Can add Organzer Phone Number location and book with it: apps/web/playwright/event-types.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/event-types.e2e.ts:191:11 › Event Types tests -- future › user › Different Locations Tests › Can add Organzer Phone Number location and book with it Test timeout of 60000ms exceeded.
[@calcom/web] › apps/web/playwright/event-types.e2e.ts:191:11 › Event Types tests -- future › user › Different Locations Tests › Can add Organzer Phone Number location and book with it: apps/web/playwright/event-types.e2e.ts#L195
1) [@***com/web] › apps/web/playwright/event-types.e2e.ts:191:11 › Event Types tests -- future › user › Different Locations Tests › Can add Organzer Phone Number location and book with it locator.click: Target closed =========================== logs =========================== waiting for locator('text="Organizer Phone Number"') ============================================================ 193 | 194 | await page.getByTestId("location-select").click(); > 195 | await page.locator(`text="Organizer Phone Number"`).click(); | ^ 196 | const locationInputName = "locations[0].hostPhoneNumber"; 197 | await page.locator(`input[name="${locationInputName}"]`).waitFor(); 198 | await page.locator(`input[name="${locationInputName}"]`).fill("9199999999"); at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/event-types.e2e.ts:195:61
[@calcom/web] › apps/web/playwright/event-types.e2e.ts:191:11 › Event Types tests -- future › user › Different Locations Tests › Can add Organzer Phone Number location and book with it: apps/web/playwright/event-types.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/event-types.e2e.ts:191:11 › Event Types tests -- future › user › Different Locations Tests › Can add Organzer Phone Number location and book with it Pending operations: - locator.click at apps/web/playwright/event-types.e2e.ts:195:61
[@calcom/web] › apps/web/playwright/profile.e2e.ts:216:7 › Update Profile › Can add a new email as a secondary email: apps/web/playwright/profile.e2e.ts#L224
1) [@***com/web] › apps/web/playwright/profile.e2e.ts:216:7 › Update Profile › Can add a new email as a secondary email page.goto: Timeout 30000ms exceeded. =========================== logs =========================== navigating to "http://***:3000/settings/my-account/profile", waiting until "load" ============================================================ 222 | 223 | await user.apiLogin(); > 224 | await page.goto("/settings/my-account/profile"); | ^ 225 | 226 | await page.getByTestId("add-secondary-email").click(); 227 | at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/profile.e2e.ts:224:16
[@calcom/web] › apps/web/playwright/profile.e2e.ts:302:7 › Update Profile › Newly added secondary email should show as Unverified: apps/web/playwright/fixtures/users.ts#L856
2) [@***com/web] › apps/web/playwright/profile.e2e.ts:302:7 › Update Profile › Newly added secondary email should show as Unverified apiRequestContext.post: read ECONNRESET =========================== logs =========================== → POST http://***:3000/api/auth/***lback/credentials user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.5563.19 Safari/537.36 accept: */* accept-encoding: gzip,deflate,br content-type: application/json content-length: 228 cookie: next-auth.csrf-token=23c41a55d71662453ae2f103e477b7bcf482cfaa8866b661f328eb9a3ba4356e%7C8abbe97baf008e9637361a402ed313faad45df7acf7162cf97f320c9ffa2bf45; next-auth.***lback-url=http%3A%2F%2F***%3A3000 ← 408 Request Timeout connection: close ============================================================ at apps/web/playwright/fixtures/users.ts:856 854 | csrfToken, 855 | }; > 856 | return page.context().request.post("/api/auth/***lback/credentials", { | ^ 857 | data, 858 | }); 859 | } at apiLogin (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/fixtures/users.ts:856:33) at createSecondaryEmail (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/profile.e2e.ts:286:5) at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/profile.e2e.ts:303:5
🎭 Playwright Run Summary
1 flaky [@***com/web] › apps/web/playwright/event-types.e2e.ts:191:11 › Event Types tests -- future › user › Different Locations Tests › Can add Organzer Phone Number location and book with it 2 skipped 54 passed (2.6m)
🎭 Playwright Run Summary
3 skipped 78 passed (2.0m)
🎭 Playwright Run Summary
2 skipped 2 passed (6.4s)
🎭 Playwright Run Summary
12 skipped 46 passed (56.3s)
🎭 Playwright Run Summary
3 skipped 47 passed (2.0m)
🎭 Playwright Run Summary
5 skipped 8 passed (35.5s)
🎭 Playwright Run Summary
1 skipped 13 passed (43.1s)
🎭 Playwright Run Summary
1 passed (3.4s)
🎭 Playwright Run Summary
2 passed (15.0s)
🎭 Playwright Run Summary
2 flaky [@***com/web] › apps/web/playwright/profile.e2e.ts:216:7 › Update Profile › Can add a new email as a secondary email [@***com/web] › apps/web/playwright/profile.e2e.ts:302:7 › Update Profile › Newly added secondary email should show as Unverified 3 skipped 48 passed (1.5m)
Production build (without database) / Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-node@v3, buildjet/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2E tests / E2E tests (2/5)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-node@v3, buildjet/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Production build / Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-node@v3, buildjet/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Linters / lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-node@v3, buildjet/cache@v3, 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/.
Unit tests / test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-node@v3, buildjet/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Type check / check-types
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-node@v3, buildjet/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2E tests / E2E tests (1/5)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-node@v3, buildjet/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Detect changes
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, dorny/paths-filter@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Analyze Build / analyze
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-node@v3, buildjet/cache@v3, dawidd6/action-download-artifact@v2, peter-evans/find-comment@v2, peter-evans/create-or-update-comment@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Analyze Build / 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)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-node@v3, buildjet/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2E tests / E2E tests (5/5)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-node@v3, buildjet/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2E tests / E2E tests (3/5)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-node@v3, buildjet/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2E App Store tests / E2E App Store (1/2)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-node@v3, buildjet/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2E embeds tests / E2E Embed Core (1/2)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-node@v3, buildjet/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2E React embeds tests / E2E Embed React (2/2)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-node@v3, buildjet/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2E React embeds tests / E2E Embed React (1/2)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-node@v3, buildjet/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2E App Store tests / E2E App Store (2/2)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-node@v3, buildjet/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
E2E tests / E2E tests (4/5)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-node@v3, buildjet/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

Artifacts

Produced during runtime
Name Size
test-results-4_5 Expired
3.08 MB