All checks #396
Annotations
2 errors and 1 notice
apps/web/playwright/managed-event-types.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/managed-event-types.e2e.ts:17:7 › Managed Event Types › Can create managed event type
Test timeout of 60000ms exceeded.
|
apps/web/playwright/managed-event-types.e2e.ts#L195
1) [@***com/web] › apps/web/playwright/managed-event-types.e2e.ts:17:7 › Managed Event Types › Can create managed event type
page.waitForURL: Navigation failed because page was closed!
=========================== logs ===========================
waiting for navigation to "event-types/**" until "load"
navigated to "http://***:3000/event-types"
============================================================
193 |
194 | await page.getByTestId("event-types").locator('a[title="Managed Event Title"]').click();
> 195 | await page.waitForURL("event-types/**");
| ^
196 |
197 | //match length
198 | expect(await page.locator("[data-testid=duration]").getAttribute("value")).toBe("45");
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/managed-event-types.e2e.ts:195:18
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/managed-event-types.e2e.ts:162:5
|
|
The logs for this run have expired and are no longer available.
Loading