All checks #524
Annotations
6 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#L88
1) [@***com/web] › apps/web/playwright/managed-event-types.e2e.ts:17:7 › Managed Event Types › Can create managed event type
locator.waitFor: Target closed
=========================== logs ===========================
waiting for getByTestId('toast-success') to be visible
============================================================
86 | await page.getByTestId(`select-option-${memberUser.id}`).click();
87 | await page.locator('[type="submit"]').click();
> 88 | await page.getByTestId("toast-success").waitFor();
| ^
89 | });
90 |
91 | await test.step("Managed event type can use Organizer's default app as location", async () => {
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/managed-event-types.e2e.ts:88:47
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/managed-event-types.e2e.ts:68:5
|
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
Pending operations:
- locator.click at apps/web/playwright/managed-event-types.e2e.ts:87:45
|
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
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
apps/web/playwright/managed-event-types.e2e.ts#L129
1) [@***com/web] › apps/web/playwright/managed-event-types.e2e.ts:17:7 › Managed Event Types › Can create managed event type
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
locator.click: Target closed
=========================== logs ===========================
waiting for getByTestId('event-types').locator('a[title="managed"]')
============================================================
127 | await page.goto("/event-types");
128 |
> 129 | await page.getByTestId("event-types").locator('a[title="managed"]').click();
| ^
130 | await page.waitForURL("event-types/**");
131 |
132 | // Locked by default
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/managed-event-types.e2e.ts:129:75
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/managed-event-types.e2e.ts:125:5
|
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
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Pending operations:
- apiRequestContext.post at apps/web/playwright/fixtures/users.ts:905:33
|
|
This job succeeded
Loading