All checks #43
Annotations
3 errors and 1 notice
Run Tests:
apps/web/playwright/organization/booking.e2e.ts#L515
1) [@***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
513 | return BookingTitle === bookingTitle;
514 | })
> 515 | ).toBe(true);
| ^
516 | } else {
517 | const BookingTitle = `${event.title} between ${team.name} and ${testName}`;
518 | await expect(page.getByTestId("booking-title")).toHaveText(BookingTitle);
at bookTeamEvent (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/organization/booking.e2e.ts:515: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
|
Run Tests:
apps/web/playwright/organization/organization-invitation.e2e.ts#L1
2) [@***com/web] › apps/web/playwright/organization/organization-invitation.e2e.ts:22:9 › Organization › Email not matching orgAutoAcceptEmail › nonexisting user invited to an organization
Test timeout of 60000ms exceeded.
|
Run Tests:
apps/web/playwright/lib/testUtils.ts#L213
2) [@***com/web] › apps/web/playwright/organization/organization-invitation.e2e.ts:22:9 › Organization › Email not matching orgAutoAcceptEmail › nonexisting user invited to an organization
page.waitForResponse: Page closed
=========================== logs ===========================
waiting for response "**/api/trpc/teams/createInvite?batch=1"
============================================================
at apps/web/playwright/lib/testUtils.ts:213
211 |
212 | export async function getInviteLink(page: Page) {
> 213 | const response = await page.waitForResponse("**/api/trpc/teams/createInvite?batch=1");
| ^
214 | const json = await response.json();
215 | return json[0].result.data.json.inviteLink as string;
216 | }
at getInviteLink (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/lib/testUtils.ts:213:31)
at copyInviteLink (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/organization/organization-invitation.e2e.ts:557:41)
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/organization/organization-invitation.e2e.ts:72:28
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/organization/organization-invitation.e2e.ts:71:7
|
Run Tests
2 flaky
[@***com/web] › apps/web/playwright/organization/booking.e2e.ts:83:9 › Bookings › Team Event › Can create a booking for Round Robin EventType
[@***com/web] › apps/web/playwright/organization/organization-invitation.e2e.ts:22:9 › Organization › Email not matching orgAutoAcceptEmail › nonexisting user invited to an organization
5 skipped
22 passed (1.6m)
|
The logs for this run have expired and are no longer available.
Loading