All checks #112
Annotations
2 errors and 1 notice
apps/web/playwright/teams.e2e.ts#L156
1) [@***com/web] › apps/web/playwright/teams.e2e.ts:122:7 › Teams - NonOrg -- future › 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
|
apps/web/playwright/lib/testUtils.ts#L199
2) [@***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/clwuoc1s00001jxd8qmbv9t9e
=========================== logs ===========================
navigating to "http://***:3000/forms/clwuoc1s00001jxd8qmbv9t9e", 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
|
|
This job succeeded
Loading