WIP: Unify publish flow between post and site editors #100575
Annotations
4 errors, 1 warning, and 1 notice
Run the tests:
packages/e2e-test-utils-playwright/src/editor/site-editor.ts#L29
1) [chromium] › site-editor/pages.spec.js:240:2 › Pages › swap template and reset to default ─────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- 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:29
27 | await editorTopBar
28 | .getByRole( 'button', { name: 'Save', exact: true } )
> 29 | .click();
| ^
30 |
31 | if ( ! options.isOnlyCurrentEntityDirty ) {
32 | // Second Save button in the entities panel.
at Editor.saveSiteEditorEntities (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/site-editor.ts:29:4)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/pages.spec.js:290:16
|
Run the tests:
packages/e2e-test-utils-playwright/src/editor/site-editor.ts#L29
1) [chromium] › site-editor/pages.spec.js:240:2 › Pages › swap template and reset to default ─────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- 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:29
27 | await editorTopBar
28 | .getByRole( 'button', { name: 'Save', exact: true } )
> 29 | .click();
| ^
30 |
31 | if ( ! options.isOnlyCurrentEntityDirty ) {
32 | // Second Save button in the entities panel.
at Editor.saveSiteEditorEntities (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/site-editor.ts:29:4)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/pages.spec.js:290:16
|
Run the tests:
packages/e2e-test-utils-playwright/src/editor/site-editor.ts#L29
1) [chromium] › site-editor/pages.spec.js:240:2 › Pages › swap template and reset to default ─────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- 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:29
27 | await editorTopBar
28 | .getByRole( 'button', { name: 'Save', exact: true } )
> 29 | .click();
| ^
30 |
31 | if ( ! options.isOnlyCurrentEntityDirty ) {
32 | // Second Save button in the entities panel.
at Editor.saveSiteEditorEntities (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/editor/site-editor.ts:29:4)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/pages.spec.js:290:16
|
Run the tests
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run the tests
1 failed
[chromium] › site-editor/pages.spec.js:240:2 › Pages › swap template and reset to default ──────
3 skipped
181 passed (6.8m)
|
Loading