All checks #447
Annotations
2 errors and 1 notice
apps/web/playwright/availability.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/availability.e2e.ts:23:7 › Availablity › Date Overrides ───
Test timeout of 60000ms exceeded.
|
apps/web/playwright/availability.e2e.ts#L37
1) [@***com/web] › apps/web/playwright/availability.e2e.ts:23:7 › Availablity › Date Overrides ───
page.waitForResponse: Page closed
=========================== logs ===========================
waiting for response "**/api/trpc/availability/schedule.update?batch=1"
============================================================
35 | await expect(page.locator('[data-testid="date-overrides-list"] > li')).toHaveCount(1);
36 | await page.locator('[form="availability-form"][type="submit"]').click();
> 37 | const response = await page.waitForResponse("**/api/trpc/availability/schedule.update?batch=1");
| ^
38 | const json = await response.json();
39 | const nextMonth = dayjs().add(1, "month").startOf("month");
40 | const troubleshooterURL = `/availability/troubleshoot?date=${nextMonth.format("YYYY-MM-DD")}`;
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/availability.e2e.ts:37:33
|
|
The logs for this run have expired and are no longer available.
Loading