Fix post summary panel controls accessibility #123947
Annotations
10 errors, 2 warnings, and 1 notice
Run the tests:
test/e2e/specs/editor/various/sidebar-permalink.spec.js#L79
1) [chromium] › editor/various/sidebar-permalink.spec.js:61:2 › Sidebar Permalink › should render URL when post is public and publicly queryable
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('button', { name: 'Change link' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('button', { name: 'Change link' })
77 | await expect(
78 | page.getByRole( 'button', { name: 'Change link' } )
> 79 | ).toBeVisible();
| ^
80 | } );
81 | } );
82 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/sidebar-permalink.spec.js:79:5
|
Run the tests:
test/e2e/specs/editor/various/sidebar-permalink.spec.js#L79
1) [chromium] › editor/various/sidebar-permalink.spec.js:61:2 › Sidebar Permalink › should render URL when post is public and publicly queryable
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('button', { name: 'Change link' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('button', { name: 'Change link' })
77 | await expect(
78 | page.getByRole( 'button', { name: 'Change link' } )
> 79 | ).toBeVisible();
| ^
80 | } );
81 | } );
82 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/sidebar-permalink.spec.js:79:5
|
Run the tests:
test/e2e/specs/editor/various/sidebar-permalink.spec.js#L79
1) [chromium] › editor/various/sidebar-permalink.spec.js:61:2 › Sidebar Permalink › should render URL when post is public and publicly queryable
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('button', { name: 'Change link' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('button', { name: 'Change link' })
77 | await expect(
78 | page.getByRole( 'button', { name: 'Change link' } )
> 79 | ).toBeVisible();
| ^
80 | } );
81 | } );
82 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/sidebar-permalink.spec.js:79:5
|
Run the tests:
test/e2e/specs/editor/various/sidebar.spec.js#L134
2) [chromium] › editor/various/sidebar.spec.js:106:2 › Sidebar › should be possible to programmatically remove Document Settings panels
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('button', { name: 'admin' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('button', { name: 'admin' })
132 | await expect( postExcerptPanel ).toBeVisible();
133 | await expect( postFeaturedImagePanel ).toBeVisible();
> 134 | await expect( postAuthorPanel ).toBeVisible();
| ^
135 | await expect( postDiscussionPanel ).toHaveCount( 1 );
136 |
137 | await page.evaluate( () => {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/sidebar.spec.js:134:35
|
Run the tests:
test/e2e/specs/editor/various/sidebar.spec.js#L134
2) [chromium] › editor/various/sidebar.spec.js:106:2 › Sidebar › should be possible to programmatically remove Document Settings panels
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('button', { name: 'admin' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('button', { name: 'admin' })
132 | await expect( postExcerptPanel ).toBeVisible();
133 | await expect( postFeaturedImagePanel ).toBeVisible();
> 134 | await expect( postAuthorPanel ).toBeVisible();
| ^
135 | await expect( postDiscussionPanel ).toHaveCount( 1 );
136 |
137 | await page.evaluate( () => {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/sidebar.spec.js:134:35
|
Run the tests:
test/e2e/specs/editor/various/sidebar.spec.js#L134
2) [chromium] › editor/various/sidebar.spec.js:106:2 › Sidebar › should be possible to programmatically remove Document Settings panels
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('button', { name: 'admin' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('button', { name: 'admin' })
132 | await expect( postExcerptPanel ).toBeVisible();
133 | await expect( postFeaturedImagePanel ).toBeVisible();
> 134 | await expect( postAuthorPanel ).toBeVisible();
| ^
135 | await expect( postDiscussionPanel ).toHaveCount( 1 );
136 |
137 | await page.evaluate( () => {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/sidebar.spec.js:134:35
|
Run the tests:
test/e2e/specs/editor/various/switch-to-draft.spec.js#L51
3) [chromium] › editor/various/switch-to-draft.spec.js:34:5 › Clicking "Switch to draft" on a published/scheduled post/page › should switch a schedule-ed post to draft in a large viewport
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Change status:' })
49 | await page
50 | .getByRole( 'button', { name: 'Change status:' } )
> 51 | .click();
| ^
52 | await page.getByRole( 'radio', { name: 'Draft' } ).click();
53 |
54 | if ( viewport === 'small' ) {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/switch-to-draft.spec.js:51:8
|
Run the tests:
test/e2e/specs/editor/various/switch-to-draft.spec.js#L51
3) [chromium] › editor/various/switch-to-draft.spec.js:34:5 › Clicking "Switch to draft" on a published/scheduled post/page › should switch a schedule-ed post to draft in a large viewport
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Change status:' })
49 | await page
50 | .getByRole( 'button', { name: 'Change status:' } )
> 51 | .click();
| ^
52 | await page.getByRole( 'radio', { name: 'Draft' } ).click();
53 |
54 | if ( viewport === 'small' ) {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/switch-to-draft.spec.js:51:8
|
Run the tests:
test/e2e/specs/editor/various/switch-to-draft.spec.js#L51
3) [chromium] › editor/various/switch-to-draft.spec.js:34:5 › Clicking "Switch to draft" on a published/scheduled post/page › should switch a schedule-ed post to draft in a large viewport
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Change status:' })
49 | await page
50 | .getByRole( 'button', { name: 'Change status:' } )
> 51 | .click();
| ^
52 | await page.getByRole( 'radio', { name: 'Draft' } ).click();
53 |
54 | if ( viewport === 'small' ) {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/switch-to-draft.spec.js:51:8
|
Run the tests:
test/e2e/specs/editor/various/switch-to-draft.spec.js#L51
4) [chromium] › editor/various/switch-to-draft.spec.js:34:5 › Clicking "Switch to draft" on a published/scheduled post/page › should switch a schedule-ed page to draft in a large viewport
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Change status:' })
49 | await page
50 | .getByRole( 'button', { name: 'Change status:' } )
> 51 | .click();
| ^
52 | await page.getByRole( 'radio', { name: 'Draft' } ).click();
53 |
54 | if ( viewport === 'small' ) {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/switch-to-draft.spec.js:51:8
|
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run the tests
14 failed
[chromium] › editor/various/sidebar-permalink.spec.js:61:2 › Sidebar Permalink › should render URL when post is public and publicly queryable
[chromium] › editor/various/sidebar.spec.js:106:2 › Sidebar › should be possible to programmatically remove Document Settings panels
[chromium] › editor/various/switch-to-draft.spec.js:34:5 › Clicking "Switch to draft" on a published/scheduled post/page › should switch a schedule-ed post to draft in a large viewport
[chromium] › editor/various/switch-to-draft.spec.js:34:5 › Clicking "Switch to draft" on a published/scheduled post/page › should switch a schedule-ed page to draft in a large viewport
[chromium] › editor/various/switch-to-draft.spec.js:34:5 › Clicking "Switch to draft" on a published/scheduled post/page › should switch a schedule-ed post to draft in a small viewport
[chromium] › editor/various/switch-to-draft.spec.js:34:5 › Clicking "Switch to draft" on a published/scheduled post/page › should switch a schedule-ed page to draft in a small viewport
[chromium] › editor/various/switch-to-draft.spec.js:34:5 › Clicking "Switch to draft" on a published/scheduled post/page › should switch a publish-ed post to draft in a large viewport
[chromium] › editor/various/switch-to-draft.spec.js:34:5 › Clicking "Switch to draft" on a published/scheduled post/page › should switch a publish-ed page to draft in a large viewport
[chromium] › editor/various/switch-to-draft.spec.js:34:5 › Clicking "Switch to draft" on a published/scheduled post/page › should switch a publish-ed post to draft in a small viewport
[chromium] › editor/various/switch-to-draft.spec.js:34:5 › Clicking "Switch to draft" on a published/scheduled post/page › should switch a publish-ed page to draft in a small viewport
[chromium] › editor/various/template-resolution.spec.js:47:3 › Template resolution › `page_for_posts` setting › Post editor proper template resolution
[chromium] › editor/various/template-resolution.spec.js:71:3 › Template resolution › `page_for_posts` setting › Site editor proper template resolution
[chromium] › site-editor/pages.spec.js:242:2 › Pages › swap template and reset to default ──────
[chromium] › site-editor/pages.spec.js:308:2 › Pages › change template options should respect the declared `postTypes`
1 skipped
159 passed (15.4m)
|
Loading