feat(auto-save): Auto-save on custom / page type builder #2428
Annotations
4 errors and 1 notice
Running E2E tests:
playwright/tests/customTypes/customTypesTable.spec.ts#L27
1) [chromium] › customTypes/customTypesTable.spec.ts:6:11 › I can create a reusable custom type ──
Error: Timed out 30000ms waiting for expect(locator).toBeVisible()
Locator: getByTestId('list-item-uid').getByTestId('field-id').getByText('data$.uid', { exact: true })
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 30000ms
- waiting for getByTestId('list-item-uid').getByTestId('field-id').getByText('data$.uid', { exact: true })
25 | await expect(
26 | customTypesBuilderPage.getListItemFieldId("uid"),
> 27 | ).toBeVisible();
| ^
28 | await expect(
29 | customTypesBuilderPage.getListItemFieldName("uid", "UID"),
30 | ).toBeVisible();
at /home/runner/work/slice-machine/slice-machine/playwright/tests/customTypes/customTypesTable.spec.ts:27:7
|
Running E2E tests:
playwright/tests/customTypes/customTypesTable.spec.ts#L27
1) [chromium] › customTypes/customTypesTable.spec.ts:6:11 › I can create a reusable custom type ──
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 30000ms waiting for expect(locator).toBeVisible()
Locator: getByTestId('list-item-uid').getByTestId('field-id').getByText('data$.uid', { exact: true })
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 30000ms
- waiting for getByTestId('list-item-uid').getByTestId('field-id').getByText('data$.uid', { exact: true })
25 | await expect(
26 | customTypesBuilderPage.getListItemFieldId("uid"),
> 27 | ).toBeVisible();
| ^
28 | await expect(
29 | customTypesBuilderPage.getListItemFieldName("uid", "UID"),
30 | ).toBeVisible();
at /home/runner/work/slice-machine/slice-machine/playwright/tests/customTypes/customTypesTable.spec.ts:27:7
|
Running E2E tests:
playwright/tests/customTypes/customTypesTable.spec.ts#L27
1) [chromium] › customTypes/customTypesTable.spec.ts:6:11 › I can create a reusable custom type ──
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 30000ms waiting for expect(locator).toBeVisible()
Locator: getByTestId('list-item-uid').getByTestId('field-id').getByText('data$.uid', { exact: true })
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 30000ms
- waiting for getByTestId('list-item-uid').getByTestId('field-id').getByText('data$.uid', { exact: true })
25 | await expect(
26 | customTypesBuilderPage.getListItemFieldId("uid"),
> 27 | ).toBeVisible();
| ^
28 | await expect(
29 | customTypesBuilderPage.getListItemFieldName("uid", "UID"),
30 | ).toBeVisible();
at /home/runner/work/slice-machine/slice-machine/playwright/tests/customTypes/customTypesTable.spec.ts:27:7
|
Running E2E tests
Process completed with exit code 1.
|
Running E2E tests
1 failed
[chromium] › customTypes/customTypesTable.spec.ts:6:11 › I can create a reusable custom type ───
17 passed (4.5m)
|
The logs for this run have expired and are no longer available.
Loading