feat(cli): add telemetry cli commands #5455
Annotations
2 errors and 1 notice
test/e2e/tests/components-api/form.spec.ts#L1
1) [chromium] › components-api/form.spec.ts:18:7 › Form Components API: › form.components.field ──
Test timeout of 30000ms exceeded.
|
test/e2e/tests/components-api/form.spec.ts#L26
1) [chromium] › components-api/form.spec.ts:18:7 › Form Components API: › form.components.field ──
Error: expect(locator).toBeVisible()
Locator: getByTestId('child-parent-config-form-field').getByTestId('parent-config-form-field').getByTestId('field-string')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 300000ms
- waiting for getByTestId('child-parent-config-form-field').getByTestId('parent-config-form-field').getByTestId('field-string')
24 | .getByTestId('parent-config-form-field')
25 | .getByTestId('field-string'),
> 26 | ).toBeVisible()
| ^
27 | })
28 | })
29 |
at /home/runner/work/sanity/sanity/test/e2e/tests/components-api/form.spec.ts:26:7
|
|
The logs for this run have expired and are no longer available.
Loading