Tools panel: Synced the visible label and accessible name #123563
Annotations
33 errors, 17 warnings, and 8 notices
[chromium] › widgets/customizing-widgets.spec.js:525:2 › Widgets Customizer › should stay in block settings after making a change in that area:
test/e2e/specs/widgets/customizing-widgets.spec.js#L556
1) [chromium] › widgets/customizing-widgets.spec.js:525:2 › Widgets Customizer › should stay in block settings after making a change in that area
TimeoutError: page.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('role=menuitemcheckbox[name="Show Drop cap"i]')
554 | // Change `drop cap` (Any change made in this section is sufficient; not required to be `drop cap`).
555 | await page.click( 'role=button[name="Typography options"i]' );
> 556 | await page.click( 'role=menuitemcheckbox[name="Show Drop cap"i]' );
| ^
557 |
558 | await page.click( 'role=checkbox[name="Drop cap"i]' );
559 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/widgets/customizing-widgets.spec.js:556:14
|
[chromium] › widgets/customizing-widgets.spec.js:525:2 › Widgets Customizer › should stay in block settings after making a change in that area:
test/e2e/specs/widgets/customizing-widgets.spec.js#L556
1) [chromium] › widgets/customizing-widgets.spec.js:525:2 › Widgets Customizer › should stay in block settings after making a change in that area
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: page.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('role=menuitemcheckbox[name="Show Drop cap"i]')
554 | // Change `drop cap` (Any change made in this section is sufficient; not required to be `drop cap`).
555 | await page.click( 'role=button[name="Typography options"i]' );
> 556 | await page.click( 'role=menuitemcheckbox[name="Show Drop cap"i]' );
| ^
557 |
558 | await page.click( 'role=checkbox[name="Drop cap"i]' );
559 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/widgets/customizing-widgets.spec.js:556:14
|
[chromium] › widgets/customizing-widgets.spec.js:525:2 › Widgets Customizer › should stay in block settings after making a change in that area:
test/e2e/specs/widgets/customizing-widgets.spec.js#L556
1) [chromium] › widgets/customizing-widgets.spec.js:525:2 › Widgets Customizer › should stay in block settings after making a change in that area
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: page.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('role=menuitemcheckbox[name="Show Drop cap"i]')
554 | // Change `drop cap` (Any change made in this section is sufficient; not required to be `drop cap`).
555 | await page.click( 'role=button[name="Typography options"i]' );
> 556 | await page.click( 'role=menuitemcheckbox[name="Show Drop cap"i]' );
| ^
557 |
558 | await page.click( 'role=checkbox[name="Drop cap"i]' );
559 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/widgets/customizing-widgets.spec.js:556:14
|
Playwright - 6
Process completed with exit code 1.
|
[chromium] › editor/blocks/navigation-colors.spec.js:131:2 › Navigation colors › Navigation text does not inherit the link color from the theme/group:
test/e2e/specs/editor/blocks/navigation-colors.spec.js#L149
1) [chromium] › editor/blocks/navigation-colors.spec.js:131:2 › Navigation colors › Navigation text does not inherit the link color from the theme/group
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('menuitemcheckbox', { name: 'Show Link' })
147 | await page
148 | .getByRole( 'menuitemcheckbox', { name: 'Show Link' } )
> 149 | .click();
| ^
150 | await page.getByRole( 'tab', { name: 'Styles' } ).click();
151 | await page.getByRole( 'button', { name: 'Link', exact: true } ).click();
152 | // rga(207, 46 ,46) is the color of the "vivid red" color preset.
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation-colors.spec.js:149:5
|
[chromium] › editor/blocks/navigation-colors.spec.js:131:2 › Navigation colors › Navigation text does not inherit the link color from the theme/group:
test/e2e/specs/editor/blocks/navigation-colors.spec.js#L149
1) [chromium] › editor/blocks/navigation-colors.spec.js:131:2 › Navigation colors › Navigation text does not inherit the link color from the theme/group
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('menuitemcheckbox', { name: 'Show Link' })
147 | await page
148 | .getByRole( 'menuitemcheckbox', { name: 'Show Link' } )
> 149 | .click();
| ^
150 | await page.getByRole( 'tab', { name: 'Styles' } ).click();
151 | await page.getByRole( 'button', { name: 'Link', exact: true } ).click();
152 | // rga(207, 46 ,46) is the color of the "vivid red" color preset.
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation-colors.spec.js:149:5
|
[chromium] › editor/blocks/navigation-colors.spec.js:131:2 › Navigation colors › Navigation text does not inherit the link color from the theme/group:
test/e2e/specs/editor/blocks/navigation-colors.spec.js#L149
1) [chromium] › editor/blocks/navigation-colors.spec.js:131:2 › Navigation colors › Navigation text does not inherit the link color from the theme/group
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('menuitemcheckbox', { name: 'Show Link' })
147 | await page
148 | .getByRole( 'menuitemcheckbox', { name: 'Show Link' } )
> 149 | .click();
| ^
150 | await page.getByRole( 'tab', { name: 'Styles' } ).click();
151 | await page.getByRole( 'button', { name: 'Link', exact: true } ).click();
152 | // rga(207, 46 ,46) is the color of the "vivid red" color preset.
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation-colors.spec.js:149:5
|
Playwright - 1
Process completed with exit code 1.
|
[chromium] › editor/various/editor-modes.spec.js:38:2 › Editing modes (visual/HTML) › should display sidebar in HTML mode:
test/e2e/specs/editor/various/editor-modes.spec.js#L49
1) [chromium] › editor/various/editor-modes.spec.js:38:2 › Editing modes (visual/HTML) › should display sidebar in HTML mode
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('menuitemcheckbox', { name: 'Show Drop cap' })
47 | await page
48 | .getByRole( 'menuitemcheckbox', { name: 'Show Drop cap' } )
> 49 | .click();
| ^
50 |
51 | await expect(
52 | page.getByRole( 'checkbox', { name: 'Drop cap' } )
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/editor-modes.spec.js:49:5
|
[chromium] › editor/various/editor-modes.spec.js:38:2 › Editing modes (visual/HTML) › should display sidebar in HTML mode:
test/e2e/specs/editor/various/editor-modes.spec.js#L49
1) [chromium] › editor/various/editor-modes.spec.js:38:2 › Editing modes (visual/HTML) › should display sidebar in HTML mode
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('menuitemcheckbox', { name: 'Show Drop cap' })
47 | await page
48 | .getByRole( 'menuitemcheckbox', { name: 'Show Drop cap' } )
> 49 | .click();
| ^
50 |
51 | await expect(
52 | page.getByRole( 'checkbox', { name: 'Drop cap' } )
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/editor-modes.spec.js:49:5
|
[chromium] › editor/various/editor-modes.spec.js:38:2 › Editing modes (visual/HTML) › should display sidebar in HTML mode:
test/e2e/specs/editor/various/editor-modes.spec.js#L49
1) [chromium] › editor/various/editor-modes.spec.js:38:2 › Editing modes (visual/HTML) › should display sidebar in HTML mode
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('menuitemcheckbox', { name: 'Show Drop cap' })
47 | await page
48 | .getByRole( 'menuitemcheckbox', { name: 'Show Drop cap' } )
> 49 | .click();
| ^
50 |
51 | await expect(
52 | page.getByRole( 'checkbox', { name: 'Drop cap' } )
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/editor-modes.spec.js:49:5
|
[chromium] › editor/various/editor-modes.spec.js:56:2 › Editing modes (visual/HTML) › should update HTML in HTML mode when sidebar is used:
test/e2e/specs/editor/various/editor-modes.spec.js#L78
2) [chromium] › editor/various/editor-modes.spec.js:56:2 › Editing modes (visual/HTML) › should update HTML in HTML mode when sidebar is used
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('menuitemcheckbox', { name: 'Show Drop cap' })
76 | await page
77 | .getByRole( 'menuitemcheckbox', { name: 'Show Drop cap' } )
> 78 | .click();
| ^
79 | await page.getByRole( 'checkbox', { name: 'Drop cap' } ).check();
80 |
81 | // Make sure the HTML content updated.
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/editor-modes.spec.js:78:5
|
[chromium] › editor/various/editor-modes.spec.js:56:2 › Editing modes (visual/HTML) › should update HTML in HTML mode when sidebar is used:
test/e2e/specs/editor/various/editor-modes.spec.js#L78
2) [chromium] › editor/various/editor-modes.spec.js:56:2 › Editing modes (visual/HTML) › should update HTML in HTML mode when sidebar is used
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('menuitemcheckbox', { name: 'Show Drop cap' })
76 | await page
77 | .getByRole( 'menuitemcheckbox', { name: 'Show Drop cap' } )
> 78 | .click();
| ^
79 | await page.getByRole( 'checkbox', { name: 'Drop cap' } ).check();
80 |
81 | // Make sure the HTML content updated.
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/editor-modes.spec.js:78:5
|
[chromium] › editor/various/editor-modes.spec.js:56:2 › Editing modes (visual/HTML) › should update HTML in HTML mode when sidebar is used:
test/e2e/specs/editor/various/editor-modes.spec.js#L78
2) [chromium] › editor/various/editor-modes.spec.js:56:2 › Editing modes (visual/HTML) › should update HTML in HTML mode when sidebar is used
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('menuitemcheckbox', { name: 'Show Drop cap' })
76 | await page
77 | .getByRole( 'menuitemcheckbox', { name: 'Show Drop cap' } )
> 78 | .click();
| ^
79 | await page.getByRole( 'checkbox', { name: 'Drop cap' } ).check();
80 |
81 | // Make sure the HTML content updated.
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/editor-modes.spec.js:78:5
|
[chromium] › editor/various/font-appearance-control.spec.js:64:2 › Font Appearance Control dropdown menu › should apply Default appearance if weight and style are invalid:
test/e2e/specs/editor/various/font-appearance-control.spec.js#L85
3) [chromium] › editor/various/font-appearance-control.spec.js:64:2 › Font Appearance Control dropdown menu › should apply Default appearance if weight and style are invalid
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('menuitemcheckbox', { name: 'Show Appearance' })
83 | await page
84 | .getByRole( 'menuitemcheckbox', { name: 'Show Appearance' } )
> 85 | .click();
| ^
86 | await expect(
87 | page.getByRole( 'combobox', { name: 'Appearance' } )
88 | ).toHaveText( 'Default' );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/font-appearance-control.spec.js:85:5
|
[chromium] › editor/various/font-appearance-control.spec.js:64:2 › Font Appearance Control dropdown menu › should apply Default appearance if weight and style are invalid:
test/e2e/specs/editor/various/font-appearance-control.spec.js#L85
3) [chromium] › editor/various/font-appearance-control.spec.js:64:2 › Font Appearance Control dropdown menu › should apply Default appearance if weight and style are invalid
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('menuitemcheckbox', { name: 'Show Appearance' })
83 | await page
84 | .getByRole( 'menuitemcheckbox', { name: 'Show Appearance' } )
> 85 | .click();
| ^
86 | await expect(
87 | page.getByRole( 'combobox', { name: 'Appearance' } )
88 | ).toHaveText( 'Default' );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/font-appearance-control.spec.js:85:5
|
[chromium] › editor/various/font-appearance-control.spec.js:64:2 › Font Appearance Control dropdown menu › should apply Default appearance if weight and style are invalid:
test/e2e/specs/editor/various/font-appearance-control.spec.js#L85
3) [chromium] › editor/various/font-appearance-control.spec.js:64:2 › Font Appearance Control dropdown menu › should apply Default appearance if weight and style are invalid
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('menuitemcheckbox', { name: 'Show Appearance' })
83 | await page
84 | .getByRole( 'menuitemcheckbox', { name: 'Show Appearance' } )
> 85 | .click();
| ^
86 | await expect(
87 | page.getByRole( 'combobox', { name: 'Appearance' } )
88 | ).toHaveText( 'Default' );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/font-appearance-control.spec.js:85:5
|
Playwright - 4
Process completed with exit code 1.
|
[firefox] › editor/blocks/navigation-frontend-interactivity.spec.js:378:3 › Navigation block - Frontend interactivity › Submenus (Arrow setting) (@firefox:
packages/e2e-test-utils-playwright/src/admin/visit-site-editor.ts#L66
1) [firefox] › editor/blocks/navigation-frontend-interactivity.spec.js:378:3 › Navigation block - Frontend interactivity › Submenus (Arrow setting) (@Firefox, @WebKit) › submenu click on the arrow interactions
TimeoutError: locator.waitFor: Timeout 60000ms exceeded.
Call log:
- waiting for locator('.edit-site-canvas-loader, .edit-site-canvas-spinner') to be visible
at ../../../packages/e2e-test-utils-playwright/src/admin/visit-site-editor.ts:66
64 | // Wait for the canvas loader to appear first, so that the locator that
65 | // waits for the hidden state doesn't resolve prematurely.
> 66 | await canvasLoader.waitFor( { state: 'visible', timeout: 60_000 } );
| ^
67 | await canvasLoader.waitFor( {
68 | state: 'hidden',
69 | // Bigger timeout is needed for larger entities, like the Large Post
at Admin.visitSiteEditor (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/admin/visit-site-editor.ts:66:22)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation-frontend-interactivity.spec.js:353:4
|
[firefox] › editor/blocks/navigation-frontend-interactivity.spec.js:378:3 › Navigation block - Frontend interactivity › Submenus (Arrow setting) (@firefox:
packages/e2e-test-utils-playwright/src/admin/visit-site-editor.ts#L66
1) [firefox] › editor/blocks/navigation-frontend-interactivity.spec.js:378:3 › Navigation block - Frontend interactivity › Submenus (Arrow setting) (@Firefox, @WebKit) › submenu click on the arrow interactions
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.waitFor: Timeout 60000ms exceeded.
Call log:
- waiting for locator('.edit-site-canvas-loader, .edit-site-canvas-spinner') to be visible
at ../../../packages/e2e-test-utils-playwright/src/admin/visit-site-editor.ts:66
64 | // Wait for the canvas loader to appear first, so that the locator that
65 | // waits for the hidden state doesn't resolve prematurely.
> 66 | await canvasLoader.waitFor( { state: 'visible', timeout: 60_000 } );
| ^
67 | await canvasLoader.waitFor( {
68 | state: 'hidden',
69 | // Bigger timeout is needed for larger entities, like the Large Post
at Admin.visitSiteEditor (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/admin/visit-site-editor.ts:66:22)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation-frontend-interactivity.spec.js:353:4
|
[firefox] › editor/blocks/navigation-frontend-interactivity.spec.js:378:3 › Navigation block - Frontend interactivity › Submenus (Arrow setting) (@firefox:
packages/e2e-test-utils-playwright/src/admin/visit-site-editor.ts#L66
1) [firefox] › editor/blocks/navigation-frontend-interactivity.spec.js:378:3 › Navigation block - Frontend interactivity › Submenus (Arrow setting) (@Firefox, @WebKit) › submenu click on the arrow interactions
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.waitFor: Timeout 60000ms exceeded.
Call log:
- waiting for locator('.edit-site-canvas-loader, .edit-site-canvas-spinner') to be visible
at ../../../packages/e2e-test-utils-playwright/src/admin/visit-site-editor.ts:66
64 | // Wait for the canvas loader to appear first, so that the locator that
65 | // waits for the hidden state doesn't resolve prematurely.
> 66 | await canvasLoader.waitFor( { state: 'visible', timeout: 60_000 } );
| ^
67 | await canvasLoader.waitFor( {
68 | state: 'hidden',
69 | // Bigger timeout is needed for larger entities, like the Large Post
at Admin.visitSiteEditor (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/admin/visit-site-editor.ts:66:22)
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation-frontend-interactivity.spec.js:353:4
|
Playwright - 8
Process completed with exit code 1.
|
[chromium] › editor/various/block-bindings/custom-sources.spec.js:767:3 › Registered sources › getFieldsList › should be possible to update attribute value through bindings UI:
test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js#L779
1) [chromium] › editor/various/block-bindings/custom-sources.spec.js:767:3 › Registered sources › getFieldsList › should be possible to update attribute value through bindings UI
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('menuitemcheckbox', { name: 'Show content' })
777 | name: 'Show content',
778 | } )
> 779 | .click();
| ^
780 | await page.getByRole( 'button', { name: 'content' } ).click();
781 | await page
782 | .getByRole( 'menuitemradio' )
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js:779:6
|
[chromium] › editor/various/block-bindings/custom-sources.spec.js:767:3 › Registered sources › getFieldsList › should be possible to update attribute value through bindings UI:
test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js#L779
1) [chromium] › editor/various/block-bindings/custom-sources.spec.js:767:3 › Registered sources › getFieldsList › should be possible to update attribute value through bindings UI
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('menuitemcheckbox', { name: 'Show content' })
777 | name: 'Show content',
778 | } )
> 779 | .click();
| ^
780 | await page.getByRole( 'button', { name: 'content' } ).click();
781 | await page
782 | .getByRole( 'menuitemradio' )
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js:779:6
|
[chromium] › editor/various/block-bindings/custom-sources.spec.js:767:3 › Registered sources › getFieldsList › should be possible to update attribute value through bindings UI:
test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js#L779
1) [chromium] › editor/various/block-bindings/custom-sources.spec.js:767:3 › Registered sources › getFieldsList › should be possible to update attribute value through bindings UI
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('menuitemcheckbox', { name: 'Show content' })
777 | name: 'Show content',
778 | } )
> 779 | .click();
| ^
780 | await page.getByRole( 'button', { name: 'content' } ).click();
781 | await page
782 | .getByRole( 'menuitemradio' )
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js:779:6
|
[chromium] › editor/various/block-bindings/custom-sources.spec.js:790:3 › Registered sources › getFieldsList › should be possible to connect the paragraph content:
test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js#L801
2) [chromium] › editor/various/block-bindings/custom-sources.spec.js:790:3 › Registered sources › getFieldsList › should be possible to connect the paragraph content
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('menuitemcheckbox', { name: 'Show content' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('menuitemcheckbox', { name: 'Show content' })
799 | name: 'Show content',
800 | } );
> 801 | await expect( contentAttribute ).toBeVisible();
| ^
802 | } );
803 | test( 'should be possible to connect the heading content', async ( {
804 | editor,
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js:801:37
|
[chromium] › editor/various/block-bindings/custom-sources.spec.js:790:3 › Registered sources › getFieldsList › should be possible to connect the paragraph content:
test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js#L801
2) [chromium] › editor/various/block-bindings/custom-sources.spec.js:790:3 › Registered sources › getFieldsList › should be possible to connect the paragraph content
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('menuitemcheckbox', { name: 'Show content' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('menuitemcheckbox', { name: 'Show content' })
799 | name: 'Show content',
800 | } );
> 801 | await expect( contentAttribute ).toBeVisible();
| ^
802 | } );
803 | test( 'should be possible to connect the heading content', async ( {
804 | editor,
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js:801:37
|
[chromium] › editor/various/block-bindings/custom-sources.spec.js:790:3 › Registered sources › getFieldsList › should be possible to connect the paragraph content:
test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js#L801
2) [chromium] › editor/various/block-bindings/custom-sources.spec.js:790:3 › Registered sources › getFieldsList › should be possible to connect the paragraph content
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('menuitemcheckbox', { name: 'Show content' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('menuitemcheckbox', { name: 'Show content' })
799 | name: 'Show content',
800 | } );
> 801 | await expect( contentAttribute ).toBeVisible();
| ^
802 | } );
803 | test( 'should be possible to connect the heading content', async ( {
804 | editor,
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js:801:37
|
[chromium] › editor/various/block-bindings/custom-sources.spec.js:803:3 › Registered sources › getFieldsList › should be possible to connect the heading content:
test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js#L814
3) [chromium] › editor/various/block-bindings/custom-sources.spec.js:803:3 › Registered sources › getFieldsList › should be possible to connect the heading content
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('menuitemcheckbox', { name: 'Show content' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('menuitemcheckbox', { name: 'Show content' })
812 | name: 'Show content',
813 | } );
> 814 | await expect( contentAttribute ).toBeVisible();
| ^
815 | } );
816 | test( 'should be possible to connect the button supported attributes', async ( {
817 | editor,
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js:814:37
|
[chromium] › editor/various/block-bindings/custom-sources.spec.js:803:3 › Registered sources › getFieldsList › should be possible to connect the heading content:
test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js#L814
3) [chromium] › editor/various/block-bindings/custom-sources.spec.js:803:3 › Registered sources › getFieldsList › should be possible to connect the heading content
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('menuitemcheckbox', { name: 'Show content' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('menuitemcheckbox', { name: 'Show content' })
812 | name: 'Show content',
813 | } );
> 814 | await expect( contentAttribute ).toBeVisible();
| ^
815 | } );
816 | test( 'should be possible to connect the button supported attributes', async ( {
817 | editor,
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js:814:37
|
[chromium] › editor/various/block-bindings/custom-sources.spec.js:803:3 › Registered sources › getFieldsList › should be possible to connect the heading content:
test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js#L814
3) [chromium] › editor/various/block-bindings/custom-sources.spec.js:803:3 › Registered sources › getFieldsList › should be possible to connect the heading content
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('menuitemcheckbox', { name: 'Show content' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('menuitemcheckbox', { name: 'Show content' })
812 | name: 'Show content',
813 | } );
> 814 | await expect( contentAttribute ).toBeVisible();
| ^
815 | } );
816 | test( 'should be possible to connect the button supported attributes', async ( {
817 | editor,
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js:814:37
|
[chromium] › editor/various/block-bindings/custom-sources.spec.js:816:3 › Registered sources › getFieldsList › should be possible to connect the button supported attributes:
test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js#L844
4) [chromium] › editor/various/block-bindings/custom-sources.spec.js:816:3 › Registered sources › getFieldsList › should be possible to connect the button supported attributes
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('menuitemcheckbox', { name: 'Show url' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('menuitemcheckbox', { name: 'Show url' })
842 | name: 'Show url',
843 | } );
> 844 | await expect( urlAttribute ).toBeVisible();
| ^
845 | const textAttribute = page.getByRole( 'menuitemcheckbox', {
846 | name: 'Show text',
847 | } );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js:844:33
|
Merge Artifacts
No artifacts found matching pattern 'flaky-tests-report*'
|
Playwright - 1
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
|
Playwright - 2
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
|
Playwright - 6
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
|
Playwright - 7
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
|
Playwright - 3
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
|
Playwright - 5
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
|
Playwright - 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
|
Playwright - 4
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
|
Playwright - 6
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright - 5
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright - 2
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright - 1
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright - 7
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright - 4
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright - 8
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright - 3
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Merge Artifacts
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
🎭 Playwright Run Summary
1 failed
[chromium] › widgets/customizing-widgets.spec.js:525:2 › Widgets Customizer › should stay in block settings after making a change in that area
2 skipped
200 passed (6.7m)
|
🎭 Playwright Run Summary
1 skipped
173 passed (7.8m)
|
🎭 Playwright Run Summary
1 skipped
210 passed (8.3m)
|
🎭 Playwright Run Summary
1 failed
[chromium] › editor/blocks/navigation-colors.spec.js:131:2 › Navigation colors › Navigation text does not inherit the link color from the theme/group
206 passed (9.7m)
|
🎭 Playwright Run Summary
1 skipped
205 passed (10.4m)
|
🎭 Playwright Run Summary
3 failed
[chromium] › editor/various/editor-modes.spec.js:38:2 › Editing modes (visual/HTML) › should display sidebar in HTML mode
[chromium] › editor/various/editor-modes.spec.js:56:2 › Editing modes (visual/HTML) › should update HTML in HTML mode when sidebar is used
[chromium] › editor/various/font-appearance-control.spec.js:64:2 › Font Appearance Control dropdown menu › should apply Default appearance if weight and style are invalid
1 skipped
221 passed (11.3m)
|
|
🎭 Playwright Run Summary
15 failed
[chromium] › editor/various/block-bindings/custom-sources.spec.js:767:3 › Registered sources › getFieldsList › should be possible to update attribute value through bindings UI
[chromium] › editor/various/block-bindings/custom-sources.spec.js:790:3 › Registered sources › getFieldsList › should be possible to connect the paragraph content
[chromium] › editor/various/block-bindings/custom-sources.spec.js:803:3 › Registered sources › getFieldsList › should be possible to connect the heading content
[chromium] › editor/various/block-bindings/custom-sources.spec.js:816:3 › Registered sources › getFieldsList › should be possible to connect the button supported attributes
[chromium] › editor/various/block-bindings/custom-sources.spec.js:863:3 › Registered sources › getFieldsList › should be possible to connect the image supported attributes
[chromium] › editor/various/block-bindings/post-meta.spec.js:143:4 › Post Meta source › Movie CPT template › Attributes panel › should show the field label if it is defined
[chromium] › editor/various/block-bindings/post-meta.spec.js:174:4 › Post Meta source › Movie CPT template › Attributes panel › should fall back to the field key if the field label is not defined
[chromium] › editor/various/block-bindings/post-meta.spec.js:226:4 › Post Meta source › Movie CPT template › Fields list dropdown › should include movie fields in UI to connect attributes
[chromium] › editor/various/block-bindings/post-meta.spec.js:234:4 › Post Meta source › Movie CPT template › Fields list dropdown › should include global fields in UI to connect attributes
[chromium] › editor/various/block-bindings/post-meta.spec.js:242:4 › Post Meta source › Movie CPT template › Fields list dropdown › should not include protected fields
[chromium] › editor/various/block-bindings/post-meta.spec.js:258:4 › Post Meta source › Movie CPT template › Fields list dropdown › should show the default value if it is defined
[chromium] › editor/various/block-bindings/post-meta.spec.js:268:4 › Post Meta source › Movie CPT template › Fields list dropdown › should not show anything if the default value is not defined
[chromium] › editor/various/block-bindings/post-meta.spec.js:568:3 › Post Meta source › Movie CPT post › should be possible to connect movie fields through the attributes panel
[chromium] › editor/various/block-bindings/post-meta.spec.js:591:3 › Post Meta source › Movie CPT post › should not be possible to connect non-supported fields through the attributes panel
[chromium] › editor/various/change-detection.spec.js:427:2 › Change detection › consecutive edits to the same attribute should mark the post as dirty after a save
1 skipped
169 passed (15.9m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
failures-artifacts
|
88.8 MB |
|