chore: Updated labeler to v5 #22634
Annotations
4 errors and 1 notice
Run Tests:
apps/web/playwright/team/expects.ts#L21
1) [@***com/web] › apps/web/playwright/team/team-invitation.e2e.ts:100:7 › Team › Invitation (verified)
Error: expect(received).toBe(expected) // Object.is equality
Expected: 1
Received: 0
at apps/web/playwright/team/expects.ts:21
19 | await page.waitForTimeout(2000);
20 | const receivedEmails = await getEmailsReceivedByUser({ emails, userEmail });
> 21 | expect(receivedEmails?.total).toBe(1);
| ^
22 |
23 | const [firstReceivedEmail] = (receivedEmails as Messages).items;
24 | if (subject) {
at expectInvitationEmailToBeReceived (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/team/expects.ts:21:33)
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/team/team-invitation.e2e.ts:117:7
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/team/team-invitation.e2e.ts:108:5
|
Run Tests:
apps/web/playwright/teams.e2e.ts#L156
2) [@***com/web] › apps/web/playwright/teams.e2e.ts:122:7 › Teams - NonOrg -- legacy › Can create a booking for Round Robin EventType
Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
154 | return BookingTitle === bookingTitle;
155 | })
> 156 | ).toBe(true);
| ^
157 |
158 | // Since all the users have the same leastRecentlyBooked value
159 | // Anyone of the teammates could be the Host of the booking.
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/teams.e2e.ts:156:7
|
Run Tests:
apps/web/playwright/webhook.e2e.ts#L668
3) [@***com/web] › apps/web/playwright/webhook.e2e.ts:548:7 › MEETING_ENDED, MEETING_STARTED › should create/remove scheduledWebhookTriggers for existing bookings
Error: expect(received).toBe(expected) // Object.is equality
Expected: 0
Received: 2
666 | });
667 |
> 668 | expect(scheduledTriggersAfterDisabling.length).toBe(0);
| ^
669 | });
670 | });
671 |
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/webhook.e2e.ts:668:52
|
Run Tests:
apps/web/playwright/webhook.e2e.ts#L668
3) [@***com/web] › apps/web/playwright/webhook.e2e.ts:548:7 › MEETING_ENDED, MEETING_STARTED › should create/remove scheduledWebhookTriggers for existing bookings
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: 0
Received: 2
666 | });
667 |
> 668 | expect(scheduledTriggersAfterDisabling.length).toBe(0);
| ^
669 | });
670 | });
671 |
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/webhook.e2e.ts:668:52
|
Run Tests
3 flaky
[@***com/web] › apps/web/playwright/team/team-invitation.e2e.ts:100:7 › Team › Invitation (verified)
[@***com/web] › apps/web/playwright/teams.e2e.ts:122:7 › Teams - NonOrg -- legacy › Can create a booking for Round Robin EventType
[@***com/web] › apps/web/playwright/webhook.e2e.ts:548:7 › MEETING_ENDED, MEETING_STARTED › should create/remove scheduledWebhookTriggers for existing bookings
12 skipped
40 passed (2.4m)
|
Loading