chore: Updated labeler to v5 #22634
Annotations
2 errors and 1 notice
Run Tests:
apps/web/playwright/organization/booking.e2e.ts#L453
1) [@***com/web] › apps/web/playwright/organization/booking.e2e.ts:71:9 › Bookings › Team Event › Can create a booking for Round Robin EventType
Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
451 | return BookingTitle === bookingTitle;
452 | })
> 453 | ).toBe(true);
| ^
454 | } else {
455 | const BookingTitle = `${event.title} between ${team.name} and ${testName}`;
456 | await expect(page.getByTestId("booking-title")).toHaveText(BookingTitle);
at bookTeamEvent (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/organization/booking.e2e.ts:453:7)
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/organization/booking.e2e.ts:106: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:100:7
|
Run Tests:
apps/web/playwright/organization/booking.e2e.ts#L453
1) [@***com/web] › apps/web/playwright/organization/booking.e2e.ts:71: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
451 | return BookingTitle === bookingTitle;
452 | })
> 453 | ).toBe(true);
| ^
454 | } else {
455 | const BookingTitle = `${event.title} between ${team.name} and ${testName}`;
456 | await expect(page.getByTestId("booking-title")).toHaveText(BookingTitle);
at bookTeamEvent (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/organization/booking.e2e.ts:453:7)
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/organization/booking.e2e.ts:106: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:100:7
|
Run Tests
1 flaky
[@***com/web] › apps/web/playwright/organization/booking.e2e.ts:71:9 › Bookings › Team Event › Can create a booking for Round Robin EventType
5 skipped
22 passed (50.4s)
|
Loading