All checks #448
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#L116
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"
============================================================
114 |
115 | await page.getByTestId("event-types").locator('a[title="managed"]').click();
> 116 | await page.waitForURL("event-types/**");
| ^
117 |
118 | await expect(page.locator('input[name="title"]')).not.toBeEditable();
119 | await expect(page.locator('input[name="slug"]')).not.toBeEditable();
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/managed-event-types.e2e.ts:116:18
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/managed-event-types.e2e.ts:109:5
|
|
The logs for this run have expired and are no longer available.
Loading