Skip to content

CAL-1673: Use dark/light colors from user profile settings in booker #4041

CAL-1673: Use dark/light colors from user profile settings in booker

CAL-1673: Use dark/light colors from user profile settings in booker #4041

Triggered via pull request May 18, 2023 05:53
@JeroenReumkensJeroenReumkens
synchronize #8905
Status Success
Total duration 23m 0s
Artifacts 3

pr.yml

on: pull_request_target
Production build  /  Build
6m 46s
Production build / Build
analyze  /  ...  /  Build
analyze / Production build / Build
E2E App Store tests  /  E2E App-Store Apps
E2E App Store tests / E2E App-Store Apps
E2E React embeds tests  /  e2e-embed
E2E React embeds tests / e2e-embed
E2E embeds tests  /  e2e-embed
E2E embeds tests / e2e-embed
Fit to window
Zoom out
Zoom in

Annotations

9 errors, 9 warnings, and 1 notice
[@calcom/web] › apps/web/playwright/booking-seats.e2e.ts:157:9 › Booking with Seats -- new-booker › Reschedule for booking with seats -- old-booker › Should reschedule booking with seats and if everyone rescheduled it should be deleted: apps/web/playwright/booking-seats.e2e.ts#L202
1) [@calcom/web] › apps/web/playwright/booking-seats.e2e.ts:157:9 › Booking with Seats -- new-booker › Reschedule for booking with seats -- old-booker › Should reschedule booking with seats and if everyone rescheduled it should be deleted page.waitForNavigation: Timeout 15000ms exceeded. =========================== logs =========================== waiting for navigation until "load" ============================================================ 200 | 201 | // Using waitForUrl here fails the assertion `expect(oldBooking?.status).toBe(BookingStatus.CANCELLED);` probably because waitForUrl is considered complete before waitForNavigation and till that time the booking is not cancelled > 202 | await page.waitForNavigation({ url: /.*booking/ }); | ^ 203 | 204 | // Should expect old booking to be cancelled 205 | const oldBooking = await prisma.booking.findFirst({ at /home/runner/work/cal.com/cal.com/apps/web/playwright/booking-seats.e2e.ts:202:18
[@calcom/web] › apps/web/playwright/booking-seats.e2e.ts:157:9 › Booking with Seats -- old-booker › Reschedule for booking with seats -- old-booker › Should reschedule booking with seats and if everyone rescheduled it should be deleted: apps/web/playwright/booking-seats.e2e.ts#L202
2) [@calcom/web] › apps/web/playwright/booking-seats.e2e.ts:157:9 › Booking with Seats -- old-booker › Reschedule for booking with seats -- old-booker › Should reschedule booking with seats and if everyone rescheduled it should be deleted page.waitForNavigation: Timeout 15000ms exceeded. =========================== logs =========================== waiting for navigation until "load" ============================================================ 200 | 201 | // Using waitForUrl here fails the assertion `expect(oldBooking?.status).toBe(BookingStatus.CANCELLED);` probably because waitForUrl is considered complete before waitForNavigation and till that time the booking is not cancelled > 202 | await page.waitForNavigation({ url: /.*booking/ }); | ^ 203 | 204 | // Should expect old booking to be cancelled 205 | const oldBooking = await prisma.booking.findFirst({ at /home/runner/work/cal.com/cal.com/apps/web/playwright/booking-seats.e2e.ts:202:18
[@calcom/web] › apps/web/playwright/embed-code-generator.e2e.ts:186:9 › Embed Code Generator Tests › Event Type Edit Page › open Embed Dialog for the Event Type: apps/web/playwright/embed-code-generator.e2e.ts#L182
3) [@calcom/web] › apps/web/playwright/embed-code-generator.e2e.ts:186:9 › Embed Code Generator Tests › Event Type Edit Page › open Embed Dialog for the Event Type page.waitForURL: Timeout 15000ms exceeded. =========================== logs =========================== waiting for navigation until "load" ============================================================ 180 | await Promise.all([ 181 | page.locator('[href*="/event-types/"]').first().click(), > 182 | page.waitForURL((url) => url.pathname.startsWith("/event-types/")), | ^ 183 | ]); 184 | }); 185 | at /home/runner/work/cal.com/cal.com/apps/web/playwright/embed-code-generator.e2e.ts:182:14
[@calcom/web] › apps/web/playwright/managed-event-types.e2e.ts:8:7 › Managed Event Types tests › Can create managed event type: apps/web/playwright/managed-event-types.e2e.ts#L1
4) [@calcom/web] › apps/web/playwright/managed-event-types.e2e.ts:8:7 › Managed Event Types tests › Can create managed event type Test timeout of 60000ms exceeded.
[@calcom/web] › apps/web/playwright/managed-event-types.e2e.ts:8:7 › Managed Event Types tests › Can create managed event type: apps/web/playwright/managed-event-types.e2e.ts#L75
4) [@calcom/web] › apps/web/playwright/managed-event-types.e2e.ts:8:7 › Managed Event Types tests › Can create managed event type locator.click: Target closed =========================== logs =========================== waiting for locator('#react-select-5-option-1') ============================================================ 73 | await page.locator('[data-testid="vertical-tab-assignment"]').click(); 74 | await page.locator('[class$="control"]').filter({ hasText: "Select..." }).click(); > 75 | await page.locator("#react-select-5-option-1").click(); | ^ 76 | await page.locator('[type="submit"]').click(); 77 | await page.waitForLoadState("networkidle"); 78 | await adminUser.logout(); at /home/runner/work/cal.com/cal.com/apps/web/playwright/managed-event-types.e2e.ts:75:54 at /home/runner/work/cal.com/cal.com/apps/web/playwright/managed-event-types.e2e.ts:57:5
[@calcom/web] › apps/web/playwright/managed-event-types.e2e.ts:8:7 › Managed Event Types tests › Can create managed event type: apps/web/playwright/managed-event-types.e2e.ts#L1
4) [@calcom/web] › apps/web/playwright/managed-event-types.e2e.ts:8:7 › Managed Event Types tests › Can create managed event type Pending operations: - locator.click at apps/web/playwright/managed-event-types.e2e.ts:75:54
[@calcom/web] › apps/web/playwright/managed-event-types.e2e.ts:8:7 › Managed Event Types tests › Can create managed event type: apps/web/playwright/managed-event-types.e2e.ts#L1
4) [@calcom/web] › apps/web/playwright/managed-event-types.e2e.ts:8:7 › Managed Event Types tests › Can create managed event type Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 60000ms exceeded.
[@calcom/web] › apps/web/playwright/managed-event-types.e2e.ts:8:7 › Managed Event Types tests › Can create managed event type: apps/web/playwright/managed-event-types.e2e.ts#L75
4) [@calcom/web] › apps/web/playwright/managed-event-types.e2e.ts:8:7 › Managed Event Types tests › Can create managed event type Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── locator.click: Target closed =========================== logs =========================== waiting for locator('#react-select-5-option-1') ============================================================ 73 | await page.locator('[data-testid="vertical-tab-assignment"]').click(); 74 | await page.locator('[class$="control"]').filter({ hasText: "Select..." }).click(); > 75 | await page.locator("#react-select-5-option-1").click(); | ^ 76 | await page.locator('[type="submit"]').click(); 77 | await page.waitForLoadState("networkidle"); 78 | await adminUser.logout(); at /home/runner/work/cal.com/cal.com/apps/web/playwright/managed-event-types.e2e.ts:75:54 at /home/runner/work/cal.com/cal.com/apps/web/playwright/managed-event-types.e2e.ts:57:5
[@calcom/web] › apps/web/playwright/managed-event-types.e2e.ts:8:7 › Managed Event Types tests › Can create managed event type: apps/web/playwright/managed-event-types.e2e.ts#L1
4) [@calcom/web] › apps/web/playwright/managed-event-types.e2e.ts:8:7 › Managed Event Types tests › Can create managed event type Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Pending operations: - locator.click at apps/web/playwright/managed-event-types.e2e.ts:75:54
🎭 Playwright Run Summary
4 flaky [@calcom/web] › apps/web/playwright/booking-seats.e2e.ts:157:9 › Booking with Seats -- new-booker › Reschedule for booking with seats -- old-booker › Should reschedule booking with seats and if everyone rescheduled it should be deleted [@calcom/web] › apps/web/playwright/booking-seats.e2e.ts:157:9 › Booking with Seats -- old-booker › Reschedule for booking with seats -- old-booker › Should reschedule booking with seats and if everyone rescheduled it should be deleted [@calcom/web] › apps/web/playwright/embed-code-generator.e2e.ts:186:9 › Embed Code Generator Tests › Event Type Edit Page › open Embed Dialog for the Event Type [@calcom/web] › apps/web/playwright/managed-event-types.e2e.ts:8:7 › Managed Event Types tests › Can create managed event type 15 skipped 94 passed (10.8m)
Create env file / create_env_file
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: ozaytsev86/create-env-file@v1. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
Linters / lint
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
analyze / analyze
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/upload-artifact@v2, peter-evans/find-comment@v1, peter-evans/create-or-update-comment@v1.4.4. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
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 tests / E2E tests
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/cache@v2, actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.

Artifacts

Produced during runtime
Name Size
bundle Expired
4.67 KB
lint-results Expired
1.86 MB
test-results Expired
44.1 MB