Prevent deletion of specific pages in site editor #123475
Annotations
15 errors, 17 warnings, and 8 notices
[chromium] › editor/various/navigable-toolbar.spec.js:175:2 › Block Toolbar › Tab order of the block toolbar aligns with visual order:
test/e2e/specs/editor/various/navigable-toolbar.spec.js#L192
1) [chromium] › editor/various/navigable-toolbar.spec.js:175:2 › Block Toolbar › Tab order of the block toolbar aligns with visual order
Error: Timed out 5000ms waiting for expect(locator).toBeFocused()
Locator: getByRole('button', { name: 'Paragraph', exact: true })
Expected: focused
Received: inactive
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for getByRole('button', { name: 'Paragraph', exact: true })
9 × locator resolved to <button id=":ra:" type="button" aria-haspopup="true" aria-expanded="false" aria-label="Paragraph" data-active-item="true" data-toolbar-item="true" aria-describedby="components-button__description-13" class="components-button components-dropdown-menu__toggle has-icon">…</button>
- unexpected value "not focused"
190 | exact: true,
191 | } );
> 192 | await expect( blockToolbarParagraphButton ).toBeFocused();
| ^
193 | await pageUtils.pressKeys( 'Tab' );
194 | // check focus is on the block
195 | await BlockToolbarUtils.expectLabelToHaveFocus( 'Block: Paragraph' );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/navigable-toolbar.spec.js:192:47
|
[chromium] › editor/various/navigable-toolbar.spec.js:175:2 › Block Toolbar › Tab order of the block toolbar aligns with visual order:
test/e2e/specs/editor/various/navigable-toolbar.spec.js#L192
1) [chromium] › editor/various/navigable-toolbar.spec.js:175:2 › Block Toolbar › Tab order of the block toolbar aligns with visual order
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeFocused()
Locator: getByRole('button', { name: 'Paragraph', exact: true })
Expected: focused
Received: inactive
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for getByRole('button', { name: 'Paragraph', exact: true })
9 × locator resolved to <button id=":ra:" type="button" aria-haspopup="true" aria-expanded="false" aria-label="Paragraph" data-active-item="true" data-toolbar-item="true" aria-describedby="components-button__description-13" class="components-button components-dropdown-menu__toggle has-icon">…</button>
- unexpected value "not focused"
190 | exact: true,
191 | } );
> 192 | await expect( blockToolbarParagraphButton ).toBeFocused();
| ^
193 | await pageUtils.pressKeys( 'Tab' );
194 | // check focus is on the block
195 | await BlockToolbarUtils.expectLabelToHaveFocus( 'Block: Paragraph' );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/navigable-toolbar.spec.js:192:47
|
[chromium] › editor/various/navigable-toolbar.spec.js:175:2 › Block Toolbar › Tab order of the block toolbar aligns with visual order:
test/e2e/specs/editor/various/navigable-toolbar.spec.js#L192
1) [chromium] › editor/various/navigable-toolbar.spec.js:175:2 › Block Toolbar › Tab order of the block toolbar aligns with visual order
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeFocused()
Locator: getByRole('button', { name: 'Paragraph', exact: true })
Expected: focused
Received: inactive
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for getByRole('button', { name: 'Paragraph', exact: true })
9 × locator resolved to <button id=":ra:" type="button" aria-haspopup="true" aria-expanded="false" aria-label="Paragraph" data-active-item="true" data-toolbar-item="true" aria-describedby="components-button__description-13" class="components-button components-dropdown-menu__toggle has-icon">…</button>
- unexpected value "not focused"
190 | exact: true,
191 | } );
> 192 | await expect( blockToolbarParagraphButton ).toBeFocused();
| ^
193 | await pageUtils.pressKeys( 'Tab' );
194 | // check focus is on the block
195 | await BlockToolbarUtils.expectLabelToHaveFocus( 'Block: Paragraph' );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/navigable-toolbar.spec.js:192:47
|
[chromium] › editor/various/navigable-toolbar.spec.js:243:2 › Block Toolbar › Focus should remain on mover when moving blocks:
test/e2e/specs/editor/various/navigable-toolbar.spec.js#L267
2) [chromium] › editor/various/navigable-toolbar.spec.js:243:2 › Block Toolbar › Focus should remain on mover when moving blocks
Error: Timed out 5000ms waiting for expect(locator).toBeFocused()
Locator: getByRole('button', { name: 'Paragraph', exact: true })
Expected: focused
Received: inactive
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for getByRole('button', { name: 'Paragraph', exact: true })
9 × locator resolved to <button id=":r1c:" type="button" aria-haspopup="true" aria-expanded="false" aria-label="Paragraph" data-active-item="true" data-toolbar-item="true" aria-describedby="components-button__description-32" class="components-button components-dropdown-menu__toggle has-icon">…</button>
- unexpected value "not focused"
265 | exact: true,
266 | } );
> 267 | await expect( blockToolbarParagraphButton ).toBeFocused();
| ^
268 | // Go to Move Up Button
269 | await pageUtils.pressKeys( 'ArrowRight' );
270 | const blockToolbarMoveUpButton = page.getByRole( 'button', {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/navigable-toolbar.spec.js:267:47
|
[chromium] › editor/various/navigable-toolbar.spec.js:243:2 › Block Toolbar › Focus should remain on mover when moving blocks:
test/e2e/specs/editor/various/navigable-toolbar.spec.js#L267
2) [chromium] › editor/various/navigable-toolbar.spec.js:243:2 › Block Toolbar › Focus should remain on mover when moving blocks
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeFocused()
Locator: getByRole('button', { name: 'Paragraph', exact: true })
Expected: focused
Received: inactive
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for getByRole('button', { name: 'Paragraph', exact: true })
9 × locator resolved to <button id=":r1c:" type="button" aria-haspopup="true" aria-expanded="false" aria-label="Paragraph" data-active-item="true" data-toolbar-item="true" aria-describedby="components-button__description-32" class="components-button components-dropdown-menu__toggle has-icon">…</button>
- unexpected value "not focused"
265 | exact: true,
266 | } );
> 267 | await expect( blockToolbarParagraphButton ).toBeFocused();
| ^
268 | // Go to Move Up Button
269 | await pageUtils.pressKeys( 'ArrowRight' );
270 | const blockToolbarMoveUpButton = page.getByRole( 'button', {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/navigable-toolbar.spec.js:267:47
|
[chromium] › editor/various/navigable-toolbar.spec.js:243:2 › Block Toolbar › Focus should remain on mover when moving blocks:
test/e2e/specs/editor/various/navigable-toolbar.spec.js#L267
2) [chromium] › editor/various/navigable-toolbar.spec.js:243:2 › Block Toolbar › Focus should remain on mover when moving blocks
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeFocused()
Locator: getByRole('button', { name: 'Paragraph', exact: true })
Expected: focused
Received: inactive
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for getByRole('button', { name: 'Paragraph', exact: true })
9 × locator resolved to <button id=":r1c:" type="button" aria-haspopup="true" aria-expanded="false" aria-label="Paragraph" data-active-item="true" data-toolbar-item="true" aria-describedby="components-button__description-32" class="components-button components-dropdown-menu__toggle has-icon">…</button>
- unexpected value "not focused"
265 | exact: true,
266 | } );
> 267 | await expect( blockToolbarParagraphButton ).toBeFocused();
| ^
268 | // Go to Move Up Button
269 | await pageUtils.pressKeys( 'ArrowRight' );
270 | const blockToolbarMoveUpButton = page.getByRole( 'button', {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/navigable-toolbar.spec.js:267:47
|
[chromium] › editor/various/patterns.spec.js:272:2 › Synced pattern › allows conversion back to blocks when the reusable block has unsaved edits:
test/e2e/specs/editor/various/patterns.spec.js#L317
3) [chromium] › editor/various/patterns.spec.js:272:2 › Synced pattern › allows conversion back to blocks when the reusable block has unsaved edits
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Back' })
315 |
316 | // Go back to the post.
> 317 | await editorTopBar.getByRole( 'button', { name: 'Back' } ).click();
| ^
318 |
319 | await editor.selectBlocks(
320 | editor.canvas.getByRole( 'document', { name: 'Block: Pattern' } )
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/patterns.spec.js:317:62
|
[chromium] › editor/various/patterns.spec.js:272:2 › Synced pattern › allows conversion back to blocks when the reusable block has unsaved edits:
test/e2e/specs/editor/various/patterns.spec.js#L317
3) [chromium] › editor/various/patterns.spec.js:272:2 › Synced pattern › allows conversion back to blocks when the reusable block has unsaved edits
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Back' })
315 |
316 | // Go back to the post.
> 317 | await editorTopBar.getByRole( 'button', { name: 'Back' } ).click();
| ^
318 |
319 | await editor.selectBlocks(
320 | editor.canvas.getByRole( 'document', { name: 'Block: Pattern' } )
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/patterns.spec.js:317:62
|
[chromium] › editor/various/patterns.spec.js:272:2 › Synced pattern › allows conversion back to blocks when the reusable block has unsaved edits:
test/e2e/specs/editor/various/patterns.spec.js#L317
3) [chromium] › editor/various/patterns.spec.js:272:2 › Synced pattern › allows conversion back to blocks when the reusable block has unsaved edits
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Back' })
315 |
316 | // Go back to the post.
> 317 | await editorTopBar.getByRole( 'button', { name: 'Back' } ).click();
| ^
318 |
319 | await editor.selectBlocks(
320 | editor.canvas.getByRole( 'document', { name: 'Block: Pattern' } )
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/patterns.spec.js:317:62
|
[chromium] › editor/various/patterns.spec.js:531:2 › Synced pattern › should be able to insert a reusable block twice:
test/e2e/specs/editor/various/patterns.spec.js#L580
4) [chromium] › editor/various/patterns.spec.js:531:2 › Synced pattern › should be able to insert a reusable block twice
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('region', { name: 'Editor top bar' }).getByRole('button', { name: 'Back' })
578 | .filter( { hasText: 'Pattern updated.' } )
579 | .click();
> 580 | await editorTopBar.getByRole( 'button', { name: 'Back' } ).click();
| ^
581 |
582 | await expect(
583 | editor.canvas
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/patterns.spec.js:580:62
|
[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
|
[firefox] › editor/blocks/navigation-frontend-interactivity.spec.js:470:3 › Navigation block - Frontend interactivity › Page list block (@firefox:
packages/e2e-test-utils-playwright/src/admin/visit-site-editor.ts#L66
2) [firefox] › editor/blocks/navigation-frontend-interactivity.spec.js:470:3 › Navigation block - Frontend interactivity › Page list block (@Firefox, @WebKit) › page-list submenu user 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:449:4
|
Playwright - 8
Process completed with exit code 1.
|
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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 6
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
|
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
|
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
2 skipped
201 passed (5.9m)
|
🎭 Playwright Run Summary
1 skipped
184 passed (7.4m)
|
🎭 Playwright Run Summary
1 skipped
173 passed (7.9m)
|
🎭 Playwright Run Summary
1 skipped
210 passed (8.5m)
|
🎭 Playwright Run Summary
207 passed (9.0m)
|
🎭 Playwright Run Summary
1 skipped
205 passed (10.4m)
|
🎭 Playwright Run Summary
8 failed
[chromium] › editor/various/navigable-toolbar.spec.js:175:2 › Block Toolbar › Tab order of the block toolbar aligns with visual order
[chromium] › editor/various/navigable-toolbar.spec.js:243:2 › Block Toolbar › Focus should remain on mover when moving blocks
[chromium] › editor/various/patterns.spec.js:272:2 › Synced pattern › allows conversion back to blocks when the reusable block has unsaved edits
[chromium] › editor/various/patterns.spec.js:531:2 › Synced pattern › should be able to insert a reusable block twice
[chromium] › editor/various/post-editor-template-mode.spec.js:40:2 › Post Editor Template mode › Allow to switch to template mode, edit the template and check the result
[chromium] › editor/various/post-editor-template-mode.spec.js:116:2 › Post Editor Template mode › Allow creating custom block templates in classic themes
[chromium] › editor/various/preview.spec.js:228:2 › Preview with Custom Fields enabled › displays edits to the post title and content in the preview
[chromium] › editor/various/rich-text.spec.js:605:2 › RichText (@Firefox, @WebKit) › should preserve internal formatting (-webkit, -firefox)
1 skipped
216 passed (12.6m)
|
🎭 Playwright Run Summary
1 failed
[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
1 flaky
[firefox] › editor/blocks/navigation-frontend-interactivity.spec.js:470:3 › Navigation block - Frontend interactivity › Page list block (@Firefox, @WebKit) › page-list submenu user interactions
3 skipped
186 passed (14.2m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
failures-artifacts
|
55.4 MB |
|
flaky-tests-report
|
1.08 KB |
|