Make SaveButton
extensible
#90068
Annotations
10 errors and 1 notice
Run the tests:
test/e2e/specs/site-editor/multi-entity-saving.spec.js#L41
1) [chromium] › site-editor/multi-entity-saving.spec.js:29:2 › Site Editor - Multi-entity save flow › save flow should work as expected
Error: Timed out 5000ms waiting for expect(locator).toBeEnabled()
Locator: getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Save' })
Expected: enabled
Received: disabled
Call log:
- expect.toBeEnabled with timeout 5000ms
- waiting for getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Save' })
39 | .getByRole( 'region', { name: 'Editor top bar' } )
40 | .getByRole( 'button', { name: 'Save' } )
> 41 | ).toBeEnabled();
| ^
42 | await expect(
43 | page
44 | .getByRole( 'region', { name: 'Save panel' } )
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/multi-entity-saving.spec.js:41:5
|
Run the tests:
test/e2e/specs/site-editor/multi-entity-saving.spec.js#L41
1) [chromium] › site-editor/multi-entity-saving.spec.js:29:2 › Site Editor - Multi-entity save flow › save flow should work as expected
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeEnabled()
Locator: getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Save' })
Expected: enabled
Received: disabled
Call log:
- expect.toBeEnabled with timeout 5000ms
- waiting for getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Save' })
39 | .getByRole( 'region', { name: 'Editor top bar' } )
40 | .getByRole( 'button', { name: 'Save' } )
> 41 | ).toBeEnabled();
| ^
42 | await expect(
43 | page
44 | .getByRole( 'region', { name: 'Save panel' } )
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/multi-entity-saving.spec.js:41:5
|
Run the tests:
test/e2e/specs/site-editor/multi-entity-saving.spec.js#L41
1) [chromium] › site-editor/multi-entity-saving.spec.js:29:2 › Site Editor - Multi-entity save flow › save flow should work as expected
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeEnabled()
Locator: getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Save' })
Expected: enabled
Received: disabled
Call log:
- expect.toBeEnabled with timeout 5000ms
- waiting for getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Save' })
39 | .getByRole( 'region', { name: 'Editor top bar' } )
40 | .getByRole( 'button', { name: 'Save' } )
> 41 | ).toBeEnabled();
| ^
42 | await expect(
43 | page
44 | .getByRole( 'region', { name: 'Save panel' } )
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/multi-entity-saving.spec.js:41:5
|
Run the tests:
packages/e2e-test-utils-playwright/src/editor/site-editor.ts#L20
2) [chromium] › site-editor/multi-entity-saving.spec.js:56:2 › Site Editor - Multi-entity save flow › save flow should allow re-saving after changing the same block attribute
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Save', exact: true })
============================================================
at ../../../packages/e2e-test-utils-playwright/src/editor/site-editor.ts:20
18 | await editorTopBar
19 | .getByRole( 'button', { name: 'Save', exact: true } )
> 20 | .click();
| ^
21 |
22 | // Second Save button in the entities panel.
23 | await savePanel
at Editor.saveSiteEditorEntities (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/site-editor.ts:20:4)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/multi-entity-saving.spec.js:75:16
|
Run the tests:
packages/e2e-test-utils-playwright/src/editor/site-editor.ts#L20
2) [chromium] › site-editor/multi-entity-saving.spec.js:56:2 › Site Editor - Multi-entity save flow › save flow should allow re-saving after changing the same block attribute
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Save', exact: true })
============================================================
at ../../../packages/e2e-test-utils-playwright/src/editor/site-editor.ts:20
18 | await editorTopBar
19 | .getByRole( 'button', { name: 'Save', exact: true } )
> 20 | .click();
| ^
21 |
22 | // Second Save button in the entities panel.
23 | await savePanel
at Editor.saveSiteEditorEntities (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/site-editor.ts:20:4)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/multi-entity-saving.spec.js:75:16
|
Run the tests:
packages/e2e-test-utils-playwright/src/editor/site-editor.ts#L20
2) [chromium] › site-editor/multi-entity-saving.spec.js:56:2 › Site Editor - Multi-entity save flow › save flow should allow re-saving after changing the same block attribute
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Save', exact: true })
============================================================
at ../../../packages/e2e-test-utils-playwright/src/editor/site-editor.ts:20
18 | await editorTopBar
19 | .getByRole( 'button', { name: 'Save', exact: true } )
> 20 | .click();
| ^
21 |
22 | // Second Save button in the entities panel.
23 | await savePanel
at Editor.saveSiteEditorEntities (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/site-editor.ts:20:4)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/multi-entity-saving.spec.js:75:16
|
Run the tests:
test/e2e/specs/site-editor/pages.spec.js#L155
3) [chromium] › site-editor/pages.spec.js:93:2 › Pages › create a new page, edit template and toggle page template preview
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('button', { name: 'Save', exact: true })
============================================================
153 |
154 | // Site Title and Page entities should have been modified.
> 155 | await page.getByRole( 'button', { name: 'Save', exact: true } ).click();
| ^
156 | await expect(
157 | page.locator(
158 | 'role=region[name="Save panel"] >> role=checkbox[name="Title"]'
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/pages.spec.js:155:67
|
Run the tests:
test/e2e/specs/site-editor/pages.spec.js#L155
3) [chromium] › site-editor/pages.spec.js:93:2 › Pages › create a new page, edit template and toggle page template preview
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('button', { name: 'Save', exact: true })
============================================================
153 |
154 | // Site Title and Page entities should have been modified.
> 155 | await page.getByRole( 'button', { name: 'Save', exact: true } ).click();
| ^
156 | await expect(
157 | page.locator(
158 | 'role=region[name="Save panel"] >> role=checkbox[name="Title"]'
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/pages.spec.js:155:67
|
Run the tests:
test/e2e/specs/site-editor/pages.spec.js#L155
3) [chromium] › site-editor/pages.spec.js:93:2 › Pages › create a new page, edit template and toggle page template preview
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('button', { name: 'Save', exact: true })
============================================================
153 |
154 | // Site Title and Page entities should have been modified.
> 155 | await page.getByRole( 'button', { name: 'Save', exact: true } ).click();
| ^
156 | await expect(
157 | page.locator(
158 | 'role=region[name="Save panel"] >> role=checkbox[name="Title"]'
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/pages.spec.js:155:67
|
Run the tests:
packages/e2e-test-utils-playwright/src/editor/site-editor.ts#L20
4) [chromium] › site-editor/pages.spec.js:249:2 › Pages › swap template and reset to default ─────
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Save', exact: true })
============================================================
at ../../../packages/e2e-test-utils-playwright/src/editor/site-editor.ts:20
18 | await editorTopBar
19 | .getByRole( 'button', { name: 'Save', exact: true } )
> 20 | .click();
| ^
21 |
22 | // Second Save button in the entities panel.
23 | await savePanel
at Editor.saveSiteEditorEntities (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/site-editor.ts:20:4)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/pages.spec.js:275:16
|
Run the tests
19 failed
[chromium] › site-editor/multi-entity-saving.spec.js:29:2 › Site Editor - Multi-entity save flow › save flow should work as expected
[chromium] › site-editor/multi-entity-saving.spec.js:56:2 › Site Editor - Multi-entity save flow › save flow should allow re-saving after changing the same block attribute
[chromium] › site-editor/pages.spec.js:93:2 › Pages › create a new page, edit template and toggle page template preview
[chromium] › site-editor/pages.spec.js:249:2 › Pages › swap template and reset to default ──────
[chromium] › site-editor/patterns.spec.js:30:2 › Patterns › create a new pattern ───────────────
[chromium] › site-editor/template-part.spec.js:179:2 › Template Part › can detach blocks from a template part
[chromium] › site-editor/template-part.spec.js:221:2 › Template Part › shows changes in a template when a template part it contains is modified
[chromium] › site-editor/template-revert.spec.js:29:2 › Template Revert › should delete the template after saving the reverted template
[chromium] › site-editor/template-revert.spec.js:61:2 › Template Revert › should show the original content after revert
[chromium] › site-editor/template-revert.spec.js:81:2 › Template Revert › should show the original content after revert and page reload
[chromium] › site-editor/template-revert.spec.js:103:2 › Template Revert › should show the edited content after revert and clicking undo in the header toolbar
[chromium] › site-editor/template-revert.spec.js:132:2 › Template Revert › should show the edited content after revert and clicking undo in the notice
[chromium] › site-editor/template-revert.spec.js:158:2 › Template Revert › should show the original content after revert, clicking undo then redo in the header toolbar
[chromium] › site-editor/template-revert.spec.js:190:2 › Template Revert › should show the original content after revert, clicking undo in the notice then undo in the header toolbar
[chromium] › site-editor/template-revert.spec.js:227:2 › Template Revert › should show the edited content after revert, clicking undo in the header toolbar, save and reload
[chromium] › site-editor/template-revert.spec.js:257:2 › Template Revert › should show the edited content after revert, clicking undo in the notice and reload
[chromium] › site-editor/user-global-styles-revisions.spec.js:29:2 › Global styles revisions › should display revisions UI when there is 1 revision
[chromium] › site-editor/user-global-styles-revisions.spec.js:64:2 › Global styles revisions › should warn of unsaved changes before loading reset revision
[chromium] › site-editor/user-global-styles-revisions.spec.js:108:2 › Global styles revisions › should have a reset to defaults button
1 flaky
[chromium] › site-editor/font-library.spec.js:45:3 › Font Library › When a theme with bundled fonts is active › should display the "Manage Fonts" icon
1 skipped
94 passed (19.6m)
|
The logs for this run have expired and are no longer available.
Loading