feat: Round robin reassignment via round robin algorithm [CAL-3138] #27029
pr.yml
on: pull_request_target
Detect changes
12s
Production builds
/
Build API v1
4m 22s
Production builds
/
Build API v2
5m 41s
Type check
/
check-types
1m 57s
Linters
/
lint
2m 3s
Tests
/
Unit
3m 31s
Analyze Build
/
analyze
2m 1s
Matrix: Tests / e2e
Tests
/
Integration
1m 39s
Tests
/
E2E API v2
4m 9s
Tests
/
E2E App Store
4m 22s
Tests
/
E2E Embed Core
3m 41s
Tests
/
E2E Embed React
3m 3s
required
0s
Annotations
13 errors, 1 warning, and 7 notices
Linters / lint
Process completed with exit code 1.
|
[@calcom/embed-core] › packages/embeds/embed-core/playwright/tests/action-based.e2e.ts:57:7 › Popup Tests › should open embed iframe on click - Configured with light theme:
packages/embeds/embed-core/playwright/tests/action-based.e2e.ts#L66
1) [@***com/embed-core] › packages/embeds/embed-core/playwright/tests/action-based.e2e.ts:57:7 › Popup Tests › should open embed iframe on click - Configured with light theme
Error: Expected to provide an iframe, got null
64 | const embedIframe = await getEmbedIframe({ ***Namespace, page, pathname: "/free" });
65 |
> 66 | await expect(embedIframe).toBeEmbedCalLink(***Namespace, embeds.getActionFiredDetails, {
| ^
67 | pathname: "/free",
68 | });
69 | // expect(await page.screenshot()).toMatchSnapshot("event-types-list.png");
at /home/runner/actions-runner/_work/***.com/***.com/packages/embeds/embed-core/playwright/tests/action-based.e2e.ts:66:31
|
[@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
1) [@***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
1) [@***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
1) [@***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/settings-admin.e2e.ts:9:7 › Settings/admin tests -- future › should render /settings/admin page:
apps/web/playwright/settings-admin.e2e.ts#L21
1) [@***com/web] › apps/web/playwright/settings-admin.e2e.ts:9:7 › Settings/admin tests -- future › should render /settings/admin page
Error: Timed out 30000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 30000ms
- waiting for getByRole('heading', { name: 'Feature Flags' })
- waiting for getByRole('heading', { name: 'Feature Flags' })
19 | const locator = page.getByRole("heading", { name: "Feature Flags" });
20 |
> 21 | await expect(locator).toBeVisible();
| ^
22 | });
23 | });
24 |
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/settings-admin.e2e.ts:21:27
|
[@calcom/web] › apps/web/playwright/manage-booking-questions.e2e.ts:52:9 › Manage Booking Questions › For User EventType › Do a booking with Checkbox 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:52:9 › Manage Booking Questions › For User EventType › Do a booking with Checkbox type question and verify a few thing in b/w
Test timeout of 120000ms exceeded.
|
[@calcom/web] › apps/web/playwright/manage-booking-questions.e2e.ts:52:9 › Manage Booking Questions › For User EventType › Do a booking with Checkbox type question and verify a few thing in b/w:
apps/web/playwright/manage-booking-questions.e2e.ts#L517
1) [@***com/web] › apps/web/playwright/manage-booking-questions.e2e.ts:52:9 › Manage Booking Questions › For User EventType › Do a booking with Checkbox type question and verify a few thing in b/w
locator.click: Target closed
=========================== logs ===========================
waiting for locator('[id=test-field-type]').first()
============================================================
515 | }) {
516 | const locatorForSelect = page.locator(selector.selector).nth(selector.nth);
> 517 | await locatorForSelect.click();
| ^
518 | await locatorForSelect.locator(`text="${optionText}"`).click();
519 | }
520 |
at selectOption (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/manage-booking-questions.e2e.ts:517:26)
at addQuestionAndSave (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/manage-booking-questions.e2e.ts:537:11)
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/manage-booking-questions.e2e.ts:72:9
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/manage-booking-questions.e2e.ts:71:7
|
[@calcom/web] › apps/web/playwright/manage-booking-questions.e2e.ts:52:9 › Manage Booking Questions › For User EventType › Do a booking with Checkbox 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:52:9 › Manage Booking Questions › For User EventType › Do a booking with Checkbox type question and verify a few thing in b/w
Pending operations:
- locator.click at apps/web/playwright/manage-booking-questions.e2e.ts:517: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
2) [@***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/organization-invitation.e2e.ts:270:9 › Organization › Email matching orgAutoAcceptEmail and a Verified Organization with DNS Setup Done › existing user migrated to an organization:
apps/web/playwright/organization/organization-invitation.e2e.ts#L310
3) [@***com/web] › apps/web/playwright/organization/organization-invitation.e2e.ts:270:9 › Organization › Email matching orgAutoAcceptEmail and a Verified Organization with DNS Setup Done › existing user migrated to an organization
Error: expect(received).toBeDisabled()
Call log:
- expect.toBeDisabled with timeout 30000ms
- waiting for locator('button[type="submit"]')
- locator resolved to <button type="submit" class="whitespace-nowrap inline-fl…>Create Account</button>
- unexpected value "enabled"
- waiting for locator('button[type="submit"]')
- locator resolved to <button type="submit" class="whitespace-nowrap inline-fl…>Create Account</button>
- unexpected value "enabled"
- locator resolved to <button type="submit" class="whitespace-nowrap inline-fl…>Create Account</button>
- unexpected value "enabled"
- locator resolved to <button type="submit" class="whitespace-nowrap inline-fl…>Create Account</button>
- unexpected value "enabled"
- locator resolved to <button type="submit" class="whitespace-nowrap inline-fl…>Create Account</button>
- unexpected value "enabled"
- locator resolved to <button type="submit" class="whitespace-nowrap inline-fl…>Create Account</button>
- unexpected value "enabled"
- locator resolved to <button type="submit" class="whitespace-nowrap inline-fl…>Create Account</button>
- unexpected value "enabled"
- locator resolved to <button type="submit" class="whitespace-nowrap inline-fl…>Create Account</button>
- unexpected value "enabled"
- locator resolved to <button type="submit" class="whitespace-nowrap inline-fl…>Create Account</button>
- unexpected value "enabled"
- locator resolved to <button type="submit" class="whitespace-nowrap inline-fl…>Create Account</button>
- unexpected value "enabled"
- locator resolved to <button type="submit" class="whitespace-nowrap inline-fl…>Create Account</button>
- unexpected value "enabled"
- locator resolved to <button type="submit" class="whitespace-nowrap inline-fl…>Create Account</button>
- unexpected value "enabled"
- locator resolved to <button type="submit" class="whitespace-nowrap inline-fl…>Create Account</button>
- unexpected value "enabled"
- locator resolved to <button type="submit" class="whitespace-nowrap inline-fl…>Create Account</button>
- unexpected value "enabled"
- locator resolved to <button type="submit" class="whitespace-nowrap inline-fl…>Create Account</button>
- unexpected value "enabled"
- locator resolved to <button type="submit" class="whitespace-nowrap inline-fl…>Create Account</button>
- unexpected value "enabled"
- locator resolved to <button type="submit" class="whitespace-nowrap inline-fl…>Create Account</button>
- unexpected value "enabled"
- locator resolved to <button type="submit" class="whitespace-nowrap inline-fl…>Create Account</button>
- unexpected value "enabled"
- locator resolved to <button type="submit" class="whitespace-nowrap inline-fl…>Create Account</button>
- unexpected value "enabled"
- locator resolved to <button type="submit" class="whitespace-nowrap inline-fl…>Create Account</button>
- unexpected value "enabled"
- locator resolved to <button type="submit" class="whitespace-nowrap inline-fl…>Create Account</button>
- unexpected value "enabled"
- locator resolved to <button type="submit" class="whitespace-nowrap inline-fl…>Create Account</button>
- unexpected value "enabled"
- locator resolved to <button type="submit" class="whitespace-nowrap inline-fl…>Create Account</button>
- unexpected value "enabled"
- locator resolved to <button type="submit" class="whitespace-nowrap inline-fl…>Create Account</button>
- unexpected value "enabled"
- locator resolved to <button type="submit" class="whitespace-now
|
[@calcom/web] › apps/web/playwright/booking-limits.e2e.ts:299:9 › Duration limits › week:
apps/web/playwright/booking-limits.e2e.ts#L356
1) [@***com/web] › apps/web/playwright/booking-limits.e2e.ts:299:9 › Duration limits › week ──────
Error: expect(received).toBe(expected) // Object.is equality
Expected: -5
Received: 17
354 |
355 | // equals 0 if no available days, otherwise signed difference
> 356 | expect(availableDaysAfter && availableDaysAfter - availableDaysBefore).toBe(
| ^
357 | expectedAvailableDays[limitUnit]
358 | );
359 |
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/booking-limits.e2e.ts:356:80
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/booking-limits.e2e.ts:346:7
|
[@calcom/web] › apps/web/playwright/booking-pages.e2e.ts:356:7 › prefill -- future › logged in:
apps/web/playwright/booking-pages.e2e.ts#L363
2) [@***com/web] › apps/web/playwright/booking-pages.e2e.ts:356:7 › prefill -- future › logged in
Error: expect(received).toHaveValue(expected)
Expected string: "Prefill User"
Received string: ""
Call log:
- expect.toHaveValue with timeout 30000ms
- waiting for locator('[name="name"]')
- locator resolved to <input value="" id=":r1r:" type="text" name="name" requ…/>
- unexpected value ""
- waiting for locator('[name="name"]')
- locator resolved to <input value="" id=":r1r:" type="text" name="name" requ…/>
- unexpected value ""
- locator resolved to <input value="" id=":r1r:" type="text" name="name" requ…/>
- unexpected value ""
- locator resolved to <input value="" id=":r1r:" type="text" name="name" requ…/>
- unexpected value ""
- locator resolved to <input value="" id=":r1r:" type="text" name="name" requ…/>
- unexpected value ""
- locator resolved to <input value="" id=":r1r:" type="text" name="name" requ…/>
- unexpected value ""
- locator resolved to <input value="" id=":r1r:" type="text" name="name" requ…/>
- unexpected value ""
- locator resolved to <input value="" id=":r1r:" type="text" name="name" requ…/>
- unexpected value ""
- locator resolved to <input value="" id=":r1r:" type="text" name="name" requ…/>
- unexpected value ""
- locator resolved to <input value="" id=":r1r:" type="text" name="name" requ…/>
- unexpected value ""
- locator resolved to <input value="" id=":r1r:" type="text" name="name" requ…/>
- unexpected value ""
- locator resolved to <input value="" id=":r1r:" type="text" name="name" requ…/>
- unexpected value ""
- locator resolved to <input value="" id=":r1r:" type="text" name="name" requ…/>
- unexpected value ""
- locator resolved to <input value="" id=":r1r:" type="text" name="name" requ…/>
- unexpected value ""
- locator resolved to <input value="" id=":r1r:" type="text" name="name" requ…/>
- unexpected value ""
- locator resolved to <input value="" id=":r1r:" type="text" name="name" requ…/>
- unexpected value ""
- locator resolved to <input value="" id=":r1r:" type="text" name="name" requ…/>
- unexpected value ""
- locator resolved to <input value="" id=":r1r:" type="text" name="name" requ…/>
- unexpected value ""
- locator resolved to <input value="" id=":r1r:" type="text" name="name" requ…/>
- unexpected value ""
- locator resolved to <input value="" id=":r1r:" type="text" name="name" requ…/>
- unexpected value ""
- locator resolved to <input value="" id=":r1r:" type="text" name="name" requ…/>
- unexpected value ""
- locator resolved to <input value="" id=":r1r:" type="text" name="name" requ…/>
- unexpected value ""
- locator resolved to <input value="" id=":r1r:" type="text" name="name" requ…/>
- unexpected value ""
- locator resolved to <input value="" id=":r1r:" type="text" name="name" requ…/>
- unexpected value ""
- locator resolved to <input value="" id=":r1r:" type="text" name="name" requ…/>
- unexpected value ""
- locator resolved to <input value="" id=":r1r:" type="text" name="name" requ…/>
- unexpected value ""
- locator resolved to <input value="" id=":r1r:" type="text" name="name" requ…/>
- unexpected value ""
- locator resolved to <input value="" id=":r1r:" type="text" name="name" requ…/>
- unexpected value ""
- locator resolved to <input value="" id=":r1r:" type="text" name="name" requ…/>
- unexpected value ""
- locator resolved to <input value="" id=":r1r:" type="text" name="name" requ…/>
- unexpected value ""
- locator resolved to <input value="" id=":r1r:" type="text" name="name" requ…/>
- unexpected value ""
- locator resolved to <input value=
|
Tests / E2E API v2
No files were found with the provided path: test-results. No artifacts will be uploaded.
|
🎭 Playwright Run Summary
1 skipped
2 passed (3.2s)
|
🎭 Playwright Run Summary
1 flaky
[@***com/embed-core] › packages/embeds/embed-core/playwright/tests/action-based.e2e.ts:57:7 › Popup Tests › should open embed iframe on click - Configured with light theme
3 skipped
21 passed (57.8s)
|
🎭 Playwright Run Summary
1 flaky
[@***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
9 passed (1.5m)
|
🎭 Playwright Run Summary
9 skipped
94 passed (2.5m)
|
🎭 Playwright Run Summary
1 flaky
[@***com/web] › apps/web/playwright/settings-admin.e2e.ts:9:7 › Settings/admin tests -- future › should render /settings/admin page
18 skipped
73 passed (1.2m)
|
🎭 Playwright Run Summary
3 flaky
[@***com/web] › apps/web/playwright/manage-booking-questions.e2e.ts:52:9 › Manage Booking Questions › For User EventType › Do a booking with Checkbox type 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
[@***com/web] › apps/web/playwright/organization/organization-invitation.e2e.ts:270:9 › Organization › Email matching orgAutoAcceptEmail and a Verified Organization with DNS Setup Done › existing user migrated to an organization
6 skipped
34 passed (2.1m)
|
🎭 Playwright Run Summary
2 flaky
[@***com/web] › apps/web/playwright/booking-limits.e2e.ts:299:9 › Duration limits › week ───────
[@***com/web] › apps/web/playwright/booking-pages.e2e.ts:356:7 › prefill -- future › logged in ─
4 skipped
130 passed (3.3m)
|
Artifacts
Produced during runtime
Name | Size | Digest | |
---|---|---|---|
test-results-1_4
Expired
|
6.29 MB |
sha256:38b0fbe832ad2abe6707f62a64a9e782e62fa0db55cb5bee9e3b9a99317a2982
|
|