feat(auto-save): Auto-save on custom / page type builder #2464
ci.yml
on: push
prepare
1m 11s
prepare-win32
4m 19s
Matrix: e2e
Matrix: packages
Matrix: packages-win32
e2e-merge-reports
56s
Annotations
11 errors and 8 notices
packages (slice-machine-ui)
Process completed with exit code 1.
|
packages-win32 (@slicemachine/init)
Process completed with exit code 1.
|
packages-win32 (slice-machine-ui)
Process completed with exit code 1.
|
[chromium] › pageTypes/pageTypesTable.spec.ts:108:11 › I can rename a page type:
playwright/pages/components/RenameTypeDialog.ts#L39
1) [chromium] › pageTypes/pageTypesTable.spec.ts:108:11 › I can rename a page type ───────────────
Error: Timed out 30000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('dialog').getByText('Rename a page type', { exact: true })
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 30000ms
- waiting for getByRole('dialog').getByText('Rename a page 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/pageTypes/pageTypesTable.spec.ts:115:47
|
[chromium] › pageTypes/pageTypesTable.spec.ts:108:11 › I can rename a page type:
playwright/pages/components/RenameTypeDialog.ts#L39
1) [chromium] › pageTypes/pageTypesTable.spec.ts:108:11 › I can rename a page type ───────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 30000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('dialog').getByText('Rename a page type', { exact: true })
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 30000ms
- waiting for getByRole('dialog').getByText('Rename a page 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/pageTypes/pageTypesTable.spec.ts:115:47
|
[chromium] › pageTypes/pageTypesTable.spec.ts:108:11 › I can rename a page type:
playwright/pages/components/RenameTypeDialog.ts#L39
1) [chromium] › pageTypes/pageTypesTable.spec.ts:108:11 › I can rename a page type ───────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 30000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('dialog').getByText('Rename a page type', { exact: true })
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 30000ms
- waiting for getByRole('dialog').getByText('Rename a page 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/pageTypes/pageTypesTable.spec.ts:115:47
|
e2e (7/8)
Process completed with exit code 1.
|
[chromium] › customTypes/customTypesTable.spec.ts:76:11 › I can rename a custom type:
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
|
[chromium] › customTypes/customTypesTable.spec.ts:76:11 › I can rename a custom type:
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
|
[chromium] › customTypes/customTypesTable.spec.ts:76:11 › I can rename a custom type:
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
|
e2e (4/8)
Process completed with exit code 1.
|
🎭 Playwright Run Summary
9 passed (29.1s)
|
🎭 Playwright Run Summary
11 passed (52.4s)
|
🎭 Playwright Run Summary
6 passed (1.2m)
|
🎭 Playwright Run Summary
13 passed (52.5s)
|
🎭 Playwright Run Summary
10 passed (1.6m)
|
🎭 Playwright Run Summary
11 passed (2.7m)
|
🎭 Playwright Run Summary
1 failed
[chromium] › pageTypes/pageTypesTable.spec.ts:108:11 › I can rename a page type ────────────────
8 passed (4.0m)
|
🎭 Playwright Run Summary
1 failed
[chromium] › customTypes/customTypesTable.spec.ts:76:11 › I can rename a custom type ───────────
17 passed (4.6m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
e2e-all-blob-reports
Expired
|
32.1 MB |
|
html-report--attempt-1
Expired
|
33.4 MB |
|