feat(auto-save): Auto-save on custom / page type builder #2464
Annotations
4 errors and 1 notice
Running E2E tests:
playwright/pages/components/RenameTypeDialog.ts#L39
1) [chromium] › customTypes/customTypesTable.spec.ts:76:11 › I can rename a custom type ──────────
Error: Timed out 30000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('dialog').getByText('Rename a custom type', { exact: true })
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 30000ms
- waiting for getByRole('dialog').getByText('Rename a custom type', { exact: true })
at ../pages/components/RenameTypeDialog.ts:39
37 | */
38 | async renameType(newName: string, from: "table" | "builder" = "table") {
> 39 | await expect(this.title).toBeVisible();
| ^
40 | await this.nameInput.fill(newName);
41 | await this.submitButton.click();
42 | await expect(this.title).not.toBeVisible();
at RenameTypeDialog.renameType (/home/runner/work/slice-machine/slice-machine/playwright/pages/components/RenameTypeDialog.ts:39:30)
at /home/runner/work/slice-machine/slice-machine/playwright/tests/customTypes/customTypesTable.spec.ts:86:49
|
Running E2E tests:
playwright/pages/components/RenameTypeDialog.ts#L39
1) [chromium] › customTypes/customTypesTable.spec.ts:76:11 › I can rename a custom type ──────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 30000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('dialog').getByText('Rename a custom type', { exact: true })
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 30000ms
- waiting for getByRole('dialog').getByText('Rename a custom type', { exact: true })
at ../pages/components/RenameTypeDialog.ts:39
37 | */
38 | async renameType(newName: string, from: "table" | "builder" = "table") {
> 39 | await expect(this.title).toBeVisible();
| ^
40 | await this.nameInput.fill(newName);
41 | await this.submitButton.click();
42 | await expect(this.title).not.toBeVisible();
at RenameTypeDialog.renameType (/home/runner/work/slice-machine/slice-machine/playwright/pages/components/RenameTypeDialog.ts:39:30)
at /home/runner/work/slice-machine/slice-machine/playwright/tests/customTypes/customTypesTable.spec.ts:86:49
|
Running E2E tests:
playwright/pages/components/RenameTypeDialog.ts#L39
1) [chromium] › customTypes/customTypesTable.spec.ts:76:11 › I can rename a custom type ──────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 30000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('dialog').getByText('Rename a custom type', { exact: true })
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 30000ms
- waiting for getByRole('dialog').getByText('Rename a custom type', { exact: true })
at ../pages/components/RenameTypeDialog.ts:39
37 | */
38 | async renameType(newName: string, from: "table" | "builder" = "table") {
> 39 | await expect(this.title).toBeVisible();
| ^
40 | await this.nameInput.fill(newName);
41 | await this.submitButton.click();
42 | await expect(this.title).not.toBeVisible();
at RenameTypeDialog.renameType (/home/runner/work/slice-machine/slice-machine/playwright/pages/components/RenameTypeDialog.ts:39:30)
at /home/runner/work/slice-machine/slice-machine/playwright/tests/customTypes/customTypesTable.spec.ts:86:49
|
Running E2E tests
Process completed with exit code 1.
|
Running E2E tests
1 failed
[chromium] › customTypes/customTypesTable.spec.ts:76:11 › I can rename a custom type ───────────
17 passed (4.6m)
|
The logs for this run have expired and are no longer available.
Loading