Move legacy meta boxes to toggle #98366
Annotations
4 errors, 1 warning, and 1 notice
Run the tests:
test/e2e/specs/editor/various/publish-button.spec.js#L80
1) [chromium] › editor/various/publish-button.spec.js:69:2 › Post publish button › should be disabled when metabox is being saved
TimeoutError: locator.fill: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('textbox', { name: 'Add title' })
============================================================
78 | name: 'Add title',
79 | } )
> 80 | .fill( 'Test post' );
| ^
81 |
82 | const topBar = page.getByRole( 'region', { name: 'Editor top bar' } );
83 | await expect(
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/publish-button.spec.js:80:5
|
Run the tests:
test/e2e/specs/editor/various/publish-button.spec.js#L80
1) [chromium] › editor/various/publish-button.spec.js:69:2 › Post publish button › should be disabled when metabox is being saved
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.fill: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('textbox', { name: 'Add title' })
============================================================
78 | name: 'Add title',
79 | } )
> 80 | .fill( 'Test post' );
| ^
81 |
82 | const topBar = page.getByRole( 'region', { name: 'Editor top bar' } );
83 | await expect(
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/publish-button.spec.js:80:5
|
Run the tests:
test/e2e/specs/editor/various/publish-button.spec.js#L80
1) [chromium] › editor/various/publish-button.spec.js:69:2 › Post publish button › should be disabled when metabox is being saved
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.fill: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('textbox', { name: 'Add title' })
============================================================
78 | name: 'Add title',
79 | } )
> 80 | .fill( 'Test post' );
| ^
81 |
82 | const topBar = page.getByRole( 'region', { name: 'Editor top bar' } );
83 | await expect(
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/publish-button.spec.js:80:5
|
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] › editor/various/publish-button.spec.js:69:2 › Post publish button › should be disabled when metabox is being saved
1 skipped
174 passed (8.8m)
|
The logs for this run have expired and are no longer available.
Loading