Move legacy meta boxes to toggle #97571
end2end-test.yml
on: pull_request
Matrix: e2e-playwright
Puppeteer
6m 34s
Report to GitHub
3m 32s
Annotations
70 errors, 10 warnings, and 8 notices
[chromium] › editor/various/publish-button.spec.js:69:2 › Post publish button › should be disabled when metabox is being saved:
test/e2e/specs/editor/various/publish-button.spec.js#L80
1) [chromium] › editor/various/publish-button.spec.js:69:2 › Post publish button › should be disabled when metabox is being saved
TimeoutError: locator.fill: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('textbox', { name: 'Add title' })
============================================================
78 | name: 'Add title',
79 | } )
> 80 | .fill( 'Test post' );
| ^
81 |
82 | const topBar = page.getByRole( 'region', { name: 'Editor top bar' } );
83 | await expect(
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/publish-button.spec.js:80:5
|
[chromium] › editor/various/publish-button.spec.js:69:2 › Post publish button › should be disabled when metabox is being saved:
test/e2e/specs/editor/various/publish-button.spec.js#L80
1) [chromium] › editor/various/publish-button.spec.js:69:2 › Post publish button › should be disabled when metabox is being saved
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.fill: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('textbox', { name: 'Add title' })
============================================================
78 | name: 'Add title',
79 | } )
> 80 | .fill( 'Test post' );
| ^
81 |
82 | const topBar = page.getByRole( 'region', { name: 'Editor top bar' } );
83 | await expect(
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/publish-button.spec.js:80:5
|
[chromium] › editor/various/publish-button.spec.js:69:2 › Post publish button › should be disabled when metabox is being saved:
test/e2e/specs/editor/various/publish-button.spec.js#L80
1) [chromium] › editor/various/publish-button.spec.js:69:2 › Post publish button › should be disabled when metabox is being saved
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.fill: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('textbox', { name: 'Add title' })
============================================================
78 | name: 'Add title',
79 | } )
> 80 | .fill( 'Test post' );
| ^
81 |
82 | const topBar = page.getByRole( 'region', { name: 'Editor top bar' } );
83 | await expect(
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/publish-button.spec.js:80:5
|
[chromium] › editor/various/typewriter.spec.js:106:2 › Typewriter › should maintain caret position after scroll:
test/e2e/specs/editor/various/typewriter.spec.js#L137
2) [chromium] › editor/various/typewriter.spec.js:106:2 › Typewriter › should maintain caret position after scroll
Error: expect(received).toBe(expected) // Object.is equality
Expected: 0
Received: 62
135 |
136 | // Expect scrollbar to be at the top.
> 137 | expect( scrollPosition ).toBe( 0 );
| ^
138 |
139 | // Move the mouse to the scroll container, and scroll down
140 | // a small amount to trigger the typewriter mode.
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/typewriter.spec.js:137:28
|
[chromium] › editor/various/typewriter.spec.js:106:2 › Typewriter › should maintain caret position after scroll:
test/e2e/specs/editor/various/typewriter.spec.js#L137
2) [chromium] › editor/various/typewriter.spec.js:106:2 › Typewriter › should maintain caret position after scroll
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: 0
Received: 62
135 |
136 | // Expect scrollbar to be at the top.
> 137 | expect( scrollPosition ).toBe( 0 );
| ^
138 |
139 | // Move the mouse to the scroll container, and scroll down
140 | // a small amount to trigger the typewriter mode.
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/typewriter.spec.js:137:28
|
[chromium] › editor/various/typewriter.spec.js:106:2 › Typewriter › should maintain caret position after scroll:
test/e2e/specs/editor/various/typewriter.spec.js#L137
2) [chromium] › editor/various/typewriter.spec.js:106:2 › Typewriter › should maintain caret position after scroll
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: 0
Received: 62
135 |
136 | // Expect scrollbar to be at the top.
> 137 | expect( scrollPosition ).toBe( 0 );
| ^
138 |
139 | // Move the mouse to the scroll container, and scroll down
140 | // a small amount to trigger the typewriter mode.
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/typewriter.spec.js:137:28
|
Playwright - 5
Process completed with exit code 1.
|
Playwright - 3
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
|
[chromium] › editor/plugins/wp-editor-meta-box.spec.js:19:2 › WP Editor Meta Boxes › Should save the changes:
test/e2e/specs/editor/plugins/wp-editor-meta-box.spec.js#L25
1) [chromium] › editor/plugins/wp-editor-meta-box.spec.js:19:2 › WP Editor Meta Boxes › Should save the changes
TimeoutError: locator.type: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for locator('role=textbox[name="Add title"i]')
============================================================
23 | await page
24 | .locator( 'role=textbox[name="Add title"i]' )
> 25 | .type( 'Hello Meta' );
| ^
26 |
27 | // Switch tinymce to Text mode, first waiting for it to initialize
28 | // because otherwise it will flip back to Visual mode once initialized.
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/plugins/wp-editor-meta-box.spec.js:25:5
|
[chromium] › editor/plugins/wp-editor-meta-box.spec.js:19:2 › WP Editor Meta Boxes › Should save the changes:
test/e2e/specs/editor/plugins/wp-editor-meta-box.spec.js#L25
1) [chromium] › editor/plugins/wp-editor-meta-box.spec.js:19:2 › WP Editor Meta Boxes › Should save the changes
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.type: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for locator('role=textbox[name="Add title"i]')
============================================================
23 | await page
24 | .locator( 'role=textbox[name="Add title"i]' )
> 25 | .type( 'Hello Meta' );
| ^
26 |
27 | // Switch tinymce to Text mode, first waiting for it to initialize
28 | // because otherwise it will flip back to Visual mode once initialized.
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/plugins/wp-editor-meta-box.spec.js:25:5
|
[chromium] › editor/plugins/wp-editor-meta-box.spec.js:19:2 › WP Editor Meta Boxes › Should save the changes:
test/e2e/specs/editor/plugins/wp-editor-meta-box.spec.js#L25
1) [chromium] › editor/plugins/wp-editor-meta-box.spec.js:19:2 › WP Editor Meta Boxes › Should save the changes
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.type: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for locator('role=textbox[name="Add title"i]')
============================================================
23 | await page
24 | .locator( 'role=textbox[name="Add title"i]' )
> 25 | .type( 'Hello Meta' );
| ^
26 |
27 | // Switch tinymce to Text mode, first waiting for it to initialize
28 | // because otherwise it will flip back to Visual mode once initialized.
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/plugins/wp-editor-meta-box.spec.js:25:5
|
[chromium] › editor/various/a11y.spec.js:20:2 › a11y (@firefox:
test/e2e/specs/editor/various/a11y.spec.js#L31
2) [chromium] › editor/various/a11y.spec.js:20:2 › a11y (@Firefox, @WebKit) › navigating through the Editor regions four times should land on the Editor top bar region
Error: Timed out 5000ms waiting for expect(locator).toBeFocused()
Locator: locator('role=textbox[name=/Add title/i]')
Expected: focused
Received: inactive
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for locator('role=textbox[name=/Add title/i]')
29 | await expect(
30 | page.locator( 'role=textbox[name=/Add title/i]' )
> 31 | ).toBeFocused();
| ^
32 | // Navigate to the 'Editor settings' region.
33 | await pageUtils.pressKeys( 'ctrl+`' );
34 | // Navigate to the 'Editor publish' region.
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/a11y.spec.js:31:5
|
[chromium] › editor/various/a11y.spec.js:20:2 › a11y (@firefox:
test/e2e/specs/editor/various/a11y.spec.js#L31
2) [chromium] › editor/various/a11y.spec.js:20:2 › a11y (@Firefox, @WebKit) › navigating through the Editor regions four times should land on the Editor top bar region
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeFocused()
Locator: locator('role=textbox[name=/Add title/i]')
Expected: focused
Received: inactive
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for locator('role=textbox[name=/Add title/i]')
29 | await expect(
30 | page.locator( 'role=textbox[name=/Add title/i]' )
> 31 | ).toBeFocused();
| ^
32 | // Navigate to the 'Editor settings' region.
33 | await pageUtils.pressKeys( 'ctrl+`' );
34 | // Navigate to the 'Editor publish' region.
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/a11y.spec.js:31:5
|
[chromium] › editor/various/a11y.spec.js:20:2 › a11y (@firefox:
test/e2e/specs/editor/various/a11y.spec.js#L31
2) [chromium] › editor/various/a11y.spec.js:20:2 › a11y (@Firefox, @WebKit) › navigating through the Editor regions four times should land on the Editor top bar region
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeFocused()
Locator: locator('role=textbox[name=/Add title/i]')
Expected: focused
Received: inactive
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for locator('role=textbox[name=/Add title/i]')
29 | await expect(
30 | page.locator( 'role=textbox[name=/Add title/i]' )
> 31 | ).toBeFocused();
| ^
32 | // Navigate to the 'Editor settings' region.
33 | await pageUtils.pressKeys( 'ctrl+`' );
34 | // Navigate to the 'Editor publish' region.
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/a11y.spec.js:31:5
|
Playwright - 3
Process completed with exit code 1.
|
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/various/a11y.spec.js:20:2 › a11y (@firefox:
test/e2e/specs/editor/various/a11y.spec.js#L31
1) [firefox] › editor/various/a11y.spec.js:20:2 › a11y (@Firefox, @WebKit) › navigating through the Editor regions four times should land on the Editor top bar region
Error: Timed out 5000ms waiting for expect(locator).toBeFocused()
Locator: locator('role=textbox[name=/Add title/i]')
Expected: focused
Received: inactive
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for locator('role=textbox[name=/Add title/i]')
29 | await expect(
30 | page.locator( 'role=textbox[name=/Add title/i]' )
> 31 | ).toBeFocused();
| ^
32 | // Navigate to the 'Editor settings' region.
33 | await pageUtils.pressKeys( 'ctrl+`' );
34 | // Navigate to the 'Editor publish' region.
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/a11y.spec.js:31:5
|
[firefox] › editor/various/a11y.spec.js:20:2 › a11y (@firefox:
test/e2e/specs/editor/various/a11y.spec.js#L31
1) [firefox] › editor/various/a11y.spec.js:20:2 › a11y (@Firefox, @WebKit) › navigating through the Editor regions four times should land on the Editor top bar region
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeFocused()
Locator: locator('role=textbox[name=/Add title/i]')
Expected: focused
Received: inactive
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for locator('role=textbox[name=/Add title/i]')
29 | await expect(
30 | page.locator( 'role=textbox[name=/Add title/i]' )
> 31 | ).toBeFocused();
| ^
32 | // Navigate to the 'Editor settings' region.
33 | await pageUtils.pressKeys( 'ctrl+`' );
34 | // Navigate to the 'Editor publish' region.
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/a11y.spec.js:31:5
|
[firefox] › editor/various/a11y.spec.js:20:2 › a11y (@firefox:
test/e2e/specs/editor/various/a11y.spec.js#L31
1) [firefox] › editor/various/a11y.spec.js:20:2 › a11y (@Firefox, @WebKit) › navigating through the Editor regions four times should land on the Editor top bar region
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeFocused()
Locator: locator('role=textbox[name=/Add title/i]')
Expected: focused
Received: inactive
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for locator('role=textbox[name=/Add title/i]')
29 | await expect(
30 | page.locator( 'role=textbox[name=/Add title/i]' )
> 31 | ).toBeFocused();
| ^
32 | // Navigate to the 'Editor settings' region.
33 | await pageUtils.pressKeys( 'ctrl+`' );
34 | // Navigate to the 'Editor publish' region.
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/a11y.spec.js:31:5
|
[firefox] › editor/various/a11y.spec.js:50:2 › a11y (@firefox:
test/e2e/specs/editor/various/a11y.spec.js#L75
2) [firefox] › editor/various/a11y.spec.js:50:2 › a11y (@Firefox, @WebKit) › should constrain tabbing within a modal
Error: Timed out 5000ms waiting for expect(locator).toBeFocused()
Locator: locator('role=dialog[name="Keyboard shortcuts"i]').locator('role=document')
Expected: focused
Received: inactive
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for locator('role=dialog[name="Keyboard shortcuts"i]').locator('role=document')
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "not focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "not focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "not focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "not focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "not focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "not focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "not focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "not focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "not focused"
73 | // Open keyboard shortcuts modal.
74 | await pageUtils.pressKeys( 'Tab' );
> 75 | await expect( modalContent ).toBeFocused();
| ^
76 |
77 | await pageUtils.pressKeys( 'Tab' );
78 | await expect( closeButton ).toBeFocused();
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/a11y.spec.js:75:32
|
[firefox] › editor/various/a11y.spec.js:50:2 › a11y (@firefox:
test/e2e/specs/editor/various/a11y.spec.js#L75
2) [firefox] › editor/various/a11y.spec.js:50:2 › a11y (@Firefox, @WebKit) › should constrain tabbing within a modal
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeFocused()
Locator: locator('role=dialog[name="Keyboard shortcuts"i]').locator('role=document')
Expected: focused
Received: inactive
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for locator('role=dialog[name="Keyboard shortcuts"i]').locator('role=document')
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "not focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "not focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "not focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "not focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "not focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "not focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "not focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "not focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "not focused"
73 | // Open keyboard shortcuts modal.
74 | await pageUtils.pressKeys( 'Tab' );
> 75 | await expect( modalContent ).toBeFocused();
| ^
76 |
77 | await pageUtils.pressKeys( 'Tab' );
78 | await expect( closeButton ).toBeFocused();
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/a11y.spec.js:75:32
|
[firefox] › editor/various/a11y.spec.js:50:2 › a11y (@firefox:
test/e2e/specs/editor/various/a11y.spec.js#L75
2) [firefox] › editor/various/a11y.spec.js:50:2 › a11y (@Firefox, @WebKit) › should constrain tabbing within a modal
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeFocused()
Locator: locator('role=dialog[name="Keyboard shortcuts"i]').locator('role=document')
Expected: focused
Received: inactive
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for locator('role=dialog[name="Keyboard shortcuts"i]').locator('role=document')
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "not focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "not focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "not focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "not focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "not focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "not focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "not focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "not focused"
- locator resolved to <div tabindex="0" role="document" aria-label="Scrolla…>…</div>
- unexpected value "not focused"
73 | // Open keyboard shortcuts modal.
74 | await pageUtils.pressKeys( 'Tab' );
> 75 | await expect( modalContent ).toBeFocused();
| ^
76 |
77 | await pageUtils.pressKeys( 'Tab' );
78 | await expect( closeButton ).toBeFocused();
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/a11y.spec.js:75:32
|
[firefox] › editor/various/inserting-blocks.spec.js:94:2 › Inserting blocks (@firefox:
test/e2e/specs/editor/various/inserting-blocks.spec.js#L128
3) [firefox] › editor/various/inserting-blocks.spec.js:94:2 › Inserting blocks (@Firefox, @WebKit) › cancels dragging blocks from the global inserter by pressing Escape
TimeoutError: locator.boundingBox: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for locator('[data-type="core/paragraph"]').locator('text=Dummy text')
============================================================
126 | 'role=listbox[name="Blocks"i] >> role=option[name="Heading"i]'
127 | );
> 128 | const paragraphBoundingBox = await paragraphBlock.boundingBox();
| ^
129 |
130 | await page.mouse.down();
131 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/inserting-blocks.spec.js:128:53
|
[firefox] › editor/various/inserting-blocks.spec.js:94:2 › Inserting blocks (@firefox:
test/e2e/specs/editor/various/inserting-blocks.spec.js#L128
3) [firefox] › editor/various/inserting-blocks.spec.js:94:2 › Inserting blocks (@Firefox, @WebKit) › cancels dragging blocks from the global inserter by pressing Escape
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.boundingBox: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for locator('[data-type="core/paragraph"]').locator('text=Dummy text')
============================================================
126 | 'role=listbox[name="Blocks"i] >> role=option[name="Heading"i]'
127 | );
> 128 | const paragraphBoundingBox = await paragraphBlock.boundingBox();
| ^
129 |
130 | await page.mouse.down();
131 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/inserting-blocks.spec.js:128:53
|
[firefox] › editor/various/inserting-blocks.spec.js:94:2 › Inserting blocks (@firefox:
test/e2e/specs/editor/various/inserting-blocks.spec.js#L128
3) [firefox] › editor/various/inserting-blocks.spec.js:94:2 › Inserting blocks (@Firefox, @WebKit) › cancels dragging blocks from the global inserter by pressing Escape
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.boundingBox: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for locator('[data-type="core/paragraph"]').locator('text=Dummy text')
============================================================
126 | 'role=listbox[name="Blocks"i] >> role=option[name="Heading"i]'
127 | );
> 128 | const paragraphBoundingBox = await paragraphBlock.boundingBox();
| ^
129 |
130 | await page.mouse.down();
131 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/inserting-blocks.spec.js:128:53
|
[firefox] › editor/various/inserting-blocks.spec.js:306:2 › Inserting blocks (@firefox:
test/e2e/specs/editor/various/inserting-blocks.spec.js#L343
4) [firefox] › editor/various/inserting-blocks.spec.js:306:2 › Inserting blocks (@Firefox, @WebKit) › cancels dragging patterns from the global inserter by pressing Escape
TimeoutError: locator.boundingBox: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for locator('[data-type="core/paragraph"]').locator('text=Dummy text')
============================================================
341 | );
342 |
> 343 | const paragraphBoundingBox = await paragraphBlock.boundingBox();
| ^
344 |
345 | await page.mouse.down();
346 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/inserting-blocks.spec.js:343:53
|
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/classic.spec.js:31:2 › Classic › should be inserted:
test/e2e/specs/editor/blocks/classic.spec.js#L34
1) [chromium] › editor/blocks/classic.spec.js:31:2 › Classic › should be inserted ────────────────
TimeoutError: page.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for locator('.mce-content-body')
============================================================
32 | await editor.insertBlock( { name: 'core/freeform' } );
33 | // Ensure there is focus.
> 34 | await page.click( '.mce-content-body' );
| ^
35 | await page.keyboard.type( 'test' );
36 | // Move focus away.
37 | await pageUtils.pressKeys( 'shift+Tab' );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/classic.spec.js:34:14
|
[chromium] › editor/blocks/classic.spec.js:31:2 › Classic › should be inserted:
test/e2e/specs/editor/blocks/classic.spec.js#L34
1) [chromium] › editor/blocks/classic.spec.js:31:2 › Classic › should be inserted ────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: page.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for locator('.mce-content-body')
============================================================
32 | await editor.insertBlock( { name: 'core/freeform' } );
33 | // Ensure there is focus.
> 34 | await page.click( '.mce-content-body' );
| ^
35 | await page.keyboard.type( 'test' );
36 | // Move focus away.
37 | await pageUtils.pressKeys( 'shift+Tab' );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/classic.spec.js:34:14
|
[chromium] › editor/blocks/classic.spec.js:31:2 › Classic › should be inserted:
test/e2e/specs/editor/blocks/classic.spec.js#L34
1) [chromium] › editor/blocks/classic.spec.js:31:2 › Classic › should be inserted ────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: page.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for locator('.mce-content-body')
============================================================
32 | await editor.insertBlock( { name: 'core/freeform' } );
33 | // Ensure there is focus.
> 34 | await page.click( '.mce-content-body' );
| ^
35 | await page.keyboard.type( 'test' );
36 | // Move focus away.
37 | await pageUtils.pressKeys( 'shift+Tab' );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/classic.spec.js:34:14
|
[chromium] › editor/blocks/classic.spec.js:42:2 › Classic › should insert media:
test/e2e/specs/editor/blocks/classic.spec.js#L50
2) [chromium] › editor/blocks/classic.spec.js:42:2 › Classic › should insert media, convert to blocks, and undo in one step
TimeoutError: page.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for locator('.mce-content-body')
============================================================
48 | await editor.insertBlock( { name: 'core/freeform' } );
49 | // Ensure there is focus.
> 50 | await page.click( '.mce-content-body' );
| ^
51 | await page.keyboard.type( 'test' );
52 |
53 | await page.getByRole( 'button', { name: /Add Media/i } ).click();
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/classic.spec.js:50:14
|
[chromium] › editor/blocks/classic.spec.js:42:2 › Classic › should insert media:
test/e2e/specs/editor/blocks/classic.spec.js#L50
2) [chromium] › editor/blocks/classic.spec.js:42:2 › Classic › should insert media, convert to blocks, and undo in one step
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: page.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for locator('.mce-content-body')
============================================================
48 | await editor.insertBlock( { name: 'core/freeform' } );
49 | // Ensure there is focus.
> 50 | await page.click( '.mce-content-body' );
| ^
51 | await page.keyboard.type( 'test' );
52 |
53 | await page.getByRole( 'button', { name: /Add Media/i } ).click();
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/classic.spec.js:50:14
|
[chromium] › editor/blocks/classic.spec.js:42:2 › Classic › should insert media:
test/e2e/specs/editor/blocks/classic.spec.js#L50
2) [chromium] › editor/blocks/classic.spec.js:42:2 › Classic › should insert media, convert to blocks, and undo in one step
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: page.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for locator('.mce-content-body')
============================================================
48 | await editor.insertBlock( { name: 'core/freeform' } );
49 | // Ensure there is focus.
> 50 | await page.click( '.mce-content-body' );
| ^
51 | await page.keyboard.type( 'test' );
52 |
53 | await page.getByRole( 'button', { name: /Add Media/i } ).click();
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/classic.spec.js:50:14
|
[chromium] › editor/blocks/classic.spec.js:104:2 › Classic › Should not fail after save/reload:
test/e2e/specs/editor/blocks/classic.spec.js#L117
3) [chromium] › editor/blocks/classic.spec.js:104:2 › Classic › Should not fail after save/reload
TimeoutError: page.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for locator('.mce-content-body')
============================================================
115 | await editor.insertBlock( { name: 'core/freeform' } );
116 | // Ensure there is focus.
> 117 | await page.click( '.mce-content-body' );
| ^
118 | await page.keyboard.type( 'test' );
119 | // Move focus away.
120 | await pageUtils.pressKeys( 'shift+Tab' );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/classic.spec.js:117:14
|
[chromium] › editor/blocks/classic.spec.js:104:2 › Classic › Should not fail after save/reload:
test/e2e/specs/editor/blocks/classic.spec.js#L117
3) [chromium] › editor/blocks/classic.spec.js:104:2 › Classic › Should not fail after save/reload
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: page.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for locator('.mce-content-body')
============================================================
115 | await editor.insertBlock( { name: 'core/freeform' } );
116 | // Ensure there is focus.
> 117 | await page.click( '.mce-content-body' );
| ^
118 | await page.keyboard.type( 'test' );
119 | // Move focus away.
120 | await pageUtils.pressKeys( 'shift+Tab' );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/classic.spec.js:117:14
|
[chromium] › editor/blocks/classic.spec.js:104:2 › Classic › Should not fail after save/reload:
test/e2e/specs/editor/blocks/classic.spec.js#L117
3) [chromium] › editor/blocks/classic.spec.js:104:2 › Classic › Should not fail after save/reload
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: page.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for locator('.mce-content-body')
============================================================
115 | await editor.insertBlock( { name: 'core/freeform' } );
116 | // Ensure there is focus.
> 117 | await page.click( '.mce-content-body' );
| ^
118 | await page.keyboard.type( 'test' );
119 | // Move focus away.
120 | await pageUtils.pressKeys( 'shift+Tab' );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/classic.spec.js:117:14
|
[chromium] › editor/blocks/image.spec.js:616:2 › Image › image inserted via link should appear in the frontend published post content:
test/e2e/specs/editor/blocks/image.spec.js#L644
4) [chromium] › editor/blocks/image.spec.js:616:2 › Image › image inserted via link should appear in the frontend published post content
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: frameLocator('[name="editor-canvas"]').locator('role=document[name="Block: Image"i]').locator('role=img')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for frameLocator('[name="editor-canvas"]').locator('role=document[name="Block: Image"i]').locator('role=img')
- locator resolved to <img alt="This image has an empty alt attribute; its …/>
- unexpected value "hidden"
- locator resolved to <img alt="This image has an empty alt attribute; its …/>
- unexpected value "hidden"
- locator resolved to <img alt="This image has an empty alt attribute; its …/>
- unexpected value "hidden"
- locator resolved to <img alt="This image has an empty alt attribute; its …/>
- unexpected value "hidden"
- locator resolved to <img alt="This image has an empty alt attribute; its …/>
- unexpected value "hidden"
- locator resolved to <img alt="This image has an empty alt attribute; its …/>
- unexpected value "hidden"
- locator resolved to <img alt="This image has an empty alt attribute; its …/>
- unexpected value "hidden"
- locator resolved to <img alt="This image has an empty alt attribute; its …/>
- unexpected value "hidden"
- locator resolved to <img alt="This image has an empty alt attribute; its …/>
- unexpected value "hidden"
642 |
643 | const imageInEditor = imageBlock.locator( 'role=img' );
> 644 | await expect( imageInEditor ).toBeVisible();
| ^
645 | await expect( imageInEditor ).toHaveAttribute( 'src', imgUrl );
646 |
647 | const postId = await editor.publishPost();
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/image.spec.js:644:33
|
[webkit] › editor/various/a11y.spec.js:20:2 › a11y (@firefox:
test/e2e/specs/editor/various/a11y.spec.js#L31
1) [webkit] › editor/various/a11y.spec.js:20:2 › a11y (@Firefox, @WebKit) › navigating through the Editor regions four times should land on the Editor top bar region
Error: Timed out 5000ms waiting for expect(locator).toBeFocused()
Locator: locator('role=textbox[name=/Add title/i]')
Expected: focused
Received: inactive
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for locator('role=textbox[name=/Add title/i]')
29 | await expect(
30 | page.locator( 'role=textbox[name=/Add title/i]' )
> 31 | ).toBeFocused();
| ^
32 | // Navigate to the 'Editor settings' region.
33 | await pageUtils.pressKeys( 'ctrl+`' );
34 | // Navigate to the 'Editor publish' region.
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/a11y.spec.js:31:5
|
[webkit] › editor/various/a11y.spec.js:20:2 › a11y (@firefox:
test/e2e/specs/editor/various/a11y.spec.js#L31
1) [webkit] › editor/various/a11y.spec.js:20:2 › a11y (@Firefox, @WebKit) › navigating through the Editor regions four times should land on the Editor top bar region
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeFocused()
Locator: locator('role=textbox[name=/Add title/i]')
Expected: focused
Received: inactive
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for locator('role=textbox[name=/Add title/i]')
29 | await expect(
30 | page.locator( 'role=textbox[name=/Add title/i]' )
> 31 | ).toBeFocused();
| ^
32 | // Navigate to the 'Editor settings' region.
33 | await pageUtils.pressKeys( 'ctrl+`' );
34 | // Navigate to the 'Editor publish' region.
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/a11y.spec.js:31:5
|
[webkit] › editor/various/a11y.spec.js:20:2 › a11y (@firefox:
test/e2e/specs/editor/various/a11y.spec.js#L31
1) [webkit] › editor/various/a11y.spec.js:20:2 › a11y (@Firefox, @WebKit) › navigating through the Editor regions four times should land on the Editor top bar region
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeFocused()
Locator: locator('role=textbox[name=/Add title/i]')
Expected: focused
Received: inactive
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for locator('role=textbox[name=/Add title/i]')
29 | await expect(
30 | page.locator( 'role=textbox[name=/Add title/i]' )
> 31 | ).toBeFocused();
| ^
32 | // Navigate to the 'Editor settings' region.
33 | await pageUtils.pressKeys( 'ctrl+`' );
34 | // Navigate to the 'Editor publish' region.
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/a11y.spec.js:31:5
|
[webkit] › editor/various/inserting-blocks.spec.js:29:2 › Inserting blocks (@firefox:
test/e2e/specs/editor/various/inserting-blocks.spec.js#L65
2) [webkit] › editor/various/inserting-blocks.spec.js:29:2 › Inserting blocks (@Firefox, @WebKit) › inserts blocks by dragging and dropping from the global inserter
TimeoutError: locator.boundingBox: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for locator('[data-type="core/paragraph"]').locator('text=Dummy text')
============================================================
63 | 'role=listbox[name="Blocks"i] >> role=option[name="Heading"i]'
64 | );
> 65 | const paragraphBoundingBox = await paragraphBlock.boundingBox();
| ^
66 |
67 | await expect( insertingBlocksUtils.indicator ).toBeVisible();
68 | await insertingBlocksUtils.expectIndicatorBelowParagraph(
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/inserting-blocks.spec.js:65:53
|
[webkit] › editor/various/inserting-blocks.spec.js:29:2 › Inserting blocks (@firefox:
test/e2e/specs/editor/various/inserting-blocks.spec.js#L65
2) [webkit] › editor/various/inserting-blocks.spec.js:29:2 › Inserting blocks (@Firefox, @WebKit) › inserts blocks by dragging and dropping from the global inserter
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.boundingBox: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for locator('[data-type="core/paragraph"]').locator('text=Dummy text')
============================================================
63 | 'role=listbox[name="Blocks"i] >> role=option[name="Heading"i]'
64 | );
> 65 | const paragraphBoundingBox = await paragraphBlock.boundingBox();
| ^
66 |
67 | await expect( insertingBlocksUtils.indicator ).toBeVisible();
68 | await insertingBlocksUtils.expectIndicatorBelowParagraph(
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/inserting-blocks.spec.js:65:53
|
[webkit] › editor/various/inserting-blocks.spec.js:29:2 › Inserting blocks (@firefox:
test/e2e/specs/editor/various/inserting-blocks.spec.js#L65
2) [webkit] › editor/various/inserting-blocks.spec.js:29:2 › Inserting blocks (@Firefox, @WebKit) › inserts blocks by dragging and dropping from the global inserter
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.boundingBox: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for locator('[data-type="core/paragraph"]').locator('text=Dummy text')
============================================================
63 | 'role=listbox[name="Blocks"i] >> role=option[name="Heading"i]'
64 | );
> 65 | const paragraphBoundingBox = await paragraphBlock.boundingBox();
| ^
66 |
67 | await expect( insertingBlocksUtils.indicator ).toBeVisible();
68 | await insertingBlocksUtils.expectIndicatorBelowParagraph(
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/inserting-blocks.spec.js:65:53
|
[webkit] › editor/various/inserting-blocks.spec.js:94:2 › Inserting blocks (@firefox:
test/e2e/specs/editor/various/inserting-blocks.spec.js#L128
3) [webkit] › editor/various/inserting-blocks.spec.js:94:2 › Inserting blocks (@Firefox, @WebKit) › cancels dragging blocks from the global inserter by pressing Escape
TimeoutError: locator.boundingBox: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for locator('[data-type="core/paragraph"]').locator('text=Dummy text')
============================================================
126 | 'role=listbox[name="Blocks"i] >> role=option[name="Heading"i]'
127 | );
> 128 | const paragraphBoundingBox = await paragraphBlock.boundingBox();
| ^
129 |
130 | await page.mouse.down();
131 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/inserting-blocks.spec.js:128:53
|
[webkit] › editor/various/inserting-blocks.spec.js:94:2 › Inserting blocks (@firefox:
test/e2e/specs/editor/various/inserting-blocks.spec.js#L128
3) [webkit] › editor/various/inserting-blocks.spec.js:94:2 › Inserting blocks (@Firefox, @WebKit) › cancels dragging blocks from the global inserter by pressing Escape
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.boundingBox: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for locator('[data-type="core/paragraph"]').locator('text=Dummy text')
============================================================
126 | 'role=listbox[name="Blocks"i] >> role=option[name="Heading"i]'
127 | );
> 128 | const paragraphBoundingBox = await paragraphBlock.boundingBox();
| ^
129 |
130 | await page.mouse.down();
131 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/inserting-blocks.spec.js:128:53
|
[webkit] › editor/various/inserting-blocks.spec.js:94:2 › Inserting blocks (@firefox:
test/e2e/specs/editor/various/inserting-blocks.spec.js#L128
3) [webkit] › editor/various/inserting-blocks.spec.js:94:2 › Inserting blocks (@Firefox, @WebKit) › cancels dragging blocks from the global inserter by pressing Escape
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.boundingBox: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for locator('[data-type="core/paragraph"]').locator('text=Dummy text')
============================================================
126 | 'role=listbox[name="Blocks"i] >> role=option[name="Heading"i]'
127 | );
> 128 | const paragraphBoundingBox = await paragraphBlock.boundingBox();
| ^
129 |
130 | await page.mouse.down();
131 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/inserting-blocks.spec.js:128:53
|
[webkit] › editor/various/inserting-blocks.spec.js:147:2 › Inserting blocks (@firefox:
test/e2e/specs/editor/various/inserting-blocks.spec.js#L191
4) [webkit] › editor/various/inserting-blocks.spec.js:147:2 › Inserting blocks (@Firefox, @WebKit) › inserts patterns by dragging and dropping from the global inserter
TimeoutError: locator.boundingBox: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for locator('[data-type="core/paragraph"]').locator('text=Dummy text')
============================================================
189 | // await expect( insertingBlocksUtils.indicator ).toBeVisible();
190 |
> 191 | const paragraphBoundingBox = await paragraphBlock.boundingBox();
| ^
192 |
193 | await page.mouse.down();
194 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/inserting-blocks.spec.js:191:53
|
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 - 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/copy-cut-paste.spec.js:31:2 › Copy/cut/paste › should cut and paste individual blocks with collapsed selection:
test/e2e/specs/editor/various/copy-cut-paste.spec.js#L39
1) [chromium] › editor/various/copy-cut-paste.spec.js:31:2 › Copy/cut/paste › should cut and paste individual blocks with collapsed selection
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for locator('role=button[name="Add default block"i]')
============================================================
37 | await editor.switchToLegacyCanvas();
38 |
> 39 | await page.locator( 'role=button[name="Add default block"i]' ).click();
| ^
40 | await page.keyboard.type( 'Cut - collapsed selection' );
41 | await page.keyboard.press( 'Enter' );
42 | await page.keyboard.type( '2' );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/copy-cut-paste.spec.js:39:66
|
[chromium] › editor/various/copy-cut-paste.spec.js:31:2 › Copy/cut/paste › should cut and paste individual blocks with collapsed selection:
test/e2e/specs/editor/various/copy-cut-paste.spec.js#L39
1) [chromium] › editor/various/copy-cut-paste.spec.js:31:2 › Copy/cut/paste › should cut and paste individual blocks with collapsed selection
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for locator('role=button[name="Add default block"i]')
============================================================
37 | await editor.switchToLegacyCanvas();
38 |
> 39 | await page.locator( 'role=button[name="Add default block"i]' ).click();
| ^
40 | await page.keyboard.type( 'Cut - collapsed selection' );
41 | await page.keyboard.press( 'Enter' );
42 | await page.keyboard.type( '2' );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/copy-cut-paste.spec.js:39:66
|
[chromium] › editor/various/copy-cut-paste.spec.js:31:2 › Copy/cut/paste › should cut and paste individual blocks with collapsed selection:
test/e2e/specs/editor/various/copy-cut-paste.spec.js#L39
1) [chromium] › editor/various/copy-cut-paste.spec.js:31:2 › Copy/cut/paste › should cut and paste individual blocks with collapsed selection
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for locator('role=button[name="Add default block"i]')
============================================================
37 | await editor.switchToLegacyCanvas();
38 |
> 39 | await page.locator( 'role=button[name="Add default block"i]' ).click();
| ^
40 | await page.keyboard.type( 'Cut - collapsed selection' );
41 | await page.keyboard.press( 'Enter' );
42 | await page.keyboard.type( '2' );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/copy-cut-paste.spec.js:39:66
|
[chromium] › editor/various/inserting-blocks.spec.js:29:2 › Inserting blocks (@firefox:
test/e2e/specs/editor/various/inserting-blocks.spec.js#L65
2) [chromium] › editor/various/inserting-blocks.spec.js:29:2 › Inserting blocks (@Firefox, @WebKit) › inserts blocks by dragging and dropping from the global inserter
TimeoutError: locator.boundingBox: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for locator('[data-type="core/paragraph"]').locator('text=Dummy text')
============================================================
63 | 'role=listbox[name="Blocks"i] >> role=option[name="Heading"i]'
64 | );
> 65 | const paragraphBoundingBox = await paragraphBlock.boundingBox();
| ^
66 |
67 | await expect( insertingBlocksUtils.indicator ).toBeVisible();
68 | await insertingBlocksUtils.expectIndicatorBelowParagraph(
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/inserting-blocks.spec.js:65:53
|
[chromium] › editor/various/inserting-blocks.spec.js:29:2 › Inserting blocks (@firefox:
test/e2e/specs/editor/various/inserting-blocks.spec.js#L65
2) [chromium] › editor/various/inserting-blocks.spec.js:29:2 › Inserting blocks (@Firefox, @WebKit) › inserts blocks by dragging and dropping from the global inserter
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.boundingBox: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for locator('[data-type="core/paragraph"]').locator('text=Dummy text')
============================================================
63 | 'role=listbox[name="Blocks"i] >> role=option[name="Heading"i]'
64 | );
> 65 | const paragraphBoundingBox = await paragraphBlock.boundingBox();
| ^
66 |
67 | await expect( insertingBlocksUtils.indicator ).toBeVisible();
68 | await insertingBlocksUtils.expectIndicatorBelowParagraph(
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/inserting-blocks.spec.js:65:53
|
[chromium] › editor/various/inserting-blocks.spec.js:29:2 › Inserting blocks (@firefox:
test/e2e/specs/editor/various/inserting-blocks.spec.js#L65
2) [chromium] › editor/various/inserting-blocks.spec.js:29:2 › Inserting blocks (@Firefox, @WebKit) › inserts blocks by dragging and dropping from the global inserter
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.boundingBox: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for locator('[data-type="core/paragraph"]').locator('text=Dummy text')
============================================================
63 | 'role=listbox[name="Blocks"i] >> role=option[name="Heading"i]'
64 | );
> 65 | const paragraphBoundingBox = await paragraphBlock.boundingBox();
| ^
66 |
67 | await expect( insertingBlocksUtils.indicator ).toBeVisible();
68 | await insertingBlocksUtils.expectIndicatorBelowParagraph(
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/inserting-blocks.spec.js:65:53
|
[chromium] › editor/various/inserting-blocks.spec.js:94:2 › Inserting blocks (@firefox:
test/e2e/specs/editor/various/inserting-blocks.spec.js#L128
3) [chromium] › editor/various/inserting-blocks.spec.js:94:2 › Inserting blocks (@Firefox, @WebKit) › cancels dragging blocks from the global inserter by pressing Escape
TimeoutError: locator.boundingBox: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for locator('[data-type="core/paragraph"]').locator('text=Dummy text')
============================================================
126 | 'role=listbox[name="Blocks"i] >> role=option[name="Heading"i]'
127 | );
> 128 | const paragraphBoundingBox = await paragraphBlock.boundingBox();
| ^
129 |
130 | await page.mouse.down();
131 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/inserting-blocks.spec.js:128:53
|
[chromium] › editor/various/inserting-blocks.spec.js:94:2 › Inserting blocks (@firefox:
test/e2e/specs/editor/various/inserting-blocks.spec.js#L128
3) [chromium] › editor/various/inserting-blocks.spec.js:94:2 › Inserting blocks (@Firefox, @WebKit) › cancels dragging blocks from the global inserter by pressing Escape
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.boundingBox: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for locator('[data-type="core/paragraph"]').locator('text=Dummy text')
============================================================
126 | 'role=listbox[name="Blocks"i] >> role=option[name="Heading"i]'
127 | );
> 128 | const paragraphBoundingBox = await paragraphBlock.boundingBox();
| ^
129 |
130 | await page.mouse.down();
131 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/inserting-blocks.spec.js:128:53
|
[chromium] › editor/various/inserting-blocks.spec.js:94:2 › Inserting blocks (@firefox:
test/e2e/specs/editor/various/inserting-blocks.spec.js#L128
3) [chromium] › editor/various/inserting-blocks.spec.js:94:2 › Inserting blocks (@Firefox, @WebKit) › cancels dragging blocks from the global inserter by pressing Escape
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.boundingBox: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for locator('[data-type="core/paragraph"]').locator('text=Dummy text')
============================================================
126 | 'role=listbox[name="Blocks"i] >> role=option[name="Heading"i]'
127 | );
> 128 | const paragraphBoundingBox = await paragraphBlock.boundingBox();
| ^
129 |
130 | await page.mouse.down();
131 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/inserting-blocks.spec.js:128:53
|
[chromium] › editor/various/inserting-blocks.spec.js:147:2 › Inserting blocks (@firefox:
test/e2e/specs/editor/various/inserting-blocks.spec.js#L191
4) [chromium] › editor/various/inserting-blocks.spec.js:147:2 › Inserting blocks (@Firefox, @WebKit) › inserts patterns by dragging and dropping from the global inserter
TimeoutError: locator.boundingBox: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for locator('[data-type="core/paragraph"]').locator('text=Dummy text')
============================================================
189 | // await expect( insertingBlocksUtils.indicator ).toBeVisible();
190 |
> 191 | const paragraphBoundingBox = await paragraphBlock.boundingBox();
| ^
192 |
193 | await page.mouse.down();
194 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/inserting-blocks.spec.js:191:53
|
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/plugins/block-context.spec.js:19:2 › Block context › Block context propagates to inner blocks:
test/e2e/specs/editor/plugins/block-context.spec.js#L32
1) [chromium] › editor/plugins/block-context.spec.js:19:2 › Block context › Block context propagates to inner blocks
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('document', { name: 'Block: Test Context Consumer' })
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('document', { name: 'Block: Test Context Consumer' })
30 | } );
31 |
> 32 | await expect( consumerBlock ).toBeVisible();
| ^
33 |
34 | // Verify initial contents of consumer.
35 | await expect( consumerBlock ).toHaveText( 'The record ID is: 0' );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/plugins/block-context.spec.js:32:33
|
[chromium] › editor/plugins/block-context.spec.js:19:2 › Block context › Block context propagates to inner blocks:
test/e2e/specs/editor/plugins/block-context.spec.js#L32
1) [chromium] › editor/plugins/block-context.spec.js:19:2 › Block context › Block context propagates to inner blocks
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('document', { name: 'Block: Test Context Consumer' })
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('document', { name: 'Block: Test Context Consumer' })
30 | } );
31 |
> 32 | await expect( consumerBlock ).toBeVisible();
| ^
33 |
34 | // Verify initial contents of consumer.
35 | await expect( consumerBlock ).toHaveText( 'The record ID is: 0' );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/plugins/block-context.spec.js:32:33
|
[chromium] › editor/plugins/block-context.spec.js:19:2 › Block context › Block context propagates to inner blocks:
test/e2e/specs/editor/plugins/block-context.spec.js#L32
1) [chromium] › editor/plugins/block-context.spec.js:19:2 › Block context › Block context propagates to inner blocks
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('document', { name: 'Block: Test Context Consumer' })
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('document', { name: 'Block: Test Context Consumer' })
30 | } );
31 |
> 32 | await expect( consumerBlock ).toBeVisible();
| ^
33 |
34 | // Verify initial contents of consumer.
35 | await expect( consumerBlock ).toHaveText( 'The record ID is: 0' );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/plugins/block-context.spec.js:32:33
|
[chromium] › editor/plugins/block-context.spec.js:43:2 › Block context › Block context is reflected in the preview:
test/e2e/specs/editor/plugins/block-context.spec.js#L64
2) [chromium] › editor/plugins/block-context.spec.js:43:2 › Block context › Block context is reflected in the preview
TimeoutError: locator.fill: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('document', { name: 'Block: Test Context Provider' }).getByRole('textbox')
============================================================
62 | } )
63 | .getByRole( 'textbox' )
> 64 | .fill( '123' );
| ^
65 |
66 | await editorPage
67 | .getByRole( 'button', {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/plugins/block-context.spec.js:64:5
|
[chromium] › editor/plugins/block-context.spec.js:43:2 › Block context › Block context is reflected in the preview:
test/e2e/specs/editor/plugins/block-context.spec.js#L64
2) [chromium] › editor/plugins/block-context.spec.js:43:2 › Block context › Block context is reflected in the preview
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.fill: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('document', { name: 'Block: Test Context Provider' }).getByRole('textbox')
============================================================
62 | } )
63 | .getByRole( 'textbox' )
> 64 | .fill( '123' );
| ^
65 |
66 | await editorPage
67 | .getByRole( 'button', {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/plugins/block-context.spec.js:64:5
|
[chromium] › editor/plugins/block-context.spec.js:43:2 › Block context › Block context is reflected in the preview:
test/e2e/specs/editor/plugins/block-context.spec.js#L64
2) [chromium] › editor/plugins/block-context.spec.js:43:2 › Block context › Block context is reflected in the preview
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.fill: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('document', { name: 'Block: Test Context Provider' }).getByRole('textbox')
============================================================
62 | } )
63 | .getByRole( 'textbox' )
> 64 | .fill( '123' );
| ^
65 |
66 | await editorPage
67 | .getByRole( 'button', {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/plugins/block-context.spec.js:64:5
|
[chromium] › editor/plugins/block-directory.spec.js:153:2 › Block Directory › Should be able to add (the first) block:
test/e2e/specs/editor/plugins/block-directory.spec.js#L246
3) [chromium] › editor/plugins/block-directory.spec.js:153:2 › Block Directory › Should be able to add (the first) block
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('document', { name: 'Block: Block Directory Test Block' })
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('document', { name: 'Block: Block Directory Test Block' })
244 | name: `Block: ${ MOCK_BLOCK1.title }`,
245 | } )
> 246 | ).toBeVisible();
| ^
247 | } );
248 | } );
249 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/plugins/block-directory.spec.js:246:5
|
[chromium] › editor/plugins/block-directory.spec.js:153:2 › Block Directory › Should be able to add (the first) block:
test/e2e/specs/editor/plugins/block-directory.spec.js#L246
3) [chromium] › editor/plugins/block-directory.spec.js:153:2 › Block Directory › Should be able to add (the first) block
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('document', { name: 'Block: Block Directory Test Block' })
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('document', { name: 'Block: Block Directory Test Block' })
244 | name: `Block: ${ MOCK_BLOCK1.title }`,
245 | } )
> 246 | ).toBeVisible();
| ^
247 | } );
248 | } );
249 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/plugins/block-directory.spec.js:246:5
|
[chromium] › editor/plugins/block-directory.spec.js:153:2 › Block Directory › Should be able to add (the first) block:
test/e2e/specs/editor/plugins/block-directory.spec.js#L246
3) [chromium] › editor/plugins/block-directory.spec.js:153:2 › Block Directory › Should be able to add (the first) block
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('document', { name: 'Block: Block Directory Test Block' })
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('document', { name: 'Block: Block Directory Test Block' })
244 | name: `Block: ${ MOCK_BLOCK1.title }`,
245 | } )
> 246 | ).toBeVisible();
| ^
247 | } );
248 | } );
249 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/plugins/block-directory.spec.js:246:5
|
[chromium] › editor/plugins/block-icons.spec.js:26:2 › Block Icons › Block with svg icon:
test/e2e/specs/editor/plugins/block-icons.spec.js#L50
4) [chromium] › editor/plugins/block-icons.spec.js:26:2 › Block Icons › Block with svg icon ──────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('document', { name: 'Block: TestSimpleSvgIcon' })
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('document', { name: 'Block: TestSimpleSvgIcon' })
48 | await expect(
49 | page.getByRole( 'document', { name: 'Block: TestSimpleSvgIcon' } )
> 50 | ).toBeVisible();
| ^
51 |
52 | // Renders correctly the icon on the inspector.
53 | await editor.openDocumentSettingsSidebar();
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/plugins/block-icons.spec.js:50:5
|
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 - 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/.
|
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/.
|
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 - 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 - 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/.
|
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
4 skipped
158 passed (7.4m)
|
🎭 Playwright Run Summary
2 failed
[chromium] › editor/various/publish-button.spec.js:69:2 › Post publish button › should be disabled when metabox is being saved
[chromium] › editor/various/typewriter.spec.js:106:2 › Typewriter › should maintain caret position after scroll
1 skipped
161 passed (7.9m)
|
🎭 Playwright Run Summary
2 failed
[chromium] › editor/plugins/wp-editor-meta-box.spec.js:19:2 › WP Editor Meta Boxes › Should save the changes
[chromium] › editor/various/a11y.spec.js:20:2 › a11y (@Firefox, @WebKit) › navigating through the Editor regions four times should land on the Editor top bar region
162 passed (8.8m)
|
🎭 Playwright Run Summary
4 failed
[firefox] › editor/various/a11y.spec.js:20:2 › a11y (@Firefox, @WebKit) › navigating through the Editor regions four times should land on the Editor top bar region
[firefox] › editor/various/a11y.spec.js:50:2 › a11y (@Firefox, @WebKit) › should constrain tabbing within a modal
[firefox] › editor/various/inserting-blocks.spec.js:94:2 › Inserting blocks (@Firefox, @WebKit) › cancels dragging blocks from the global inserter by pressing Escape
[firefox] › editor/various/inserting-blocks.spec.js:306:2 › Inserting blocks (@Firefox, @WebKit) › cancels dragging patterns from the global inserter by pressing Escape
3 skipped
125 passed (9.4m)
|
🎭 Playwright Run Summary
4 failed
[chromium] › editor/blocks/classic.spec.js:31:2 › Classic › should be inserted ─────────────────
[chromium] › editor/blocks/classic.spec.js:42:2 › Classic › should insert media, convert to blocks, and undo in one step
[chromium] › editor/blocks/classic.spec.js:104:2 › Classic › Should not fail after save/reload ─
[chromium] › editor/blocks/image.spec.js:616:2 › Image › image inserted via link should appear in the frontend published post content
11 skipped
148 passed (9.6m)
|
🎭 Playwright Run Summary
7 failed
[webkit] › editor/various/a11y.spec.js:20:2 › a11y (@Firefox, @WebKit) › navigating through the Editor regions four times should land on the Editor top bar region
[webkit] › editor/various/inserting-blocks.spec.js:29:2 › Inserting blocks (@Firefox, @WebKit) › inserts blocks by dragging and dropping from the global inserter
[webkit] › editor/various/inserting-blocks.spec.js:94:2 › Inserting blocks (@Firefox, @WebKit) › cancels dragging blocks from the global inserter by pressing Escape
[webkit] › editor/various/inserting-blocks.spec.js:147:2 › Inserting blocks (@Firefox, @WebKit) › inserts patterns by dragging and dropping from the global inserter
[webkit] › editor/various/inserting-blocks.spec.js:209:2 › Inserting blocks (@Firefox, @WebKit) › inserts synced patterns by dragging and dropping from the global inserter
[webkit] › editor/various/inserting-blocks.spec.js:306:2 › Inserting blocks (@Firefox, @WebKit) › cancels dragging patterns from the global inserter by pressing Escape
[webkit] › editor/various/multi-block-selection.spec.js:1216:2 › Multi-block selection › should partially select with shift + click (@WebKit)
183 passed (11.9m)
|
🎭 Playwright Run Summary
8 failed
[chromium] › editor/various/copy-cut-paste.spec.js:31:2 › Copy/cut/paste › should cut and paste individual blocks with collapsed selection
[chromium] › editor/various/inserting-blocks.spec.js:29:2 › Inserting blocks (@Firefox, @WebKit) › inserts blocks by dragging and dropping from the global inserter
[chromium] › editor/various/inserting-blocks.spec.js:94:2 › Inserting blocks (@Firefox, @WebKit) › cancels dragging blocks from the global inserter by pressing Escape
[chromium] › editor/various/inserting-blocks.spec.js:147:2 › Inserting blocks (@Firefox, @WebKit) › inserts patterns by dragging and dropping from the global inserter
[chromium] › editor/various/inserting-blocks.spec.js:209:2 › Inserting blocks (@Firefox, @WebKit) › inserts synced patterns by dragging and dropping from the global inserter
[chromium] › editor/various/inserting-blocks.spec.js:306:2 › Inserting blocks (@Firefox, @WebKit) › cancels dragging patterns from the global inserter by pressing Escape
[chromium] › editor/various/multi-block-selection.spec.js:289:2 › Multi-block selection › should properly select a single block even if `shift` was held for the selection
[chromium] › editor/various/multi-block-selection.spec.js:1216:2 › Multi-block selection › should partially select with shift + click (@WebKit)
155 passed (13.0m)
|
🎭 Playwright Run Summary
24 failed
[chromium] › editor/plugins/block-context.spec.js:19:2 › Block context › Block context propagates to inner blocks
[chromium] › editor/plugins/block-context.spec.js:43:2 › Block context › Block context is reflected in the preview
[chromium] › editor/plugins/block-directory.spec.js:153:2 › Block Directory › Should be able to add (the first) block
[chromium] › editor/plugins/block-icons.spec.js:26:2 › Block Icons › Block with svg icon ───────
[chromium] › editor/plugins/block-icons.spec.js:60:2 › Block Icons › Block with dash icon ──────
[chromium] › editor/plugins/block-icons.spec.js:100:2 › Block Icons › Block with function icon ─
[chromium] › editor/plugins/child-blocks.spec.js:34:2 › Child Blocks › shows up in a parent block
[chromium] › editor/plugins/child-blocks.spec.js:65:2 › Child Blocks › display in a parent block with allowedItems
[chromium] › editor/plugins/container-blocks.spec.js:23:2 › Container block without paragraph support › ensures we can use the alternative block appender properly
[chromium] › editor/plugins/inner-blocks-locking-all-embed.spec.js:32:2 › Embed block inside a locked all parent › embed block should be able to embed external content
[chromium] › editor/plugins/inner-blocks-prioritized-inserter-blocks.spec.js:24:3 › Prioritized Inserter Blocks Setting on InnerBlocks › Quick Inserter › uses defaulting ordering if prioritzed blocks setting was not set
[chromium] › editor/plugins/inner-blocks-prioritized-inserter-blocks.spec.js:49:3 › Prioritized Inserter Blocks Setting on InnerBlocks › Quick Inserter › uses the priority ordering if prioritzed blocks setting is set
[chromium] › editor/plugins/inner-blocks-prioritized-inserter-blocks.spec.js:81:3 › Prioritized Inserter Blocks Setting on InnerBlocks › Quick Inserter › obeys allowed blocks over prioritzed blocks setting if conflicted
[chromium] › editor/plugins/inner-blocks-prioritized-inserter-blocks.spec.js:116:3 › Prioritized Inserter Blocks Setting on InnerBlocks › Slash inserter › uses the priority ordering if prioritzed blocks setting is set
[chromium] › editor/plugins/inner-blocks-render-appender.spec.js:23:2 › RenderAppender prop of InnerBlocks › Users can customize the appender and can still insert blocks using exposed components
[chromium] › editor/plugins/inner-blocks-render-appender.spec.js:66:2 › RenderAppender prop of InnerBlocks › Users can dynamically customize the appender
[chromium] › editor/plugins/meta-attribute-block.spec.js:26:4 › Block with a meta attribute › Early Registration › Should persist the meta attribute properly
[chromium] › editor/plugins/meta-attribute-block.spec.js:73:4 › Block with a meta attribute › Early Registration › Should persist the meta attribute properly in a different post type
[chromium] › editor/plugins/meta-attribute-block.spec.js:26:4 › Block with a meta attribute › Late Registration › Should persist the meta attribute properly
[chromium] › editor/plugins/meta-attribute-block.spec.js:73:4 › Block with a meta attribute › Late Registration › Should persist the meta attribute properly in a different post type
[chromium] › editor/plugins/meta-boxes.spec.js:20:2 › Meta boxes › Should save the post ────────
[chromium] › editor/plugins/meta-boxes.spec.js:41:2 › Meta boxes › Should render dynamic blocks when the meta box uses the excerpt for front end rendering
[chromium] › editor/plugins/meta-boxes.spec.js:69:2 › Meta boxes › Should render the excerpt in meta based on post content if no explicit excerpt exists
[chromium] › editor/plugins/meta-boxes.spec.js:87:2 › Meta boxes › Should render the explicitly set excerpt in meta instead of the content based one
1 flaky
[chromium] › editor/blocks/navigation.spec.js:91:3 › Navigation block › As a user I want the navigation block to fallback to the best possible default › default to the only existing classic menu if there are no block menus
1 skipped
137 passed (20.8m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
failures-artifacts
Expired
|
6.54 MB |
|
flaky-tests-report
Expired
|
1.09 KB |
|