chore: remove personal branding if in an org and use org branding #24861
Annotations
4 errors and 1 notice
apps/web/playwright/managed-event-types.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/managed-event-types.e2e.ts:17:7 › Managed Event Types › Can create managed event type
Test timeout of 60000ms exceeded.
|
apps/web/playwright/managed-event-types.e2e.ts#L194
1) [@***com/web] › apps/web/playwright/managed-event-types.e2e.ts:17:7 › Managed Event Types › Can create managed event type
locator.click: Target closed
=========================== logs ===========================
waiting for getByTestId('event-types').locator('a[title="Managed Event Title"]')
============================================================
192 | await page.goto("/event-types");
193 |
> 194 | await page.getByTestId("event-types").locator('a[title="Managed Event Title"]').click();
| ^
195 | await page.waitForURL("event-types/**");
196 |
197 | //match length
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/managed-event-types.e2e.ts:194:87
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/managed-event-types.e2e.ts:162:5
|
apps/web/playwright/managed-event-types.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/managed-event-types.e2e.ts:17:7 › Managed Event Types › Can create managed event type
Pending operations:
- page.goto at apps/web/playwright/managed-event-types.e2e.ts:189:18
|
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
|
|
This job succeeded
Loading