Skip to content

Lazy load block edit functions #95565

Lazy load block edit functions

Lazy load block edit functions #95565

Triggered via pull request February 2, 2024 15:31
Status Failure
Total duration 38m 51s
Artifacts 2

end2end-test.yml

on: pull_request
Matrix: e2e-playwright
Report to GitHub
3m 58s
Report to GitHub
Fit to window
Zoom out
Zoom in

Annotations

80 errors, 10 warnings, and 7 notices
Playwright - 3
Process completed with exit code 17.
Puppeteer: packages/e2e-tests/specs/editor/various/inserting-blocks.test.js#L813
TimeoutError: waiting for XPath `//*[contains(@Class, "components-autocomplete__result") and contains(@Class, "is-selected") and contains(text(), 'Tag Cloud')]` failed: timeout 30000ms exceeded at new WaitTask (/home/runner/work/gutenberg/gutenberg/node_modules/puppeteer-core/src/common/DOMWorld.ts:813:28) at DOMWorld.waitForXPath (/home/runner/work/gutenberg/gutenberg/node_modules/puppeteer-core/src/common/DOMWorld.ts:702:22) at Frame.waitForXPath (/home/runner/work/gutenberg/gutenberg/node_modules/puppeteer-core/src/common/FrameManager.ts:1320:47) at Page.waitForXPath (/home/runner/work/gutenberg/gutenberg/node_modules/puppeteer-core/src/common/Page.ts:3281:29) at Object.waitForXPath (/home/runner/work/gutenberg/gutenberg/packages/e2e-tests/specs/editor/various/inserting-blocks.test.js:163:14) at processTicksAndRejections (node:internal/process/task_queues:95:5)
Puppeteer: packages/e2e-tests/specs/editor/various/inserting-blocks.test.js#L209
Error: expect(received).toMatchSnapshot() Snapshot name: `Inserting blocks inserts blocks at root level when using the root appender while selection is in an inner block 1` - Snapshot - 2 + Received + 2 "<!-- wp:buttons --> <div class="wp-block-buttons"><!-- wp:button --> - <div class="wp-block-button"><a class="wp-block-button__link wp-element-button">1.1</a></div> + <div class="wp-block-button"><a class="wp-block-button__link wp-element-button">1</a></div> <!-- /wp:button --></div> <!-- /wp:buttons --> <!-- wp:paragraph --> - <p>2</p> + <p></p> <!-- /wp:paragraph -->" at Object.toMatchSnapshot (/home/runner/work/gutenberg/gutenberg/packages/e2e-tests/specs/editor/various/inserting-blocks.test.js:209:42) at processTicksAndRejections (node:internal/process/task_queues:95:5)
Puppeteer
Process completed with exit code 1.
Playwright - 6
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
[chromium] › site-editor/template-revert.spec.js:81:2 › Template Revert › should show the original content after revert and page reload: test/e2e/specs/site-editor/template-revert.spec.js#L100
1) [chromium] › site-editor/template-revert.spec.js:81:2 › Template Revert › should show the original content after revert and page reload Error: expect(received).toEqual(expected) // deep equality - Expected - 8 + Received + 9 - <!-- wp:template-part {"slug":"header","theme":"emptytheme","tagName":"header"} /--> + <!-- wp:template-part {"slug":"header","tagName":"header","theme":"emptytheme"} /--> - - <!-- wp:query {"queryId":1,"query":{"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","sticky":"","perPage":10}} --> + <!-- wp:query {"queryId":1,"query":{"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","sticky":""}} --> - <div class="wp-block-query"><!-- wp:post-template --> + <div class="wp-block-query"> + <!-- wp:post-template --> - <!-- wp:post-title {"isLink":true} /--> + <!-- wp:post-title {"isLink":true} /--> - - <!-- wp:post-excerpt /--> + <!-- wp:post-excerpt /--> - <!-- /wp:post-template --></div> + <!-- /wp:post-template --> + </div> <!-- /wp:query --> + 98 | const contentAfter = 99 | await templateRevertUtils.getCurrentSiteEditorContent(); > 100 | expect( contentAfter ).toEqual( contentBefore ); | ^ 101 | } ); 102 | 103 | test( 'should show the edited content after revert and clicking undo in the header toolbar', async ( { at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/template-revert.spec.js:100:26
[chromium] › site-editor/template-revert.spec.js:81:2 › Template Revert › should show the original content after revert and page reload: test/e2e/specs/site-editor/template-revert.spec.js#L100
1) [chromium] › site-editor/template-revert.spec.js:81:2 › Template Revert › should show the original content after revert and page reload Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toEqual(expected) // deep equality - Expected - 8 + Received + 9 - <!-- wp:template-part {"slug":"header","theme":"emptytheme","tagName":"header"} /--> + <!-- wp:template-part {"slug":"header","tagName":"header","theme":"emptytheme"} /--> - - <!-- wp:query {"queryId":1,"query":{"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","sticky":"","perPage":10}} --> + <!-- wp:query {"queryId":1,"query":{"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","sticky":""}} --> - <div class="wp-block-query"><!-- wp:post-template --> + <div class="wp-block-query"> + <!-- wp:post-template --> - <!-- wp:post-title {"isLink":true} /--> + <!-- wp:post-title {"isLink":true} /--> - - <!-- wp:post-excerpt /--> + <!-- wp:post-excerpt /--> - <!-- /wp:post-template --></div> + <!-- /wp:post-template --> + </div> <!-- /wp:query --> + 98 | const contentAfter = 99 | await templateRevertUtils.getCurrentSiteEditorContent(); > 100 | expect( contentAfter ).toEqual( contentBefore ); | ^ 101 | } ); 102 | 103 | test( 'should show the edited content after revert and clicking undo in the header toolbar', async ( { at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/template-revert.spec.js:100:26
[chromium] › site-editor/template-revert.spec.js:81:2 › Template Revert › should show the original content after revert and page reload: test/e2e/specs/site-editor/template-revert.spec.js#L100
1) [chromium] › site-editor/template-revert.spec.js:81:2 › Template Revert › should show the original content after revert and page reload Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toEqual(expected) // deep equality - Expected - 8 + Received + 9 - <!-- wp:template-part {"slug":"header","theme":"emptytheme","tagName":"header"} /--> + <!-- wp:template-part {"slug":"header","tagName":"header","theme":"emptytheme"} /--> - - <!-- wp:query {"queryId":1,"query":{"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","sticky":"","perPage":10}} --> + <!-- wp:query {"queryId":1,"query":{"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","sticky":""}} --> - <div class="wp-block-query"><!-- wp:post-template --> + <div class="wp-block-query"> + <!-- wp:post-template --> - <!-- wp:post-title {"isLink":true} /--> + <!-- wp:post-title {"isLink":true} /--> - - <!-- wp:post-excerpt /--> + <!-- wp:post-excerpt /--> - <!-- /wp:post-template --></div> + <!-- /wp:post-template --> + </div> <!-- /wp:query --> + 98 | const contentAfter = 99 | await templateRevertUtils.getCurrentSiteEditorContent(); > 100 | expect( contentAfter ).toEqual( contentBefore ); | ^ 101 | } ); 102 | 103 | test( 'should show the edited content after revert and clicking undo in the header toolbar', async ( { at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/site-editor/template-revert.spec.js:100:26
Playwright - 6
Process completed with exit code 1.
[chromium] › editor/various/rich-text.spec.js:98:2 › RichText › should not highlight more than one format: test/e2e/specs/editor/various/rich-text.spec.js#L119
1) [chromium] › editor/various/rich-text.spec.js:98:2 › RichText › should not highlight more than one format Error: expect(received).toBe(expected) // Object.is equality Expected: 1 Received: 0 117 | ).length 118 | ); > 119 | expect( count ).toBe( 1 ); | ^ 120 | } ); 121 | 122 | test( 'should return focus when pressing formatting button', async ( { at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/rich-text.spec.js:119:19
[chromium] › editor/various/rich-text.spec.js:98:2 › RichText › should not highlight more than one format: test/e2e/specs/editor/various/rich-text.spec.js#L119
1) [chromium] › editor/various/rich-text.spec.js:98:2 › RichText › should not highlight more than one format Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: 1 Received: 0 117 | ).length 118 | ); > 119 | expect( count ).toBe( 1 ); | ^ 120 | } ); 121 | 122 | test( 'should return focus when pressing formatting button', async ( { at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/rich-text.spec.js:119:19
[chromium] › editor/various/rich-text.spec.js:98:2 › RichText › should not highlight more than one format: test/e2e/specs/editor/various/rich-text.spec.js#L119
1) [chromium] › editor/various/rich-text.spec.js:98:2 › RichText › should not highlight more than one format Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: 1 Received: 0 117 | ).length 118 | ); > 119 | expect( count ).toBe( 1 ); | ^ 120 | } ); 121 | 122 | test( 'should return focus when pressing formatting button', async ( { at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/rich-text.spec.js:119:19
[chromium] › editor/various/rich-text.spec.js:713:2 › RichText › should paste list contents into paragraph: test/e2e/specs/editor/various/rich-text.spec.js#L744
2) [chromium] › editor/various/rich-text.spec.js:713:2 › RichText › should paste list contents into paragraph Error: expect(received).toMatchObject(expected) - Expected - 36 + Received + 4 Array [ Object { "innerBlocks": Array [ Object { "attributes": Object { - "content": "1", + "content": "", }, - "innerBlocks": Array [ - Object { - "innerBlocks": Array [ - Object { - "attributes": Object { - "content": "2", - }, - "name": "core/list-item", - }, - ], - "name": "core/list", - }, - ], + "innerBlocks": Array [], "name": "core/list-item", }, ], "name": "core/list", }, Object { - "innerBlocks": Array [ - Object { - "attributes": Object { - "content": "1", - }, - "innerBlocks": Array [ - Object { - "innerBlocks": Array [ - Object { - "attributes": Object { - "content": "2", - }, - "name": "core/list-item", - }, - ], - "name": "core/list", - }, - ], - "name": "core/list-item", - }, - ], - "name": "core/list", + "innerBlocks": Array [], + "name": "core/paragraph", }, ] 742 | await pageUtils.pressKeys( 'primary+v' ); 743 | > 744 | expect( await editor.getBlocks() ).toMatchObject( | ^ 745 | Array( 2 ).fill( { 746 | name: 'core/list', 747 | innerBlocks: [ at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/rich-text.spec.js:744:38
[chromium] › editor/various/rich-text.spec.js:713:2 › RichText › should paste list contents into paragraph: test/e2e/specs/editor/various/rich-text.spec.js#L744
2) [chromium] › editor/various/rich-text.spec.js:713:2 › RichText › should paste list contents into paragraph Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toMatchObject(expected) - Expected - 36 + Received + 4 Array [ Object { "innerBlocks": Array [ Object { "attributes": Object { - "content": "1", + "content": "", }, - "innerBlocks": Array [ - Object { - "innerBlocks": Array [ - Object { - "attributes": Object { - "content": "2", - }, - "name": "core/list-item", - }, - ], - "name": "core/list", - }, - ], + "innerBlocks": Array [], "name": "core/list-item", }, ], "name": "core/list", }, Object { - "innerBlocks": Array [ - Object { - "attributes": Object { - "content": "1", - }, - "innerBlocks": Array [ - Object { - "innerBlocks": Array [ - Object { - "attributes": Object { - "content": "2", - }, - "name": "core/list-item", - }, - ], - "name": "core/list", - }, - ], - "name": "core/list-item", - }, - ], - "name": "core/list", + "innerBlocks": Array [], + "name": "core/paragraph", }, ] 742 | await pageUtils.pressKeys( 'primary+v' ); 743 | > 744 | expect( await editor.getBlocks() ).toMatchObject( | ^ 745 | Array( 2 ).fill( { 746 | name: 'core/list', 747 | innerBlocks: [ at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/rich-text.spec.js:744:38
[chromium] › editor/various/rich-text.spec.js:713:2 › RichText › should paste list contents into paragraph: test/e2e/specs/editor/various/rich-text.spec.js#L744
2) [chromium] › editor/various/rich-text.spec.js:713:2 › RichText › should paste list contents into paragraph Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toMatchObject(expected) - Expected - 28 + Received + 4 @@ -1,49 +1,25 @@ Array [ Object { "innerBlocks": Array [ Object { "attributes": Object { - "content": "1", + "content": " 2", }, - "innerBlocks": Array [ - Object { - "innerBlocks": Array [ - Object { - "attributes": Object { - "content": "2", - }, - "name": "core/list-item", - }, - ], - "name": "core/list", - }, - ], + "innerBlocks": Array [], "name": "core/list-item", }, ], "name": "core/list", - }, - Object { - "innerBlocks": Array [ - Object { - "attributes": Object { - "content": "1", }, - "innerBlocks": Array [ Object { "innerBlocks": Array [ Object { "attributes": Object { - "content": "2", - }, - "name": "core/list-item", - }, - ], - "name": "core/list", + "content": " 2", }, - ], + "innerBlocks": Array [], "name": "core/list-item", }, ], "name": "core/list", }, 742 | await pageUtils.pressKeys( 'primary+v' ); 743 | > 744 | expect( await editor.getBlocks() ).toMatchObject( | ^ 745 | Array( 2 ).fill( { 746 | name: 'core/list', 747 | innerBlocks: [ at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/rich-text.spec.js:744:38
[chromium] › editor/various/rtl.spec.js:28:2 › RTL › should arrow navigate: test/e2e/specs/editor/various/rtl.spec.js#L45
3) [chromium] › editor/various/rtl.spec.js:28:2 › RTL › should arrow navigate ──────────────────── Error: expect(received).toBe(expected) // Object.is equality - Expected - 1 + Received + 1 <!-- wp:paragraph --> - <p>٠١٢</p> + <p>٢</p> <!-- /wp:paragraph --> 43 | // Check the content. 44 | const content = await editor.getEditedPostContent(); > 45 | expect( content ).toBe( | ^ 46 | `<!-- wp:paragraph --> 47 | <p>٠١٢</p> 48 | <!-- /wp:paragraph -->` at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/rtl.spec.js:45:21
[chromium] › editor/various/rtl.spec.js:28:2 › RTL › should arrow navigate: test/e2e/specs/editor/various/rtl.spec.js#L45
3) [chromium] › editor/various/rtl.spec.js:28:2 › RTL › should arrow navigate ──────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality - Expected - 1 + Received + 1 <!-- wp:paragraph --> - <p>٠١٢</p> + <p>٢</p> <!-- /wp:paragraph --> 43 | // Check the content. 44 | const content = await editor.getEditedPostContent(); > 45 | expect( content ).toBe( | ^ 46 | `<!-- wp:paragraph --> 47 | <p>٠١٢</p> 48 | <!-- /wp:paragraph -->` at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/rtl.spec.js:45:21
[chromium] › editor/various/rtl.spec.js:28:2 › RTL › should arrow navigate: test/e2e/specs/editor/various/rtl.spec.js#L45
3) [chromium] › editor/various/rtl.spec.js:28:2 › RTL › should arrow navigate ──────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality - Expected - 1 + Received + 1 <!-- wp:paragraph --> - <p>٠١٢</p> + <p>٢</p> <!-- /wp:paragraph --> 43 | // Check the content. 44 | const content = await editor.getEditedPostContent(); > 45 | expect( content ).toBe( | ^ 46 | `<!-- wp:paragraph --> 47 | <p>٠١٢</p> 48 | <!-- /wp:paragraph -->` at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/rtl.spec.js:45:21
[chromium] › editor/various/rtl.spec.js:52:2 › RTL › should split: test/e2e/specs/editor/various/rtl.spec.js#L62
4) [chromium] › editor/various/rtl.spec.js:52:2 › RTL › should split ───────────────────────────── Error: expect(received).toBe(expected) // Object.is equality - Expected - 1 + Received + 1 <!-- wp:paragraph --> - <p>٠</p> + <p></p> <!-- /wp:paragraph --> <!-- wp:paragraph --> <p>١</p> <!-- /wp:paragraph --> 60 | // Check the content. 61 | const content = await editor.getEditedPostContent(); > 62 | expect( content ).toBe( | ^ 63 | `<!-- wp:paragraph --> 64 | <p>٠</p> 65 | <!-- /wp:paragraph --> at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/rtl.spec.js:62:21
Playwright - 5
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
Playwright - 2
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
[chromium] › editor/blocks/navigation.spec.js:180:3 › Navigation block › As a user I want to create submenus using the navigation block › create a submenu: test/e2e/specs/editor/blocks/navigation.spec.js#L214
1) [chromium] › editor/blocks/navigation.spec.js:180:3 › Navigation block › As a user I want to create submenus using the navigation block › create a submenu Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('role=navigation').locator('role=button[name="example.com submenu "i]') Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('role=navigation').locator('role=button[name="example.com submenu "i]') 212 | `role=navigation >> role=button[name="example.com submenu "i]` 213 | ) > 214 | ).toBeVisible(); | ^ 215 | } ); 216 | 217 | test( 'submenu converts to link automatically', async ( { at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation.spec.js:214:6
[chromium] › editor/blocks/navigation.spec.js:180:3 › Navigation block › As a user I want to create submenus using the navigation block › create a submenu: test/e2e/specs/editor/blocks/navigation.spec.js#L214
1) [chromium] › editor/blocks/navigation.spec.js:180:3 › Navigation block › As a user I want to create submenus using the navigation block › create a submenu Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('role=navigation').locator('role=button[name="example.com submenu "i]') Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('role=navigation').locator('role=button[name="example.com submenu "i]') 212 | `role=navigation >> role=button[name="example.com submenu "i]` 213 | ) > 214 | ).toBeVisible(); | ^ 215 | } ); 216 | 217 | test( 'submenu converts to link automatically', async ( { at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation.spec.js:214:6
[chromium] › editor/blocks/navigation.spec.js:180:3 › Navigation block › As a user I want to create submenus using the navigation block › create a submenu: test/e2e/specs/editor/blocks/navigation.spec.js#L214
1) [chromium] › editor/blocks/navigation.spec.js:180:3 › Navigation block › As a user I want to create submenus using the navigation block › create a submenu Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('role=navigation').locator('role=button[name="example.com submenu "i]') Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('role=navigation').locator('role=button[name="example.com submenu "i]') 212 | `role=navigation >> role=button[name="example.com submenu "i]` 213 | ) > 214 | ).toBeVisible(); | ^ 215 | } ); 216 | 217 | test( 'submenu converts to link automatically', async ( { at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/navigation.spec.js:214:6
[chromium] › editor/blocks/quote.spec.js:15:2 › Quote › should allow the user to type right away: test/e2e/specs/editor/blocks/quote.spec.js#L22
2) [chromium] › editor/blocks/quote.spec.js:15:2 › Quote › should allow the user to type right away Error: expect(received).toBe(expected) // Object.is equality - Expected - 2 + Received + 2 <!-- wp:quote --> <blockquote class="wp-block-quote"><!-- wp:paragraph --> - <p>Quote content</p> + <p></p> - <!-- /wp:paragraph --></blockquote> + <!-- /wp:paragraph --><cite>content</cite></blockquote> <!-- /wp:quote --> 20 | // Type content right after. 21 | await page.keyboard.type( 'Quote content' ); > 22 | expect( await editor.getEditedPostContent() ).toBe( | ^ 23 | `<!-- wp:quote --> 24 | <blockquote class="wp-block-quote"><!-- wp:paragraph --> 25 | <p>Quote content</p> at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/quote.spec.js:22:49
[chromium] › editor/blocks/quote.spec.js:15:2 › Quote › should allow the user to type right away: test/e2e/specs/editor/blocks/quote.spec.js#L22
2) [chromium] › editor/blocks/quote.spec.js:15:2 › Quote › should allow the user to type right away Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality - Expected - 2 + Received + 2 <!-- wp:quote --> <blockquote class="wp-block-quote"><!-- wp:paragraph --> - <p>Quote content</p> + <p></p> - <!-- /wp:paragraph --></blockquote> + <!-- /wp:paragraph --><cite>uote content</cite></blockquote> <!-- /wp:quote --> 20 | // Type content right after. 21 | await page.keyboard.type( 'Quote content' ); > 22 | expect( await editor.getEditedPostContent() ).toBe( | ^ 23 | `<!-- wp:quote --> 24 | <blockquote class="wp-block-quote"><!-- wp:paragraph --> 25 | <p>Quote content</p> at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/quote.spec.js:22:49
[chromium] › editor/blocks/quote.spec.js:15:2 › Quote › should allow the user to type right away: test/e2e/specs/editor/blocks/quote.spec.js#L22
2) [chromium] › editor/blocks/quote.spec.js:15:2 › Quote › should allow the user to type right away Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality - Expected - 2 + Received + 2 <!-- wp:quote --> <blockquote class="wp-block-quote"><!-- wp:paragraph --> - <p>Quote content</p> + <p></p> - <!-- /wp:paragraph --></blockquote> + <!-- /wp:paragraph --><cite>ote content</cite></blockquote> <!-- /wp:quote --> 20 | // Type content right after. 21 | await page.keyboard.type( 'Quote content' ); > 22 | expect( await editor.getEditedPostContent() ).toBe( | ^ 23 | `<!-- wp:quote --> 24 | <blockquote class="wp-block-quote"><!-- wp:paragraph --> 25 | <p>Quote content</p> at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/quote.spec.js:22:49
[chromium] › editor/blocks/quote.spec.js:31:2 › Quote › can be created by using > at the start of a paragraph block: test/e2e/specs/editor/blocks/quote.spec.js#L43
3) [chromium] › editor/blocks/quote.spec.js:31:2 › Quote › can be created by using > at the start of a paragraph block Error: expect(received).toBe(expected) // Object.is equality - Expected - 1 + Received + 1 @@ -1,8 +1,8 @@ <!-- wp:quote --> <blockquote class="wp-block-quote"><!-- wp:paragraph --> - <p>A quote</p> + <p>te</p> <!-- /wp:paragraph --> <!-- wp:paragraph --> <p>Another paragraph</p> <!-- /wp:paragraph --></blockquote> 41 | await page.keyboard.press( 'Enter' ); 42 | await page.keyboard.type( 'Another paragraph' ); > 43 | expect( await editor.getEditedPostContent() ).toBe( | ^ 44 | `<!-- wp:quote --> 45 | <blockquote class="wp-block-quote"><!-- wp:paragraph --> 46 | <p>A quote</p> at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/quote.spec.js:43:49
[chromium] › editor/blocks/quote.spec.js:31:2 › Quote › can be created by using > at the start of a paragraph block: test/e2e/specs/editor/blocks/quote.spec.js#L43
3) [chromium] › editor/blocks/quote.spec.js:31:2 › Quote › can be created by using > at the start of a paragraph block Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality - Expected - 1 + Received + 1 @@ -1,8 +1,8 @@ <!-- wp:quote --> <blockquote class="wp-block-quote"><!-- wp:paragraph --> - <p>A quote</p> + <p>quote</p> <!-- /wp:paragraph --> <!-- wp:paragraph --> <p>Another paragraph</p> <!-- /wp:paragraph --></blockquote> 41 | await page.keyboard.press( 'Enter' ); 42 | await page.keyboard.type( 'Another paragraph' ); > 43 | expect( await editor.getEditedPostContent() ).toBe( | ^ 44 | `<!-- wp:quote --> 45 | <blockquote class="wp-block-quote"><!-- wp:paragraph --> 46 | <p>A quote</p> at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/quote.spec.js:43:49
[chromium] › editor/blocks/quote.spec.js:31:2 › Quote › can be created by using > at the start of a paragraph block: test/e2e/specs/editor/blocks/quote.spec.js#L43
3) [chromium] › editor/blocks/quote.spec.js:31:2 › Quote › can be created by using > at the start of a paragraph block Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality - Expected - 1 + Received + 1 @@ -1,8 +1,8 @@ <!-- wp:quote --> <blockquote class="wp-block-quote"><!-- wp:paragraph --> - <p>A quote</p> + <p>quote</p> <!-- /wp:paragraph --> <!-- wp:paragraph --> <p>Another paragraph</p> <!-- /wp:paragraph --></blockquote> 41 | await page.keyboard.press( 'Enter' ); 42 | await page.keyboard.type( 'Another paragraph' ); > 43 | expect( await editor.getEditedPostContent() ).toBe( | ^ 44 | `<!-- wp:quote --> 45 | <blockquote class="wp-block-quote"><!-- wp:paragraph --> 46 | <p>A quote</p> at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/quote.spec.js:43:49
[chromium] › editor/blocks/quote.spec.js:141:3 › Quote › can be converted to paragraphs › and renders one paragraph block per <p> within quote: test/e2e/specs/editor/blocks/quote.spec.js#L152
4) [chromium] › editor/blocks/quote.spec.js:141:3 › Quote › can be converted to paragraphs › and renders one paragraph block per <p> within quote Error: expect(received).toBe(expected) // Object.is equality - Expected - 2 + Received + 2 <!-- wp:paragraph --> - <p>one</p> + <p></p> <!-- /wp:paragraph --> <!-- wp:paragraph --> - <p>two</p> + <p>two<br></p> <!-- /wp:paragraph --> 150 | await page.keyboard.press( 'ArrowRight' ); 151 | await editor.clickBlockOptionsMenuItem( 'Ungroup' ); > 152 | expect( await editor.getEditedPostContent() ).toBe( | ^ 153 | `<!-- wp:paragraph --> 154 | <p>one</p> 155 | <!-- /wp:paragraph --> at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/quote.spec.js:152:50
Playwright - 2
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
Playwright - 4
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
Playwright - 4
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
[chromium] › editor/various/draggable-blocks.spec.js:26:2 › Draggable block › can drag and drop to the top of a vertical block list: test/e2e/specs/editor/various/draggable-blocks.spec.js#L37
1) [chromium] › editor/various/draggable-blocks.spec.js:26:2 › Draggable block › can drag and drop to the top of a vertical block list Error: expect(received).toBe(expected) // Object.is equality - Expected - 1 + Received + 1 <!-- wp:paragraph --> - <p>1</p> + <p></p> <!-- /wp:paragraph --> <!-- wp:paragraph --> <p>2</p> <!-- /wp:paragraph --> Call Log: - Timeout 5000ms exceeded while waiting on the predicate 35 | // Confirm correct setup. 36 | await expect.poll( editor.getEditedPostContent ) > 37 | .toBe( `<!-- wp:paragraph --> | ^ 38 | <p>1</p> 39 | <!-- /wp:paragraph --> 40 | at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/draggable-blocks.spec.js:37:5
[chromium] › editor/various/draggable-blocks.spec.js:26:2 › Draggable block › can drag and drop to the top of a vertical block list: test/e2e/specs/editor/various/draggable-blocks.spec.js#L37
1) [chromium] › editor/various/draggable-blocks.spec.js:26:2 › Draggable block › can drag and drop to the top of a vertical block list Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality - Expected - 1 + Received + 1 <!-- wp:paragraph --> - <p>1</p> + <p></p> <!-- /wp:paragraph --> <!-- wp:paragraph --> <p>2</p> <!-- /wp:paragraph --> Call Log: - Timeout 5000ms exceeded while waiting on the predicate 35 | // Confirm correct setup. 36 | await expect.poll( editor.getEditedPostContent ) > 37 | .toBe( `<!-- wp:paragraph --> | ^ 38 | <p>1</p> 39 | <!-- /wp:paragraph --> 40 | at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/draggable-blocks.spec.js:37:5
[chromium] › editor/various/draggable-blocks.spec.js:26:2 › Draggable block › can drag and drop to the top of a vertical block list: test/e2e/specs/editor/various/draggable-blocks.spec.js#L37
1) [chromium] › editor/various/draggable-blocks.spec.js:26:2 › Draggable block › can drag and drop to the top of a vertical block list Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality - Expected - 1 + Received + 1 <!-- wp:paragraph --> - <p>1</p> + <p></p> <!-- /wp:paragraph --> <!-- wp:paragraph --> <p>2</p> <!-- /wp:paragraph --> Call Log: - Timeout 5000ms exceeded while waiting on the predicate 35 | // Confirm correct setup. 36 | await expect.poll( editor.getEditedPostContent ) > 37 | .toBe( `<!-- wp:paragraph --> | ^ 38 | <p>1</p> 39 | <!-- /wp:paragraph --> 40 | at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/draggable-blocks.spec.js:37:5
[chromium] › editor/various/draggable-blocks.spec.js:98:2 › Draggable block › can drag and drop to the bottom of a vertical block list: test/e2e/specs/editor/various/draggable-blocks.spec.js#L109
2) [chromium] › editor/various/draggable-blocks.spec.js:98:2 › Draggable block › can drag and drop to the bottom of a vertical block list Error: expect(received).toBe(expected) // Object.is equality - Expected - 1 + Received + 1 <!-- wp:paragraph --> - <p>1</p> + <p></p> <!-- /wp:paragraph --> <!-- wp:paragraph --> <p>2</p> <!-- /wp:paragraph --> Call Log: - Timeout 5000ms exceeded while waiting on the predicate 107 | // Confirm correct setup. 108 | await expect.poll( editor.getEditedPostContent ) > 109 | .toBe( `<!-- wp:paragraph --> | ^ 110 | <p>1</p> 111 | <!-- /wp:paragraph --> 112 | at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/draggable-blocks.spec.js:109:5
[chromium] › editor/various/draggable-blocks.spec.js:98:2 › Draggable block › can drag and drop to the bottom of a vertical block list: test/e2e/specs/editor/various/draggable-blocks.spec.js#L109
2) [chromium] › editor/various/draggable-blocks.spec.js:98:2 › Draggable block › can drag and drop to the bottom of a vertical block list Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality - Expected - 1 + Received + 1 <!-- wp:paragraph --> - <p>1</p> + <p></p> <!-- /wp:paragraph --> <!-- wp:paragraph --> <p>2</p> <!-- /wp:paragraph --> Call Log: - Timeout 5000ms exceeded while waiting on the predicate 107 | // Confirm correct setup. 108 | await expect.poll( editor.getEditedPostContent ) > 109 | .toBe( `<!-- wp:paragraph --> | ^ 110 | <p>1</p> 111 | <!-- /wp:paragraph --> 112 | at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/draggable-blocks.spec.js:109:5
[chromium] › editor/various/draggable-blocks.spec.js:98:2 › Draggable block › can drag and drop to the bottom of a vertical block list: test/e2e/specs/editor/various/draggable-blocks.spec.js#L109
2) [chromium] › editor/various/draggable-blocks.spec.js:98:2 › Draggable block › can drag and drop to the bottom of a vertical block list Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality - Expected - 1 + Received + 1 <!-- wp:paragraph --> - <p>1</p> + <p></p> <!-- /wp:paragraph --> <!-- wp:paragraph --> <p>2</p> <!-- /wp:paragraph --> Call Log: - Timeout 5000ms exceeded while waiting on the predicate 107 | // Confirm correct setup. 108 | await expect.poll( editor.getEditedPostContent ) > 109 | .toBe( `<!-- wp:paragraph --> | ^ 110 | <p>1</p> 111 | <!-- /wp:paragraph --> 112 | at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/draggable-blocks.spec.js:109:5
[chromium] › editor/various/duplicating-blocks.spec.js:11:2 › Duplicating blocks › should duplicate blocks using the block settings menu and keyboard shortcut: test/e2e/specs/editor/various/duplicating-blocks.spec.js#L23
3) [chromium] › editor/various/duplicating-blocks.spec.js:11:2 › Duplicating blocks › should duplicate blocks using the block settings menu and keyboard shortcut Error: expect(received).toBe(expected) // Object.is equality - Expected - 2 + Received + 2 <!-- wp:paragraph --> - <p>Clone me</p> + <p> me</p> <!-- /wp:paragraph --> <!-- wp:paragraph --> - <p>Clone me</p> + <p> me</p> <!-- /wp:paragraph --> 21 | await page.click( 'role=menuitem[name=/Duplicate/i]' ); 22 | > 23 | expect( await editor.getEditedPostContent() ).toBe( | ^ 24 | `<!-- wp:paragraph --> 25 | <p>Clone me</p> 26 | <!-- /wp:paragraph --> at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/duplicating-blocks.spec.js:23:49
[chromium] › editor/various/duplicating-blocks.spec.js:11:2 › Duplicating blocks › should duplicate blocks using the block settings menu and keyboard shortcut: test/e2e/specs/editor/various/duplicating-blocks.spec.js#L23
3) [chromium] › editor/various/duplicating-blocks.spec.js:11:2 › Duplicating blocks › should duplicate blocks using the block settings menu and keyboard shortcut Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality - Expected - 2 + Received + 2 <!-- wp:paragraph --> - <p>Clone me</p> + <p>one me</p> <!-- /wp:paragraph --> <!-- wp:paragraph --> - <p>Clone me</p> + <p>one me</p> <!-- /wp:paragraph --> 21 | await page.click( 'role=menuitem[name=/Duplicate/i]' ); 22 | > 23 | expect( await editor.getEditedPostContent() ).toBe( | ^ 24 | `<!-- wp:paragraph --> 25 | <p>Clone me</p> 26 | <!-- /wp:paragraph --> at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/duplicating-blocks.spec.js:23:49
[chromium] › editor/various/duplicating-blocks.spec.js:11:2 › Duplicating blocks › should duplicate blocks using the block settings menu and keyboard shortcut: test/e2e/specs/editor/various/duplicating-blocks.spec.js#L23
3) [chromium] › editor/various/duplicating-blocks.spec.js:11:2 › Duplicating blocks › should duplicate blocks using the block settings menu and keyboard shortcut Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality - Expected - 2 + Received + 2 <!-- wp:paragraph --> - <p>Clone me</p> + <p>ne me</p> <!-- /wp:paragraph --> <!-- wp:paragraph --> - <p>Clone me</p> + <p>ne me</p> <!-- /wp:paragraph --> 21 | await page.click( 'role=menuitem[name=/Duplicate/i]' ); 22 | > 23 | expect( await editor.getEditedPostContent() ).toBe( | ^ 24 | `<!-- wp:paragraph --> 25 | <p>Clone me</p> 26 | <!-- /wp:paragraph --> at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/duplicating-blocks.spec.js:23:49
[chromium] › editor/various/footnotes.spec.js:29:2 › Footnotes › can be inserted: test/e2e/specs/editor/various/footnotes.spec.js#L47
4) [chromium] › editor/various/footnotes.spec.js:29:2 › Footnotes › can be inserted ────────────── Error: expect(received).toMatchObject(expected) - Expected - 1 + Received + 1 @@ -5,11 +5,11 @@ }, "name": "core/paragraph", }, Object { "attributes": Object { - "content": "second paragraph<sup data-fn=\"block-37124277-ad46-4a6f-9769-ec8d1091d06e\" class=\"fn\"><a href=\"#block-37124277-ad46-4a6f-9769-ec8d1091d06e\" id=\"block-37124277-ad46-4a6f-9769-ec8d1091d06e-link\">1</a></sup>", + "content": "first footnotesecond paragraph<sup data-fn=\"56c852c0-b331-43a2-b906-a377c7e67dff\" class=\"fn\"><a href=\"#56c852c0-b331-43a2-b906-a377c7e67dff\" id=\"56c852c0-b331-43a2-b906-a377c7e67dff-link\">1</a></sup>", }, "name": "core/paragraph", }, Object { "name": "core/footnotes", 45 | } ); 46 | > 47 | expect( await editor.getBlocks() ).toMatchObject( [ | ^ 48 | { 49 | name: 'core/paragraph', 50 | attributes: { content: 'first paragraph' }, at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/footnotes.spec.js:47:38
[webkit] › editor/various/autocomplete-and-mentions.spec.js:83:3 › Autocomplete (@firefox: test/e2e/specs/editor/various/autocomplete-and-mentions.spec.js#L132
1) [webkit] › editor/various/autocomplete-and-mentions.spec.js:83:3 › Autocomplete (@Firefox, @WebKit) › User Mention: should insert mention Error: expect(received).toBe(expected) // Object.is equality - Expected - 1 + Received + 1 <!-- wp:paragraph --> - <p>I am @yourfather.</p> + <p>am @yourfather.</p> <!-- /wp:paragraph --> Call Log: - Timeout 5000ms exceeded while waiting on the predicate 130 | await expect 131 | .poll( editor.getEditedPostContent ) > 132 | .toBe( testData.snapshot ); | ^ 133 | } ); 134 | 135 | test( `${ completer }: should insert ${ type } between two other words`, async ( { at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/autocomplete-and-mentions.spec.js:132:6
[webkit] › editor/various/autocomplete-and-mentions.spec.js:83:3 › Autocomplete (@firefox: test/e2e/specs/editor/various/autocomplete-and-mentions.spec.js#L132
1) [webkit] › editor/various/autocomplete-and-mentions.spec.js:83:3 › Autocomplete (@Firefox, @WebKit) › User Mention: should insert mention Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality - Expected - 1 + Received + 1 <!-- wp:paragraph --> - <p>I am @yourfather.</p> + <p> am @yourfather.</p> <!-- /wp:paragraph --> Call Log: - Timeout 5000ms exceeded while waiting on the predicate 130 | await expect 131 | .poll( editor.getEditedPostContent ) > 132 | .toBe( testData.snapshot ); | ^ 133 | } ); 134 | 135 | test( `${ completer }: should insert ${ type } between two other words`, async ( { at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/autocomplete-and-mentions.spec.js:132:6
[webkit] › editor/various/autocomplete-and-mentions.spec.js:83:3 › Autocomplete (@firefox: test/e2e/specs/editor/various/autocomplete-and-mentions.spec.js#L132
1) [webkit] › editor/various/autocomplete-and-mentions.spec.js:83:3 › Autocomplete (@Firefox, @WebKit) › User Mention: should insert mention Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality - Expected - 1 + Received + 1 <!-- wp:paragraph --> - <p>I am @yourfather.</p> + <p> am @yourfather.</p> <!-- /wp:paragraph --> Call Log: - Timeout 5000ms exceeded while waiting on the predicate 130 | await expect 131 | .poll( editor.getEditedPostContent ) > 132 | .toBe( testData.snapshot ); | ^ 133 | } ); 134 | 135 | test( `${ completer }: should insert ${ type } between two other words`, async ( { at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/autocomplete-and-mentions.spec.js:132:6
[webkit] › editor/various/autocomplete-and-mentions.spec.js:135:3 › Autocomplete (@firefox: test/e2e/specs/editor/various/autocomplete-and-mentions.spec.js#L168
2) [webkit] › editor/various/autocomplete-and-mentions.spec.js:135:3 › Autocomplete (@Firefox, @WebKit) › User Mention: should insert mention between two other words Error: expect(received).toBe(expected) // Object.is equality - Expected - 1 + Received + 1 <!-- wp:paragraph --> - <p>Stuck in the middle with @testuser you.</p> + <p>tuck in the middle with @testuser you.</p> <!-- /wp:paragraph --> Call Log: - Timeout 5000ms exceeded while waiting on the predicate 166 | await expect 167 | .poll( editor.getEditedPostContent ) > 168 | .toBe( testData.snapshot ); | ^ 169 | } ); 170 | 171 | test( `${ completer }: should insert two subsequent ${ type }s`, async ( { at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/autocomplete-and-mentions.spec.js:168:6
[webkit] › editor/various/autocomplete-and-mentions.spec.js:135:3 › Autocomplete (@firefox: test/e2e/specs/editor/various/autocomplete-and-mentions.spec.js#L168
2) [webkit] › editor/various/autocomplete-and-mentions.spec.js:135:3 › Autocomplete (@Firefox, @WebKit) › User Mention: should insert mention between two other words Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality - Expected - 1 + Received + 1 <!-- wp:paragraph --> - <p>Stuck in the middle with @testuser you.</p> + <p>tuck in the middle with @testuser you.</p> <!-- /wp:paragraph --> Call Log: - Timeout 5000ms exceeded while waiting on the predicate 166 | await expect 167 | .poll( editor.getEditedPostContent ) > 168 | .toBe( testData.snapshot ); | ^ 169 | } ); 170 | 171 | test( `${ completer }: should insert two subsequent ${ type }s`, async ( { at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/autocomplete-and-mentions.spec.js:168:6
[webkit] › editor/various/autocomplete-and-mentions.spec.js:135:3 › Autocomplete (@firefox: test/e2e/specs/editor/various/autocomplete-and-mentions.spec.js#L168
2) [webkit] › editor/various/autocomplete-and-mentions.spec.js:135:3 › Autocomplete (@Firefox, @WebKit) › User Mention: should insert mention between two other words Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality - Expected - 1 + Received + 1 <!-- wp:paragraph --> - <p>Stuck in the middle with @testuser you.</p> + <p>tuck in the middle with @testuser you.</p> <!-- /wp:paragraph --> Call Log: - Timeout 5000ms exceeded while waiting on the predicate 166 | await expect 167 | .poll( editor.getEditedPostContent ) > 168 | .toBe( testData.snapshot ); | ^ 169 | } ); 170 | 171 | test( `${ completer }: should insert two subsequent ${ type }s`, async ( { at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/autocomplete-and-mentions.spec.js:168:6
[webkit] › editor/various/autocomplete-and-mentions.spec.js:171:3 › Autocomplete (@firefox: test/e2e/specs/editor/various/autocomplete-and-mentions.spec.js#L215
3) [webkit] › editor/various/autocomplete-and-mentions.spec.js:171:3 › Autocomplete (@Firefox, @WebKit) › User Mention: should insert two subsequent mentions Error: expect(received).toBe(expected) // Object.is equality - Expected - 1 + Received + 1 <!-- wp:paragraph --> - <p>The two greatest hobbits, in order: @thebetterhobbit @RingBearer.</p> + <p>e two greatest hobbits, in order: @thebetterhobbit @RingBearer.</p> <!-- /wp:paragraph --> Call Log: - Timeout 5000ms exceeded while waiting on the predicate 213 | await expect 214 | .poll( editor.getEditedPostContent ) > 215 | .toBe( testData.snapshot ); | ^ 216 | } ); 217 | 218 | test( `${ completer }: should allow ${ type } selection via click event`, async ( { at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/autocomplete-and-mentions.spec.js:215:6
[webkit] › editor/various/autocomplete-and-mentions.spec.js:171:3 › Autocomplete (@firefox: test/e2e/specs/editor/various/autocomplete-and-mentions.spec.js#L215
3) [webkit] › editor/various/autocomplete-and-mentions.spec.js:171:3 › Autocomplete (@Firefox, @WebKit) › User Mention: should insert two subsequent mentions Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality - Expected - 1 + Received + 1 <!-- wp:paragraph --> - <p>The two greatest hobbits, in order: @thebetterhobbit @RingBearer.</p> + <p>he two greatest hobbits, in order: @thebetterhobbit @RingBearer.</p> <!-- /wp:paragraph --> Call Log: - Timeout 5000ms exceeded while waiting on the predicate 213 | await expect 214 | .poll( editor.getEditedPostContent ) > 215 | .toBe( testData.snapshot ); | ^ 216 | } ); 217 | 218 | test( `${ completer }: should allow ${ type } selection via click event`, async ( { at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/autocomplete-and-mentions.spec.js:215:6
[webkit] › editor/various/autocomplete-and-mentions.spec.js:171:3 › Autocomplete (@firefox: test/e2e/specs/editor/various/autocomplete-and-mentions.spec.js#L215
3) [webkit] › editor/various/autocomplete-and-mentions.spec.js:171:3 › Autocomplete (@Firefox, @WebKit) › User Mention: should insert two subsequent mentions Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality - Expected - 1 + Received + 1 <!-- wp:paragraph --> - <p>The two greatest hobbits, in order: @thebetterhobbit @RingBearer.</p> + <p>he two greatest hobbits, in order: @thebetterhobbit @RingBearer.</p> <!-- /wp:paragraph --> Call Log: - Timeout 5000ms exceeded while waiting on the predicate 213 | await expect 214 | .poll( editor.getEditedPostContent ) > 215 | .toBe( testData.snapshot ); | ^ 216 | } ); 217 | 218 | test( `${ completer }: should allow ${ type } selection via click event`, async ( { at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/autocomplete-and-mentions.spec.js:215:6
[webkit] › editor/various/autocomplete-and-mentions.spec.js:218:3 › Autocomplete (@firefox: test/e2e/specs/editor/various/autocomplete-and-mentions.spec.js#L243
4) [webkit] › editor/various/autocomplete-and-mentions.spec.js:218:3 › Autocomplete (@Firefox, @WebKit) › User Mention: should allow mention selection via click event Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('role=option[name="Katniss Everdeen mockingjay"i]') Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('role=option[name="Katniss Everdeen mockingjay"i]') 241 | await expect( 242 | page.locator( `role=option[name="${ testData.optionText }"i]` ) > 243 | ).toBeVisible(); | ^ 244 | await page 245 | .locator( `role=option[name="${ testData.optionText }"i]` ) 246 | .click(); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/autocomplete-and-mentions.spec.js:243:6
Playwright - 7
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
Playwright - 7
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
Playwright - 8
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
[firefox] › editor/blocks/list.spec.js:11:2 › List (@firefox) › can be created by using an asterisk at the start of a paragraph block: test/e2e/specs/editor/blocks/list.spec.js#L24
1) [firefox] › editor/blocks/list.spec.js:11:2 › List (@Firefox) › can be created by using an asterisk at the start of a paragraph block Error: expect(received).toBe(expected) // Object.is equality - Expected - 1 + Received + 1 @@ -1,8 +1,8 @@ <!-- wp:list --> <ul><!-- wp:list-item --> - <li>A list item</li> + <li>st item</li> <!-- /wp:list-item --> <!-- wp:list-item --> <li>Another list item</li> <!-- /wp:list-item --></ul> Call Log: - Timeout 5000ms exceeded while waiting on the predicate 22 | await page.keyboard.press( 'Enter' ); 23 | await page.keyboard.type( 'Another list item' ); > 24 | await expect.poll( editor.getEditedPostContent ).toBe( | ^ 25 | `<!-- wp:list --> 26 | <ul><!-- wp:list-item --> 27 | <li>A list item</li> at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/list.spec.js:24:52
[firefox] › editor/blocks/list.spec.js:11:2 › List (@firefox) › can be created by using an asterisk at the start of a paragraph block: test/e2e/specs/editor/blocks/list.spec.js#L24
1) [firefox] › editor/blocks/list.spec.js:11:2 › List (@Firefox) › can be created by using an asterisk at the start of a paragraph block Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality - Expected - 1 + Received + 1 @@ -1,8 +1,8 @@ <!-- wp:list --> <ul><!-- wp:list-item --> - <li>A list item</li> + <li>st item</li> <!-- /wp:list-item --> <!-- wp:list-item --> <li>Another list item</li> <!-- /wp:list-item --></ul> Call Log: - Timeout 5000ms exceeded while waiting on the predicate 22 | await page.keyboard.press( 'Enter' ); 23 | await page.keyboard.type( 'Another list item' ); > 24 | await expect.poll( editor.getEditedPostContent ).toBe( | ^ 25 | `<!-- wp:list --> 26 | <ul><!-- wp:list-item --> 27 | <li>A list item</li> at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/list.spec.js:24:52
[firefox] › editor/blocks/list.spec.js:11:2 › List (@firefox) › can be created by using an asterisk at the start of a paragraph block: test/e2e/specs/editor/blocks/list.spec.js#L24
1) [firefox] › editor/blocks/list.spec.js:11:2 › List (@Firefox) › can be created by using an asterisk at the start of a paragraph block Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality - Expected - 1 + Received + 1 @@ -1,8 +1,8 @@ <!-- wp:list --> <ul><!-- wp:list-item --> - <li>A list item</li> + <li>st item</li> <!-- /wp:list-item --> <!-- wp:list-item --> <li>Another list item</li> <!-- /wp:list-item --></ul> Call Log: - Timeout 5000ms exceeded while waiting on the predicate 22 | await page.keyboard.press( 'Enter' ); 23 | await page.keyboard.type( 'Another list item' ); > 24 | await expect.poll( editor.getEditedPostContent ).toBe( | ^ 25 | `<!-- wp:list --> 26 | <ul><!-- wp:list-item --> 27 | <li>A list item</li> at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/list.spec.js:24:52
[firefox] › editor/blocks/list.spec.js:58:2 › List (@firefox) › can be created by using a number at the start of a paragraph block: test/e2e/specs/editor/blocks/list.spec.js#L68
2) [firefox] › editor/blocks/list.spec.js:58:2 › List (@Firefox) › can be created by using a number at the start of a paragraph block Error: expect(received).toBe(expected) // Object.is equality - Expected - 1 + Received + 1 <!-- wp:list {"ordered":true} --> <ol><!-- wp:list-item --> - <li>A list item</li> + <li>st item</li> <!-- /wp:list-item --></ol> <!-- /wp:list --> Call Log: - Timeout 5000ms exceeded while waiting on the predicate 66 | await page.keyboard.type( '1) A list item' ); 67 | > 68 | await expect.poll( editor.getEditedPostContent ).toBe( | ^ 69 | `<!-- wp:list {"ordered":true} --> 70 | <ol><!-- wp:list-item --> 71 | <li>A list item</li> at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/list.spec.js:68:52
[firefox] › editor/blocks/list.spec.js:58:2 › List (@firefox) › can be created by using a number at the start of a paragraph block: test/e2e/specs/editor/blocks/list.spec.js#L68
2) [firefox] › editor/blocks/list.spec.js:58:2 › List (@Firefox) › can be created by using a number at the start of a paragraph block Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality - Expected - 1 + Received + 1 <!-- wp:list {"ordered":true} --> <ol><!-- wp:list-item --> - <li>A list item</li> + <li>t item</li> <!-- /wp:list-item --></ol> <!-- /wp:list --> Call Log: - Timeout 5000ms exceeded while waiting on the predicate 66 | await page.keyboard.type( '1) A list item' ); 67 | > 68 | await expect.poll( editor.getEditedPostContent ).toBe( | ^ 69 | `<!-- wp:list {"ordered":true} --> 70 | <ol><!-- wp:list-item --> 71 | <li>A list item</li> at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/list.spec.js:68:52
[firefox] › editor/blocks/list.spec.js:58:2 › List (@firefox) › can be created by using a number at the start of a paragraph block: test/e2e/specs/editor/blocks/list.spec.js#L68
2) [firefox] › editor/blocks/list.spec.js:58:2 › List (@Firefox) › can be created by using a number at the start of a paragraph block Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality - Expected - 1 + Received + 1 <!-- wp:list {"ordered":true} --> <ol><!-- wp:list-item --> - <li>A list item</li> + <li>st item</li> <!-- /wp:list-item --></ol> <!-- /wp:list --> Call Log: - Timeout 5000ms exceeded while waiting on the predicate 66 | await page.keyboard.type( '1) A list item' ); 67 | > 68 | await expect.poll( editor.getEditedPostContent ).toBe( | ^ 69 | `<!-- wp:list {"ordered":true} --> 70 | <ol><!-- wp:list-item --> 71 | <li>A list item</li> at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/list.spec.js:68:52
[firefox] › editor/blocks/list.spec.js:77:2 › List (@firefox) › can undo asterisk transform: test/e2e/specs/editor/blocks/list.spec.js#L88
3) [firefox] › editor/blocks/list.spec.js:77:2 › List (@Firefox) › can undo asterisk transform ─── Error: expect(received).toBe(expected) // Object.is equality Expected: "<!-- wp:paragraph --> <p>1. </p> <!-- /wp:paragraph -->" Received: "" Call Log: - Timeout 5000ms exceeded while waiting on the predicate 86 | await pageUtils.pressKeys( 'primary+z' ); 87 | > 88 | await expect.poll( editor.getEditedPostContent ).toBe( | ^ 89 | `<!-- wp:paragraph --> 90 | <p>1. </p> 91 | <!-- /wp:paragraph -->` at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/list.spec.js:88:52
[firefox] › editor/blocks/list.spec.js:77:2 › List (@firefox) › can undo asterisk transform: test/e2e/specs/editor/blocks/list.spec.js#L88
3) [firefox] › editor/blocks/list.spec.js:77:2 › List (@Firefox) › can undo asterisk transform ─── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: "<!-- wp:paragraph --> <p>1. </p> <!-- /wp:paragraph -->" Received: "" Call Log: - Timeout 5000ms exceeded while waiting on the predicate 86 | await pageUtils.pressKeys( 'primary+z' ); 87 | > 88 | await expect.poll( editor.getEditedPostContent ).toBe( | ^ 89 | `<!-- wp:paragraph --> 90 | <p>1. </p> 91 | <!-- /wp:paragraph -->` at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/list.spec.js:88:52
[firefox] › editor/blocks/list.spec.js:77:2 › List (@firefox) › can undo asterisk transform: test/e2e/specs/editor/blocks/list.spec.js#L88
3) [firefox] › editor/blocks/list.spec.js:77:2 › List (@Firefox) › can undo asterisk transform ─── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: "<!-- wp:paragraph --> <p>1. </p> <!-- /wp:paragraph -->" Received: "" Call Log: - Timeout 5000ms exceeded while waiting on the predicate 86 | await pageUtils.pressKeys( 'primary+z' ); 87 | > 88 | await expect.poll( editor.getEditedPostContent ).toBe( | ^ 89 | `<!-- wp:paragraph --> 90 | <p>1. </p> 91 | <!-- /wp:paragraph -->` at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/list.spec.js:88:52
[firefox] › editor/blocks/list.spec.js:223:2 › List (@firefox) › can be created by typing "/list": test/e2e/specs/editor/blocks/list.spec.js#L235
4) [firefox] › editor/blocks/list.spec.js:223:2 › List (@Firefox) › can be created by typing "/list" Error: expect(received).toBe(expected) // Object.is equality - Expected - 1 + Received + 1 <!-- wp:list --> <ul><!-- wp:list-item --> - <li>I’m a list</li> + <li>’m a list</li> <!-- /wp:list-item --></ul> <!-- /wp:list --> Call Log: - Timeout 5000ms exceeded while waiting on the predicate 233 | await page.keyboard.type( 'I’m a list' ); 234 | > 235 | await expect.poll( editor.getEditedPostContent ).toBe( | ^ 236 | `<!-- wp:list --> 237 | <ul><!-- wp:list-item --> 238 | <li>I’m a list</li> at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/list.spec.js:235:52
Playwright - 8
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
Playwright - 1
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
[chromium] › editor/blocks/gallery.spec.js:89:2 › Gallery › can be created using uploaded images: test/e2e/specs/editor/blocks/gallery.spec.js#L106
1) [chromium] › editor/blocks/gallery.spec.js:89:2 › Gallery › can be created using uploaded images Error: expect.toBeVisible: Error: strict mode violation: locator('role=document[name="Block: Gallery"i]').locator('role=img') resolved to 2 elements: 1) <img src="blob:http://localhost:8889/788e1934-f5ce-46…/> aka getByRole('img', { name: 'This image has an empty alt attribute; its file name is 788e1934-f5ce-4682-8658-317f4c71663e' }) 2) <svg width="16" height="16" focusable="false" role="p…>…</svg> aka getByLabel('Block: Image').locator('svg') =========================== logs =========================== expect.toBeVisible with timeout 5000ms waiting for frameLocator('[name="editor-canvas"]').locator('role=document[name="Block: Gallery"i]').locator('role=img') ============================================================ 104 | 105 | const image = galleryBlock.locator( 'role=img' ); > 106 | await expect( image ).toBeVisible(); | ^ 107 | await expect( image ).toHaveAttribute( 'src', new RegExp( filename ) ); 108 | 109 | const regex = new RegExp( at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/gallery.spec.js:106:25
[chromium] › editor/blocks/gallery.spec.js:89:2 › Gallery › can be created using uploaded images: test/e2e/specs/editor/blocks/gallery.spec.js#L106
1) [chromium] › editor/blocks/gallery.spec.js:89:2 › Gallery › can be created using uploaded images Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect.toBeVisible: Error: strict mode violation: locator('role=document[name="Block: Gallery"i]').locator('role=img') resolved to 2 elements: 1) <img src="blob:http://localhost:8889/9f7fe8b9-5681-4a…/> aka getByRole('img', { name: 'This image has an empty alt attribute; its file name is 9f7fe8b9-5681-4afd-845f-823d4d58a925' }) 2) <svg width="16" height="16" focusable="false" role="p…>…</svg> aka getByLabel('Block: Image').locator('svg') =========================== logs =========================== expect.toBeVisible with timeout 5000ms waiting for frameLocator('[name="editor-canvas"]').locator('role=document[name="Block: Gallery"i]').locator('role=img') ============================================================ 104 | 105 | const image = galleryBlock.locator( 'role=img' ); > 106 | await expect( image ).toBeVisible(); | ^ 107 | await expect( image ).toHaveAttribute( 'src', new RegExp( filename ) ); 108 | 109 | const regex = new RegExp( at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/gallery.spec.js:106:25
[chromium] › editor/blocks/gallery.spec.js:89:2 › Gallery › can be created using uploaded images: test/e2e/specs/editor/blocks/gallery.spec.js#L106
1) [chromium] › editor/blocks/gallery.spec.js:89:2 › Gallery › can be created using uploaded images Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect.toBeVisible: Error: strict mode violation: locator('role=document[name="Block: Gallery"i]').locator('role=img') resolved to 2 elements: 1) <img src="blob:http://localhost:8889/2025838e-7d15-4a…/> aka getByRole('img', { name: 'This image has an empty alt attribute; its file name is 2025838e-7d15-4a94-9da1-248828ab2dc4' }) 2) <svg width="16" height="16" focusable="false" role="p…>…</svg> aka getByLabel('Block: Image').locator('svg') =========================== logs =========================== expect.toBeVisible with timeout 5000ms waiting for frameLocator('[name="editor-canvas"]').locator('role=document[name="Block: Gallery"i]').locator('role=img') ============================================================ 104 | 105 | const image = galleryBlock.locator( 'role=img' ); > 106 | await expect( image ).toBeVisible(); | ^ 107 | await expect( image ).toHaveAttribute( 'src', new RegExp( filename ) ); 108 | 109 | const regex = new RegExp( at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/gallery.spec.js:106:25
[chromium] › editor/blocks/group.spec.js:83:2 › Group › can merge into group with Backspace: test/e2e/specs/editor/blocks/group.spec.js#L91
2) [chromium] › editor/blocks/group.spec.js:83:2 › Group › can merge into group with Backspace ─── Error: Snapshot comparison failed: <!-- wp:group {"layout":{"type":"constrained"}} --> <div class="wp-block-group"><!-- wp:paragraph --> <p>1</p> <!-- /wp:paragraph --></div> <!-- /wp:group --> <!-- wp:paragraph --> <p>2</p> <!-- /wp:paragraph --> Expected: /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/__snapshots__/Group-can-merge-into-group-with-Backspace-1-chromium.txt Received: /home/runner/work/gutenberg/gutenberg/artifacts/test-results/editor-blocks-group-Group-can-merge-into-group-with-Backspace-chromium/Group-can-merge-into-group-with-Backspace-1-actual.txt 89 | 90 | // Confirm last paragraph is outside of group. > 91 | expect( await editor.getEditedPostContent() ).toMatchSnapshot(); | ^ 92 | 93 | // Merge the last paragraph into the group. 94 | await page.keyboard.press( 'ArrowLeft' ); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/group.spec.js:91:49
[chromium] › editor/blocks/group.spec.js:83:2 › Group › can merge into group with Backspace: test/e2e/specs/editor/blocks/group.spec.js#L91
2) [chromium] › editor/blocks/group.spec.js:83:2 › Group › can merge into group with Backspace ─── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Snapshot comparison failed: <!-- wp:group {"layout":{"type":"constrained"}} --> <div class="wp-block-group"><!-- wp:paragraph --> <p>1</p> <!-- /wp:paragraph --></div> <!-- /wp:group --> <!-- wp:paragraph --> <p>2</p> <!-- /wp:paragraph --> Expected: /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/__snapshots__/Group-can-merge-into-group-with-Backspace-1-chromium.txt Received: /home/runner/work/gutenberg/gutenberg/artifacts/test-results/editor-blocks-group-Group-can-merge-into-group-with-Backspace-chromium-retry1/Group-can-merge-into-group-with-Backspace-1-actual.txt 89 | 90 | // Confirm last paragraph is outside of group. > 91 | expect( await editor.getEditedPostContent() ).toMatchSnapshot(); | ^ 92 | 93 | // Merge the last paragraph into the group. 94 | await page.keyboard.press( 'ArrowLeft' ); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/group.spec.js:91:49
[chromium] › editor/blocks/group.spec.js:83:2 › Group › can merge into group with Backspace: test/e2e/specs/editor/blocks/group.spec.js#L91
2) [chromium] › editor/blocks/group.spec.js:83:2 › Group › can merge into group with Backspace ─── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Snapshot comparison failed: <!-- wp:group {"layout":{"type":"constrained"}} --> <div class="wp-block-group"><!-- wp:paragraph --> <p>1</p> <!-- /wp:paragraph --></div> <!-- /wp:group --> <!-- wp:paragraph --> <p>2</p> <!-- /wp:paragraph --> Expected: /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/__snapshots__/Group-can-merge-into-group-with-Backspace-1-chromium.txt Received: /home/runner/work/gutenberg/gutenberg/artifacts/test-results/editor-blocks-group-Group-can-merge-into-group-with-Backspace-chromium-retry2/Group-can-merge-into-group-with-Backspace-1-actual.txt 89 | 90 | // Confirm last paragraph is outside of group. > 91 | expect( await editor.getEditedPostContent() ).toMatchSnapshot(); | ^ 92 | 93 | // Merge the last paragraph into the group. 94 | await page.keyboard.press( 'ArrowLeft' ); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/group.spec.js:91:49
[chromium] › editor/blocks/heading.spec.js:47:2 › Heading › should not work with the list input rule: test/e2e/specs/editor/blocks/heading.spec.js#L56
3) [chromium] › editor/blocks/heading.spec.js:47:2 › Heading › should not work with the list input rule Error: expect(received).toMatchObject(expected) - Expected - 3 + Received + 3 Array [ Object { "attributes": Object { - "content": "1. H", - "level": 2, + "ordered": true, + "values": "", }, - "name": "core/heading", + "name": "core/list", }, ] Call Log: - Timeout 5000ms exceeded while waiting on the predicate 54 | await page.keyboard.type( '## 1. H' ); 55 | > 56 | await expect.poll( editor.getBlocks ).toMatchObject( [ | ^ 57 | { 58 | name: 'core/heading', 59 | attributes: { content: '1. H', level: 2 }, at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/heading.spec.js:56:41
[chromium] › editor/blocks/heading.spec.js:47:2 › Heading › should not work with the list input rule: test/e2e/specs/editor/blocks/heading.spec.js#L56
3) [chromium] › editor/blocks/heading.spec.js:47:2 › Heading › should not work with the list input rule Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toMatchObject(expected) - Expected - 3 + Received + 3 Array [ Object { "attributes": Object { - "content": "1. H", - "level": 2, + "ordered": true, + "values": "", }, - "name": "core/heading", + "name": "core/list", }, ] Call Log: - Timeout 5000ms exceeded while waiting on the predicate 54 | await page.keyboard.type( '## 1. H' ); 55 | > 56 | await expect.poll( editor.getBlocks ).toMatchObject( [ | ^ 57 | { 58 | name: 'core/heading', 59 | attributes: { content: '1. H', level: 2 }, at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/heading.spec.js:56:41
[chromium] › editor/blocks/heading.spec.js:47:2 › Heading › should not work with the list input rule: test/e2e/specs/editor/blocks/heading.spec.js#L56
3) [chromium] › editor/blocks/heading.spec.js:47:2 › Heading › should not work with the list input rule Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toMatchObject(expected) - Expected - 3 + Received + 3 Array [ Object { "attributes": Object { - "content": "1. H", - "level": 2, + "ordered": true, + "values": "", }, - "name": "core/heading", + "name": "core/list", }, ] Call Log: - Timeout 5000ms exceeded while waiting on the predicate 54 | await page.keyboard.type( '## 1. H' ); 55 | > 56 | await expect.poll( editor.getBlocks ).toMatchObject( [ | ^ 57 | { 58 | name: 'core/heading', 59 | attributes: { content: '1. H', level: 2 }, at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/heading.spec.js:56:41
[chromium] › editor/blocks/heading.spec.js:64:2 › Heading › should work with the format input rules: test/e2e/specs/editor/blocks/heading.spec.js#L73
4) [chromium] › editor/blocks/heading.spec.js:64:2 › Heading › should work with the format input rules Error: expect(received).toMatchObject(expected) - Expected - 1 + Received + 1 Array [ Object { "attributes": Object { - "content": "<code>code</code>", + "content": "`co", "level": 2, }, "name": "core/heading", }, ] Call Log: - Timeout 5000ms exceeded while waiting on the predicate 71 | await page.keyboard.type( '## `code`' ); 72 | > 73 | await expect.poll( editor.getBlocks ).toMatchObject( [ | ^ 74 | { 75 | name: 'core/heading', 76 | attributes: { content: '<code>code</code>', level: 2 }, at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/heading.spec.js:73:41
Playwright - 1
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
Playwright - 3
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/.
Puppeteer
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/.
Playwright - 6
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/.
Playwright - 5
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/.
Playwright - 2
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/.
Playwright - 4
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/.
Playwright - 7
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/.
Playwright - 8
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/.
Playwright - 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/.
Report to GitHub
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8, ./packages/report-flaky-tests. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
🎭 Playwright Run Summary
1 failed [chromium] › site-editor/template-revert.spec.js:81:2 › Template Revert › should show the original content after revert and page reload 4 skipped 119 passed (6.6m)
🎭 Playwright Run Summary
15 failed [chromium] › editor/various/rich-text.spec.js:98:2 › RichText › should not highlight more than one format [chromium] › editor/various/rich-text.spec.js:713:2 › RichText › should paste list contents into paragraph [chromium] › editor/various/rtl.spec.js:28:2 › RTL › should arrow navigate ───────────────────── [chromium] › editor/various/rtl.spec.js:52:2 › RTL › should split ────────────────────────────── [chromium] › editor/various/rtl.spec.js:73:2 › RTL › should merge backward ───────────────────── [chromium] › editor/various/rtl.spec.js:91:2 › RTL › should merge forward ────────────────────── [chromium] › editor/various/rtl.spec.js:110:2 › RTL › should arrow navigate between blocks ───── [chromium] › editor/various/shortcut-focus-toolbar.spec.js:161:3 › Focus toolbar shortcut (alt + F10) › Smaller than large viewports › Focuses the correct toolbar in edit mode [chromium] › editor/various/splitting-merging.spec.js:185:2 › splitting and merging blocks (@Firefox, @WebKit) › should gracefully handle if placing caret in empty container [chromium] › editor/various/splitting-merging.spec.js:222:2 › splitting and merging blocks (@Firefox, @WebKit) › should forward delete from an empty paragraph [chromium] › editor/various/splitting-merging.spec.js:261:2 › splitting and merging blocks (@Firefox, @WebKit) › should remove at most one paragraph in forward direction [chromium] › editor/various/splitting-merging.spec.js:328:2 › splitting and merging blocks (@Firefox, @WebKit) › should undo split in one go [chromium] › editor/various/splitting-merging.spec.js:350:2 › splitting and merging blocks (@Firefox, @WebKit) › should not split with line break in front (-firefox) [chromium] › editor/various/splitting-merging.spec.js:423:3 › splitting and merging blocks (@Firefox, @WebKit) › test restore selection when merge produces more than one block › on forward delete [chromium] › editor/various/splitting-merging.spec.js:443:3 › splitting and merging blocks (@Firefox, @WebKit) › test restore selection when merge produces more than one block › on backspace 8 flaky [chromium] › editor/various/splitting-merging.spec.js:18:2 › splitting and merging blocks (@Firefox, @WebKit) › should split and merge paragraph blocks using Enter and Backspace [chromium] › editor/various/splitting-merging.spec.js:113:2 › splitting and merging blocks (@Firefox, @WebKit) › should delete an empty first line [chromium] › editor/various/splitting-merging.spec.js:151:2 › splitting and merging blocks (@Firefox, @WebKit) › should not merge paragraphs if the selection is not collapsed [chromium] › editor/various/toolbar-roving-tabindex.spec.js:23:2 › Toolbar roving tabindex › ensures base block toolbars use roving tabindex [chromium] › editor/various/writing-flow.spec.js:228:2 › Writing Flow (@Firefox, @WebKit) › should navigate around nested inline boundaries [chromium] › editor/various/writing-flow.spec.js:351:2 › Writing Flow (@Firefox, @WebKit) › should not create extra line breaks in multiline value [chromium] › editor/various/writing-flow.spec.js:446:2 › Writing Flow (@Firefox, @WebKit) › should not delete surrounding space when deleting a selected word [chromium] › editor/various/writing-flow.spec.js:546:2 › Writing Flow (@Firefox, @WebKit) › should navigate contenteditable with normal line height 145 passed (11.1m)
🎭 Playwright Run Summary
17 failed [chromium] › editor/blocks/navigation.spec.js:180:3 › Navigation block › As a user I want to create submenus using the navigation block › create a submenu [chromium] › editor/blocks/quote.spec.js:15:2 › Quote › should allow the user to type right away [chromium] › editor/blocks/quote.spec.js:31:2 › Quote › can be created by using > at the start of a paragraph block [chromium] › editor/blocks/quote.spec.js:141:3 › Quote › can be converted to paragraphs › and renders one paragraph block per <p> within quote [chromium] › editor/blocks/quote.spec.js:163:3 › Quote › can be converted to paragraphs › and renders a paragraph for the cite, if it exists [chromium] › editor/blocks/quote.spec.js:220:2 › Quote › can be created by converting a heading [chromium] › editor/blocks/quote.spec.js:236:2 › Quote › can be converted to a pullquote ─────── [chromium] › editor/blocks/quote.spec.js:251:2 › Quote › can be split at the end ─────────────── [chromium] › editor/blocks/quote.spec.js:284:2 › Quote › can be unwrapped on Backspace ───────── [chromium] › editor/blocks/quote.spec.js:297:2 › Quote › can be unwrapped with content on Backspace [chromium] › editor/blocks/verse-code-preformatted.spec.js:13:3 › core/verse › should exit on triple Enter and merge back [chromium] › editor/blocks/verse-code-preformatted.spec.js:13:3 › core/code › should exit on triple Enter and merge back [chromium] › editor/blocks/verse-code-preformatted.spec.js:13:3 › core/preformatted › should exit on triple Enter and merge back [chromium] › editor/plugins/annotations.spec.js:31:2 › Annotations › allows a block to be annotated [chromium] › editor/plugins/annotations.spec.js:61:2 › Annotations › keeps the cursor in the same location when applying annotation [chromium] › editor/plugins/annotations.spec.js:87:2 › Annotations › moves when typing before it [chromium] › editor/plugins/inner-blocks-allowed-blocks.spec.js:106:2 › Allowed Blocks Setting on InnerBlocks › correctly applies dynamic allowed blocks restrictions 2 flaky [chromium] › editor/plugins/annotations.spec.js:125:2 › Annotations › grows when typing inside it [chromium] › editor/plugins/block-variations.spec.js:196:2 › Block variations › should display mixed block and variation match information 1 skipped 124 passed (12.6m)
🎭 Playwright Run Summary
10 failed [chromium] › editor/various/draggable-blocks.spec.js:26:2 › Draggable block › can drag and drop to the top of a vertical block list [chromium] › editor/various/draggable-blocks.spec.js:98:2 › Draggable block › can drag and drop to the bottom of a vertical block list [chromium] › editor/various/duplicating-blocks.spec.js:11:2 › Duplicating blocks › should duplicate blocks using the block settings menu and keyboard shortcut [chromium] › editor/various/footnotes.spec.js:29:2 › Footnotes › can be inserted ─────────────── [chromium] › editor/various/footnotes.spec.js:190:2 › Footnotes › can be inserted in a list ──── [chromium] › editor/various/footnotes.spec.js:229:2 › Footnotes › can be inserted in a table ─── [chromium] › editor/various/footnotes.spec.js:290:2 › Footnotes › works with revisions ───────── [chromium] › editor/various/footnotes.spec.js:393:2 › Footnotes › can be previewed when published [chromium] › editor/various/list-view.spec.js:226:2 › List View › moves focus to start/end of list with Home/End keys [chromium] › editor/various/list-view.spec.js:453:2 › List View › should cut, copy, paste, select, duplicate, delete, and deselect blocks using keyboard 6 flaky [chromium] › editor/various/is-typing.spec.js:11:2 › isTyping › should hide the toolbar when typing [chromium] › editor/various/keep-styles-on-block-transforms.spec.js:11:2 › Keep styles on block transforms › Should keep colors during a transform [chromium] › editor/various/keyboard-navigable-blocks.spec.js:44:2 › Order of block keyboard navigation › allows tabbing in navigation mode if no block is selected [chromium] › editor/various/keyboard-navigable-blocks.spec.js:81:2 › Order of block keyboard navigation › allows tabbing in navigation mode if no block is selected (reverse) [chromium] › editor/various/keyboard-navigable-blocks.spec.js:164:2 › Order of block keyboard navigation › allows the first element within a block to receive focus [chromium] › editor/various/navigable-toolbar.spec.js:116:2 › Block Toolbar › should focus with Shift+Tab 1 skipped 131 passed (12.2m)
🎭 Playwright Run Summary
12 failed [webkit] › editor/various/autocomplete-and-mentions.spec.js:83:3 › Autocomplete (@Firefox, @WebKit) › User Mention: should insert mention [webkit] › editor/various/autocomplete-and-mentions.spec.js:135:3 › Autocomplete (@Firefox, @WebKit) › User Mention: should insert mention between two other words [webkit] › editor/various/autocomplete-and-mentions.spec.js:171:3 › Autocomplete (@Firefox, @WebKit) › User Mention: should insert two subsequent mentions [webkit] › editor/various/autocomplete-and-mentions.spec.js:218:3 › Autocomplete (@Firefox, @WebKit) › User Mention: should allow mention selection via click event [webkit] › editor/various/autocomplete-and-mentions.spec.js:351:3 › Autocomplete (@Firefox, @WebKit) › User Mention: should allow newlines after multiple mention completions [webkit] › editor/various/autocomplete-and-mentions.spec.js:218:3 › Autocomplete (@Firefox, @WebKit) › Custom Completer: should allow option selection via click event [webkit] › editor/various/autocomplete-and-mentions.spec.js:253:3 › Autocomplete (@Firefox, @WebKit) › Custom Completer: should allow option selection via keypress event [webkit] › editor/various/autocomplete-and-mentions.spec.js:351:3 › Autocomplete (@Firefox, @WebKit) › Custom Completer: should allow newlines after multiple option completions [webkit] › editor/various/autocomplete-and-mentions.spec.js:467:2 › Autocomplete (@Firefox, @WebKit) › should hide UI when selection changes (by keyboard) [webkit] › editor/various/autocomplete-and-mentions.spec.js:484:2 › Autocomplete (@Firefox, @WebKit) › should hide UI when selection changes (by mouse) [webkit] › editor/various/splitting-merging.spec.js:113:2 › splitting and merging blocks (@Firefox, @WebKit) › should delete an empty first line [webkit] › editor/various/writing-flow.spec.js:723:2 › Writing Flow (@Firefox, @WebKit) › should remember initial vertical position 23 flaky [webkit] › editor/various/autocomplete-and-mentions.spec.js:253:3 › Autocomplete (@Firefox, @WebKit) › User Mention: should allow mention selection via keypress event [webkit] › editor/various/autocomplete-and-mentions.spec.js:291:3 › Autocomplete (@Firefox, @WebKit) › User Mention: should cancel mention selection via `Escape` keypress event [webkit] › editor/various/autocomplete-and-mentions.spec.js:135:3 › Autocomplete (@Firefox, @WebKit) › Custom Completer: should insert option between two other words [webkit] › editor/various/autocomplete-and-mentions.spec.js:291:3 › Autocomplete (@Firefox, @WebKit) › Custom Completer: should cancel option selection via `Escape` keypress event [webkit] › editor/various/autocomplete-and-mentions.spec.js:330:4 › Autocomplete (@Firefox, @WebKit) › Custom Completer: should not insert disabled options [webkit] › editor/various/autocomplete-and-mentions.spec.js:426:2 › Autocomplete (@Firefox, @WebKit) › should insert elements from multiple completers in a single block [webkit] › editor/various/autocomplete-and-mentions.spec.js:509:2 › Autocomplete (@Firefox, @WebKit) › should allow speaking number of initial results [webkit] › editor/various/splitting-merging.spec.js:185:2 › splitting and merging blocks (@Firefox, @WebKit) › should gracefully handle if placing caret in empty container [webkit] › editor/various/splitting-merging.spec.js:261:2 › splitting and merging blocks (@Firefox, @WebKit) › should remove at most one paragraph in forward direction [webkit] › editor/various/splitting-merging.spec.js:443:3 › splitting and merging blocks (@Firefox, @WebKit) › test restore selection when merge produces more than one block › on backspace [webkit] › editor/various/writing-flow.spec.js:24:2 › Writing Flow (@Firefox, @WebKit) › Should navigate inner blocks with arrow keys [webkit] › editor/various/writing-flow.spec.js:151:2 › Writing Flow (@Firefox, @WebKit) › should navigate around inline boundaries [webkit] › editor/various/writing-flow.spec.js:279:2 › Writing Flow (@Firefox, @WebKit) › should
🎭 Playwright Run Summary
32 failed [firefox] › editor/blocks/list.spec.js:11:2 › List (@Firefox) › can be created by using an asterisk at the start of a paragraph block [firefox] › editor/blocks/list.spec.js:58:2 › List (@Firefox) › can be created by using a number at the start of a paragraph block [firefox] › editor/blocks/list.spec.js:77:2 › List (@Firefox) › can undo asterisk transform ──── [firefox] › editor/blocks/list.spec.js:223:2 › List (@Firefox) › can be created by typing "/list" [firefox] › editor/blocks/list.spec.js:352:2 › List (@Firefox) › can be converted to paragraphs [firefox] › editor/blocks/list.spec.js:371:2 › List (@Firefox) › can be converted when nested to paragraphs [firefox] › editor/blocks/list.spec.js:395:2 › List (@Firefox) › can be converted to a quote ─── [firefox] › editor/blocks/list.spec.js:418:2 › List (@Firefox) › should create paragraph on split at end and merge back with content [firefox] › editor/blocks/list.spec.js:457:2 › List (@Firefox) › should split into two with paragraph and merge lists [firefox] › editor/blocks/list.spec.js:529:2 › List (@Firefox) › should keep nested list items when merging with paragraph [firefox] › editor/blocks/list.spec.js:594:2 › List (@Firefox) › should split into two ordered lists with paragraph [firefox] › editor/blocks/list.spec.js:627:2 › List (@Firefox) › should split indented list item [firefox] › editor/blocks/list.spec.js:653:2 › List (@Firefox) › should be immeadiately saved on indentation [firefox] › editor/blocks/list.spec.js:688:2 › List (@Firefox) › should change the indented list type [firefox] › editor/blocks/list.spec.js:713:2 › List (@Firefox) › should create paragraph on Enter in quote block [firefox] › editor/blocks/list.spec.js:739:2 › List (@Firefox) › should indent and outdent level 1 [firefox] › editor/blocks/list.spec.js:773:2 › List (@Firefox) › should indent and outdent level 2 [firefox] › editor/blocks/list.spec.js:839:2 › List (@Firefox) › should outdent with children ── [firefox] › editor/blocks/list.spec.js:889:2 › List (@Firefox) › should insert a line break on shift+enter [firefox] › editor/blocks/list.spec.js:907:2 › List (@Firefox) › should insert a line break on shift+enter in a non trailing list item [firefox] › editor/blocks/list.spec.js:938:2 › List (@Firefox) › should create and remove indented list with keyboard only [firefox] › editor/blocks/list.spec.js:1053:2 › List (@Firefox) › should place the caret in the right place with nested list [firefox] › editor/blocks/list.spec.js:1086:2 › List (@Firefox) › should not indent list on space with modifier [firefox] › editor/blocks/list.spec.js:1196:2 › List (@Firefox) › first empty list item is graciously removed [firefox] › editor/blocks/list.spec.js:1223:2 › List (@Firefox) › should not change the contents when you change the list type to Ordered [firefox] › editor/blocks/list.spec.js:1255:2 › List (@Firefox) › should not change the contents when you change the list type to Unordered [firefox] › editor/blocks/list.spec.js:1314:2 › List (@Firefox) › should merge two list with same attributes [firefox] › editor/blocks/list.spec.js:1485:3 › List (@Firefox) › should merge two list items with nested lists › Backspace [firefox] › editor/blocks/list.spec.js:1504:3 › List (@Firefox) › should merge two list items with nested lists › Delete (forward) [firefox] › editor/various/splitting-merging.spec.js:423:3 › splitting and merging blocks (@Firefox, @WebKit) › test restore selection when merge produces more than one block › on forward delete [firefox] › editor/various/splitting-merging.spec.js:443:3 › splitting and merging blocks (@Firefox, @WebKit) › test restore selection when merge produces more than one block › on backspace [firefox] › editor/various/writing-flow.spec.js:777:2 › Writing Flow (@Firefox, @WebKit) › should extend selection into paragraph for list with longer last item 3 flaky [firefox] › editor/blocks/list.spec.js:1362:2
🎭 Playwright Run Summary
48 failed [chromium] › editor/blocks/gallery.spec.js:89:2 › Gallery › can be created using uploaded images [chromium] › editor/blocks/group.spec.js:83:2 › Group › can merge into group with Backspace ──── [chromium] › editor/blocks/heading.spec.js:47:2 › Heading › should not work with the list input rule [chromium] › editor/blocks/heading.spec.js:64:2 › Heading › should work with the format input rules [chromium] › editor/blocks/heading.spec.js:81:2 › Heading › should create a paragraph block above when pressing enter at the start [chromium] › editor/blocks/heading.spec.js:102:2 › Heading › should create a paragraph block below when pressing enter at the end [chromium] › editor/blocks/heading.spec.js:122:2 › Heading › should correctly apply custom colors [chromium] › editor/blocks/heading.spec.js:159:2 › Heading › should correctly apply named colors [chromium] › editor/blocks/heading.spec.js:195:2 › Heading › should change heading level with keyboard shortcuts [chromium] › editor/blocks/image.spec.js:64:2 › Image › should place caret on caption when clicking to add one [chromium] › editor/blocks/links.spec.js:156:2 › Links › will automatically create a link if selected text is a valid HTTP based URL [chromium] › editor/blocks/links.spec.js:329:2 › Links › can be edited when within a link but no selection has been made ("collapsed") [chromium] › editor/blocks/links.spec.js:364:2 › Links › escape dismisses the Link UI popover and returns focus [chromium] › editor/blocks/list.spec.js:11:2 › List (@Firefox) › can be created by using an asterisk at the start of a paragraph block [chromium] › editor/blocks/list.spec.js:58:2 › List (@Firefox) › can be created by using a number at the start of a paragraph block [chromium] › editor/blocks/list.spec.js:77:2 › List (@Firefox) › can undo asterisk transform ─── [chromium] › editor/blocks/list.spec.js:95:2 › List (@Firefox) › should undo asterisk transform with backspace (-firefox) [chromium] › editor/blocks/list.spec.js:112:2 › List (@Firefox) › should undo asterisk transform with backspace after selection changes (-firefox) [chromium] › editor/blocks/list.spec.js:132:2 › List (@Firefox) › should undo asterisk transform with backspace setting isTyping state (-firefox) [chromium] › editor/blocks/list.spec.js:150:2 › List (@Firefox) › should undo asterisk transform with backspace after selection changes without requestIdleCallback (-firefox) [chromium] › editor/blocks/list.spec.js:171:2 › List (@Firefox) › should undo asterisk transform with escape (-firefox) [chromium] › editor/blocks/list.spec.js:223:2 › List (@Firefox) › can be created by typing "/list" [chromium] › editor/blocks/list.spec.js:352:2 › List (@Firefox) › can be converted to paragraphs [chromium] › editor/blocks/list.spec.js:371:2 › List (@Firefox) › can be converted when nested to paragraphs [chromium] › editor/blocks/list.spec.js:395:2 › List (@Firefox) › can be converted to a quote ── [chromium] › editor/blocks/list.spec.js:418:2 › List (@Firefox) › should create paragraph on split at end and merge back with content [chromium] › editor/blocks/list.spec.js:457:2 › List (@Firefox) › should split into two with paragraph and merge lists [chromium] › editor/blocks/list.spec.js:529:2 › List (@Firefox) › should keep nested list items when merging with paragraph [chromium] › editor/blocks/list.spec.js:594:2 › List (@Firefox) › should split into two ordered lists with paragraph [chromium] › editor/blocks/list.spec.js:627:2 › List (@Firefox) › should split indented list item [chromium] › editor/blocks/list.spec.js:653:2 › List (@Firefox) › should be immeadiately saved on indentation [chromium] › editor/blocks/list.spec.js:688:2 › List (@Firefox) › should change the indented list type [chromium] › editor/blocks/list.spec.js:713:2 › List (@Firefox) › should create paragraph on Enter in quote block [chromium] › editor/blocks/list.spec.js:739:2 › List (@Firefox) › sh

Artifacts

Produced during runtime
Name Size
failures-artifacts Expired
374 KB
flaky-tests-report Expired
7.9 KB