Menu granular subcomponents: Refactor dataviews item actions menu #121081
Annotations
4 errors, 1 warning, and 1 notice
Run the tests:
test/e2e/specs/editor/plugins/custom-post-types.spec.js#L69
1) [chromium] › editor/plugins/custom-post-types.spec.js:62:2 › Test Custom Post Types › should not be able to rename a post that lacks title support
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Actions' })
67 | await admin.createNewPost( { postType: 'hierar-no-title' } );
68 | await editor.openDocumentSettingsSidebar();
> 69 | await page.getByRole( 'button', { name: 'Actions' } ).click();
| ^
70 | await expect(
71 | page.getByRole( 'menuitem', { name: 'Rename' } )
72 | ).toHaveCount( 0 );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/plugins/custom-post-types.spec.js:69:57
|
Run the tests:
test/e2e/specs/editor/plugins/custom-post-types.spec.js#L69
1) [chromium] › editor/plugins/custom-post-types.spec.js:62:2 › Test Custom Post Types › should not be able to rename a post that lacks title support
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Actions' })
67 | await admin.createNewPost( { postType: 'hierar-no-title' } );
68 | await editor.openDocumentSettingsSidebar();
> 69 | await page.getByRole( 'button', { name: 'Actions' } ).click();
| ^
70 | await expect(
71 | page.getByRole( 'menuitem', { name: 'Rename' } )
72 | ).toHaveCount( 0 );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/plugins/custom-post-types.spec.js:69:57
|
Run the tests:
test/e2e/specs/editor/plugins/custom-post-types.spec.js#L69
1) [chromium] › editor/plugins/custom-post-types.spec.js:62:2 › Test Custom Post Types › should not be able to rename a post that lacks title support
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Actions' })
67 | await admin.createNewPost( { postType: 'hierar-no-title' } );
68 | await editor.openDocumentSettingsSidebar();
> 69 | await page.getByRole( 'button', { name: 'Actions' } ).click();
| ^
70 | await expect(
71 | page.getByRole( 'menuitem', { name: 'Rename' } )
72 | ).toHaveCount( 0 );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/plugins/custom-post-types.spec.js:69:57
|
Run the tests
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run the tests
1 failed
[chromium] › editor/plugins/custom-post-types.spec.js:62:2 › Test Custom Post Types › should not be able to rename a post that lacks title support
1 skipped
193 passed (9.8m)
|
Loading