All checks #570
Annotations
3 errors and 1 notice
apps/web/playwright/webhook.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/webhook.e2e.ts:739:7 › FORM_SUBMITTED › on submitting team form, triggers team webhook
Test timeout of 60000ms exceeded.
|
apps/web/playwright/webhook.e2e.ts#L772
1) [@***com/web] › apps/web/playwright/webhook.e2e.ts:739:7 › FORM_SUBMITTED › on submitting team form, triggers team webhook
page.fill: Target closed
=========================== logs ===========================
waiting for locator('[data-testid="form-field-name"]')
============================================================
770 | await gotoRoutingLink({ page, formId: form.id });
771 | const fieldName = "name";
> 772 | await page.fill(`[data-testid="form-field-${fieldName}"]`, "John Doe");
| ^
773 | page.click('button[type="submit"]');
774 |
775 | await webhookReceiver.waitForRequestCount(1);
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/webhook.e2e.ts:772:16
|
apps/web/playwright/webhook.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/webhook.e2e.ts:739:7 › FORM_SUBMITTED › on submitting team form, triggers team webhook
Pending operations:
- page.fill at apps/web/playwright/webhook.e2e.ts:772:16
|
|
The logs for this run have expired and are no longer available.
Loading