All checks #464
Annotations
10 errors and 1 notice
apps/web/playwright/profile.e2e.ts#L311
1) [@***com/web] › apps/web/playwright/profile.e2e.ts:304:7 › Update Profile › Newly added secondary email should show as Unverified
Error: expect(received).toEqual(expected) // deep equality
Expected: true
Received: false
309 |
310 | expect(await page.getByTestId("profile-form-email-1-primary-badge").isVisible()).toEqual(false);
> 311 | expect(await page.getByTestId("profile-form-email-1-unverified-badge").isVisible()).toEqual(true);
| ^
312 | });
313 |
314 | // TODO: This test is extremely flaky and has been failing a lot, blocking many PRs. Fix this.
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/profile.e2e.ts:311:89
|
apps/web/playwright/profile.e2e.ts#L311
1) [@***com/web] › apps/web/playwright/profile.e2e.ts:304:7 › Update Profile › Newly added secondary email should show as Unverified
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: true
Received: false
309 |
310 | expect(await page.getByTestId("profile-form-email-1-primary-badge").isVisible()).toEqual(false);
> 311 | expect(await page.getByTestId("profile-form-email-1-unverified-badge").isVisible()).toEqual(true);
| ^
312 | });
313 |
314 | // TODO: This test is extremely flaky and has been failing a lot, blocking many PRs. Fix this.
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/profile.e2e.ts:311:89
|
apps/web/playwright/team/expects.ts#L21
2) [@***com/web] › apps/web/playwright/team/team-invitation.e2e.ts:16:7 › Team › Invitation (non 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:33:26
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/team/team-invitation.e2e.ts:24:5
|
apps/web/playwright/team/expects.ts#L21
3) [@***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
|
apps/web/playwright/teams.e2e.ts#L1
4) [@***com/web] › apps/web/playwright/teams.e2e.ts:40:7 › Teams - NonOrg -- future › Team Onboarding Invite Members
Test timeout of 60000ms exceeded.
|
apps/web/playwright/teams.e2e.ts#L51
4) [@***com/web] › apps/web/playwright/teams.e2e.ts:40:7 › Teams - NonOrg -- future › Team Onboarding Invite Members
locator.click: Target closed
=========================== logs ===========================
waiting for locator('[data-testid="new-member-button"]')
============================================================
49 | await test.step("Can add members", async () => {
50 | // Click [data-testid="new-member-button"]
> 51 | await page.locator('[data-testid="new-member-button"]').click();
| ^
52 | // Fill [placeholder="email\@example\.com"]
53 | await page.locator('[placeholder="email\\@example\\.com"]').fill(inviteeEmail);
54 | // Click [data-testid="invite-new-member-button"]
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/teams.e2e.ts:51:63
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/teams.e2e.ts:49:16
|
apps/web/playwright/teams.e2e.ts#L1
4) [@***com/web] › apps/web/playwright/teams.e2e.ts:40:7 › Teams - NonOrg -- future › Team Onboarding Invite Members
Pending operations:
- locator.click at apps/web/playwright/teams.e2e.ts:51:63
|
apps/web/playwright/webhook.e2e.ts#L668
5) [@***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
|
apps/web/playwright/webhook.e2e.ts#L668
5) [@***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
|
apps/web/playwright/lib/testUtils.ts#L199
6) [@***com/web] › apps/web/playwright/webhook.e2e.ts:739:7 › FORM_SUBMITTED › on submitting team form, triggers team webhook
page.goto: net::ERR_ABORTED at http://***:3000/forms/clxvxx0k90003jx6nhnpnav15
=========================== logs ===========================
navigating to "http://***:3000/forms/clxvxx0k90003jx6nhnpnav15", waiting until "load"
============================================================
at apps/web/playwright/lib/testUtils.ts:199
197 | }
198 |
> 199 | await page.goto(`${previewLink}${queryString ? `?${queryString}` : ""}`);
| ^
200 |
201 | // HACK: There seems to be some issue with the inputs to the form getting reset if we don't wait.
202 | await new Promise((resolve) => setTimeout(resolve, 1000));
at gotoRoutingLink (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/lib/testUtils.ts:199:14)
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/webhook.e2e.ts:770:26
|
6 flaky
[@***com/web] › apps/web/playwright/profile.e2e.ts:304:7 › Update Profile › Newly added secondary email should show as Unverified
[@***com/web] › apps/web/playwright/team/team-invitation.e2e.ts:16:7 › Team › Invitation (non verified)
[@***com/web] › apps/web/playwright/team/team-invitation.e2e.ts:100:7 › Team › Invitation (verified)
[@***com/web] › apps/web/playwright/teams.e2e.ts:40:7 › Teams - NonOrg -- future › Team Onboarding Invite Members
[@***com/web] › apps/web/playwright/webhook.e2e.ts:548:7 › MEETING_ENDED, MEETING_STARTED › should create/remove scheduledWebhookTriggers for existing bookings
[@***com/web] › apps/web/playwright/webhook.e2e.ts:739:7 › FORM_SUBMITTED › on submitting team form, triggers team webhook
18 skipped
68 passed (2.8m)
|
The logs for this run have expired and are no longer available.
Loading