Skip to content

chore: v4.2.4

chore: v4.2.4 #25139

Triggered via pull request July 9, 2024 13:48
@emrysalemrysal
synchronize #15703
Status Success
Total duration 20m 22s
Artifacts 9

pr.yml

on: pull_request_target
Detect changes
12s
Detect changes
Check for E2E label
2s
Check for E2E label
Analyze Build  /  analyze
2m 23s
Analyze Build / analyze
Matrix: Tests / e2e
required
4s
required
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 3 warnings, and 7 notices
[@calcom/web] › apps/web/playwright/manage-booking-questions.e2e.ts:29:9 › Manage Booking Questions › For User EventType › Do a booking with a Address type question and verify a few thing in b/w: apps/web/playwright/manage-booking-questions.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/manage-booking-questions.e2e.ts:29:9 › Manage Booking Questions › For User EventType › Do a booking with a Address type question and verify a few thing in b/w Test timeout of 180000ms exceeded.
[@calcom/web] › apps/web/playwright/manage-booking-questions.e2e.ts:29:9 › Manage Booking Questions › For User EventType › Do a booking with a Address type question and verify a few thing in b/w: apps/web/playwright/manage-booking-questions.e2e.ts#L515
1) [@***com/web] › apps/web/playwright/manage-booking-questions.e2e.ts:29:9 › Manage Booking Questions › For User EventType › Do a booking with a Address type question and verify a few thing in b/w locator.click: Target closed =========================== logs =========================== waiting for locator('[id=test-field-type]').first() ============================================================ 513 | }) { 514 | const locatorForSelect = page.locator(selector.selector).nth(selector.nth); > 515 | await locatorForSelect.click(); | ^ 516 | await locatorForSelect.locator(`text="${optionText}"`).click(); 517 | } 518 | at selectOption (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/manage-booking-questions.e2e.ts:515:26) at addQuestionAndSave (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/manage-booking-questions.e2e.ts:535:11) at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/manage-booking-questions.e2e.ts:283:5 at runTestStepsCommonForTeamAndUserEventType (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/manage-booking-questions.e2e.ts:282:3) at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/manage-booking-questions.e2e.ts:47:7
[@calcom/web] › apps/web/playwright/manage-booking-questions.e2e.ts:29:9 › Manage Booking Questions › For User EventType › Do a booking with a Address type question and verify a few thing in b/w: apps/web/playwright/manage-booking-questions.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/manage-booking-questions.e2e.ts:29:9 › Manage Booking Questions › For User EventType › Do a booking with a Address type question and verify a few thing in b/w Pending operations: - locator.click at apps/web/playwright/manage-booking-questions.e2e.ts:515:26
[@calcom/web] › apps/web/playwright/manage-booking-questions.e2e.ts:229:9 › Manage Booking Questions › For Team EventType › Do a booking with a user added question and verify a few thing in b/w: apps/web/playwright/manage-booking-questions.e2e.ts#L1
2) [@***com/web] › apps/web/playwright/manage-booking-questions.e2e.ts:229:9 › Manage Booking Questions › For Team EventType › Do a booking with a user added question and verify a few thing in b/w Test timeout of 180000ms exceeded.
[@calcom/web] › apps/web/playwright/manage-booking-questions.e2e.ts:229:9 › Manage Booking Questions › For Team EventType › Do a booking with a user added question and verify a few thing in b/w: apps/web/playwright/manage-booking-questions.e2e.ts#L515
2) [@***com/web] › apps/web/playwright/manage-booking-questions.e2e.ts:229:9 › Manage Booking Questions › For Team EventType › Do a booking with a user added question and verify a few thing in b/w locator.click: Target closed =========================== logs =========================== waiting for locator('[id=test-field-type]').first() ============================================================ 513 | }) { 514 | const locatorForSelect = page.locator(selector.selector).nth(selector.nth); > 515 | await locatorForSelect.click(); | ^ 516 | await locatorForSelect.locator(`text="${optionText}"`).click(); 517 | } 518 | at selectOption (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/manage-booking-questions.e2e.ts:515:26) at addQuestionAndSave (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/manage-booking-questions.e2e.ts:535:11) at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/manage-booking-questions.e2e.ts:283:5 at runTestStepsCommonForTeamAndUserEventType (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/manage-booking-questions.e2e.ts:282:3) at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/manage-booking-questions.e2e.ts:260:7
[@calcom/web] › apps/web/playwright/manage-booking-questions.e2e.ts:229:9 › Manage Booking Questions › For Team EventType › Do a booking with a user added question and verify a few thing in b/w: apps/web/playwright/manage-booking-questions.e2e.ts#L1
2) [@***com/web] › apps/web/playwright/manage-booking-questions.e2e.ts:229:9 › Manage Booking Questions › For Team EventType › Do a booking with a user added question and verify a few thing in b/w Pending operations: - locator.click at apps/web/playwright/manage-booking-questions.e2e.ts:515:26
[@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#L516
3) [@***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 514 | return BookingTitle === bookingTitle; 515 | }) > 516 | ).toBe(true); | ^ 517 | } else { 518 | const BookingTitle = `${event.title} between ${team.name} and ${testName}`; 519 | await expect(page.getByTestId("booking-title")).toHaveText(BookingTitle); at bookTeamEvent (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/organization/booking.e2e.ts:516: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/booking.e2e.ts:83:9 › Bookings › Team Event › Can create a booking for Round Robin EventType: apps/web/playwright/organization/booking.e2e.ts#L516
3) [@***com/web] › apps/web/playwright/organization/booking.e2e.ts:83: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 514 | return BookingTitle === bookingTitle; 515 | }) > 516 | ).toBe(true); | ^ 517 | } else { 518 | const BookingTitle = `${event.title} between ${team.name} and ${testName}`; 519 | await expect(page.getByTestId("booking-title")).toHaveText(BookingTitle); at bookTeamEvent (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/organization/booking.e2e.ts:516: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/auth/delete-account.e2e.ts:7:5 › Can delete user account: apps/web/playwright/auth/delete-account.e2e.ts#L23
1) [@***com/web] › apps/web/playwright/auth/delete-account.e2e.ts:7:5 › Can delete user account ── page.waitForURL: Timeout 30000ms exceeded. =========================== logs =========================== waiting for navigation until "load" ============================================================ 21 | 22 | await Promise.all([ > 23 | page.waitForURL((url) => url.pathname === "/auth/logout"), | ^ 24 | page.click("text=Delete my account"), 25 | ]); 26 | at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/auth/delete-account.e2e.ts:23:10
[@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
2) [@***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
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, peter-evans/find-comment@v2, peter-evans/create-or-update-comment@v3. 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 `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/
🎭 Playwright Run Summary
1 skipped 2 passed (3.1s)
🎭 Playwright Run Summary
3 skipped 21 passed (44.3s)
🎭 Playwright Run Summary
5 skipped 10 passed (42.6s)
🎭 Playwright Run Summary
18 skipped 74 passed (1.7m)
🎭 Playwright Run Summary
3 flaky [@***com/web] › apps/web/playwright/manage-booking-questions.e2e.ts:29:9 › Manage Booking Questions › For User EventType › Do a booking with a Address type question and verify a few thing in b/w [@***com/web] › apps/web/playwright/manage-booking-questions.e2e.ts:229:9 › Manage Booking Questions › For Team EventType › Do a booking with a user added question and verify a few thing in b/w [@***com/web] › apps/web/playwright/organization/booking.e2e.ts:83:9 › Bookings › Team Event › Can create a booking for Round Robin EventType 6 skipped 33 passed (3.3m)
🎭 Playwright Run Summary
2 flaky [@***com/web] › apps/web/playwright/auth/delete-account.e2e.ts:7:5 › Can delete user account ─── [@***com/web] › apps/web/playwright/booking-pages.e2e.ts:27:5 › check SSR and OG - User Event Type 4 skipped 130 passed (3.8m)
🎭 Playwright Run Summary
9 skipped 94 passed (4.0m)

Artifacts

Produced during runtime
Name Size
app-store-results Expired
196 KB
bundle Expired
2.32 KB
embed-core-results Expired
195 KB
embed-react-results Expired
177 KB
lint-results Expired
341 KB
test-results-1_4 Expired
2.89 MB
test-results-2_4 Expired
264 KB
test-results-3_4 Expired
23.4 MB
test-results-4_4 Expired
242 KB