Allow drag and drop to create Rows and Galleries #93982
Annotations
11 errors and 1 notice
Archive debug artifacts (screenshots, traces)
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
|
Run the tests:
test/e2e/specs/editor/various/draggable-blocks.spec.js#L157
1) [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).toBeGreaterThan(expected)
Expected: > 363.390625
Received: 363
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
155 | indicator.boundingBox().then( ( { y, height } ) => y + height )
156 | )
> 157 | .toBeGreaterThan(
| ^
158 | secondParagraphBound.y + secondParagraphBound.height
159 | );
160 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/draggable-blocks.spec.js:157:5
|
Run the tests:
test/e2e/specs/editor/various/draggable-blocks.spec.js#L157
1) [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).toBeGreaterThan(expected)
Expected: > 363.390625
Received: 363
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
155 | indicator.boundingBox().then( ( { y, height } ) => y + height )
156 | )
> 157 | .toBeGreaterThan(
| ^
158 | secondParagraphBound.y + secondParagraphBound.height
159 | );
160 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/draggable-blocks.spec.js:157:5
|
Run the tests:
test/e2e/specs/editor/various/draggable-blocks.spec.js#L157
1) [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).toBeGreaterThan(expected)
Expected: > 363.390625
Received: 363
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
155 | indicator.boundingBox().then( ( { y, height } ) => y + height )
156 | )
> 157 | .toBeGreaterThan(
| ^
158 | secondParagraphBound.y + secondParagraphBound.height
159 | );
160 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/draggable-blocks.spec.js:157:5
|
Run the tests:
test/e2e/specs/editor/various/inserting-blocks.spec.js#L85
2) [chromium] › editor/various/inserting-blocks.spec.js:29:2 › Inserting blocks (@Firefox, @WebKit) › inserts blocks by dragging and dropping from the global inserter
Error: expect(received).toBe(expected) // Object.is equality
- Expected - 2
+ Received + 4
- <!-- wp:paragraph -->
+ <!-- wp:group {"layout":{"type":"flex","flexWrap":"nowrap"}} -->
+ <div class="wp-block-group"><!-- wp:paragraph -->
<p>Dummy text</p>
<!-- /wp:paragraph -->
<!-- wp:heading -->
<h2 class="wp-block-heading"></h2>
- <!-- /wp:heading -->
+ <!-- /wp:heading --></div>
+ <!-- /wp:group -->
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
83 |
84 | await expect.poll( editor.getEditedPostContent )
> 85 | .toBe( `<!-- wp:paragraph -->
| ^
86 | <p>Dummy text</p>
87 | <!-- /wp:paragraph -->
88 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/inserting-blocks.spec.js:85:5
|
Run the tests:
test/e2e/specs/editor/various/inserting-blocks.spec.js#L85
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 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
- Expected - 2
+ Received + 4
- <!-- wp:paragraph -->
+ <!-- wp:group {"layout":{"type":"flex","flexWrap":"nowrap"}} -->
+ <div class="wp-block-group"><!-- wp:paragraph -->
<p>Dummy text</p>
<!-- /wp:paragraph -->
<!-- wp:heading -->
<h2 class="wp-block-heading"></h2>
- <!-- /wp:heading -->
+ <!-- /wp:heading --></div>
+ <!-- /wp:group -->
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
83 |
84 | await expect.poll( editor.getEditedPostContent )
> 85 | .toBe( `<!-- wp:paragraph -->
| ^
86 | <p>Dummy text</p>
87 | <!-- /wp:paragraph -->
88 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/inserting-blocks.spec.js:85:5
|
Run the tests:
test/e2e/specs/editor/various/inserting-blocks.spec.js#L85
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 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
- Expected - 2
+ Received + 4
- <!-- wp:paragraph -->
+ <!-- wp:group {"layout":{"type":"flex","flexWrap":"nowrap"}} -->
+ <div class="wp-block-group"><!-- wp:paragraph -->
<p>Dummy text</p>
<!-- /wp:paragraph -->
<!-- wp:heading -->
<h2 class="wp-block-heading"></h2>
- <!-- /wp:heading -->
+ <!-- /wp:heading --></div>
+ <!-- /wp:group -->
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
83 |
84 | await expect.poll( editor.getEditedPostContent )
> 85 | .toBe( `<!-- wp:paragraph -->
| ^
86 | <p>Dummy text</p>
87 | <!-- /wp:paragraph -->
88 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/inserting-blocks.spec.js:85:5
|
Run the tests:
test/e2e/specs/editor/various/inserting-blocks.spec.js#L206
3) [chromium] › editor/various/inserting-blocks.spec.js:147:2 › Inserting blocks (@Firefox, @WebKit) › inserts patterns by dragging and dropping from the global inserter
Error: Snapshot comparison failed:
<!-- wp:group {"layout":{"type":"flex","flexWrap":"nowrap"}} -->
<div class="wp-block-group"><!-- wp:paragraph -->
<p>Dummy text</p>
<!-- /wp:paragraph -->
<!-- wp:social-links {"customIconColor":"#ffffff","iconColorValue":"#ffffff","customIconBackgroundColor":"#3962e3","iconBackgroundColorValue":"#3962e3","className":"has-icon-color"} -->
<ul class="wp-block-social-links has-icon-color has-icon-background-color"><!-- wp:social-link {"url":"https://wordpress.org","service":"wordpress"} /-->
<!-- wp:social-link {"url":"#","service":"chain"} /-->
<!-- wp:social-link {"url":"#","service":"mail"} /--></ul>
<!-- /wp:social-links --></div>
<!-- /wp:group -->
Expected: /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/__snapshots__/Inserting-blocks-firefox-webkit-inserts-p-59603-ragging-and-dropping-from-the-global-inserter-1-chromium.txt
Received: /home/runner/work/gutenberg/gutenberg/artifacts/test-results/editor-various-inserting-blocks-Inserting-bloc-f26fa--dragging-and-dropping-from-the-global-inserter-chromium/Inserting-blocks-firefox-webkit-inserts-p-59603-ragging-and-dropping-from-the-global-inserter-1-actual.txt
204 | await page.mouse.up();
205 |
> 206 | expect( await editor.getEditedPostContent() ).toMatchSnapshot();
| ^
207 | } );
208 |
209 | test( 'inserts synced patterns by dragging and dropping from the global inserter', async ( {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/inserting-blocks.spec.js:206:49
|
Run the tests:
test/e2e/specs/editor/various/inserting-blocks.spec.js#L206
3) [chromium] › editor/various/inserting-blocks.spec.js:147:2 › Inserting blocks (@Firefox, @WebKit) › inserts patterns by dragging and dropping from the global inserter
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Snapshot comparison failed:
<!-- wp:group {"layout":{"type":"flex","flexWrap":"nowrap"}} -->
<div class="wp-block-group"><!-- wp:paragraph -->
<p>Dummy text</p>
<!-- /wp:paragraph -->
<!-- wp:social-links {"customIconColor":"#ffffff","iconColorValue":"#ffffff","customIconBackgroundColor":"#3962e3","iconBackgroundColorValue":"#3962e3","className":"has-icon-color"} -->
<ul class="wp-block-social-links has-icon-color has-icon-background-color"><!-- wp:social-link {"url":"https://wordpress.org","service":"wordpress"} /-->
<!-- wp:social-link {"url":"#","service":"chain"} /-->
<!-- wp:social-link {"url":"#","service":"mail"} /--></ul>
<!-- /wp:social-links --></div>
<!-- /wp:group -->
Expected: /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/__snapshots__/Inserting-blocks-firefox-webkit-inserts-p-59603-ragging-and-dropping-from-the-global-inserter-1-chromium.txt
Received: /home/runner/work/gutenberg/gutenberg/artifacts/test-results/editor-various-inserting-blocks-Inserting-bloc-f26fa--dragging-and-dropping-from-the-global-inserter-chromium-retry1/Inserting-blocks-firefox-webkit-inserts-p-59603-ragging-and-dropping-from-the-global-inserter-1-actual.txt
204 | await page.mouse.up();
205 |
> 206 | expect( await editor.getEditedPostContent() ).toMatchSnapshot();
| ^
207 | } );
208 |
209 | test( 'inserts synced patterns by dragging and dropping from the global inserter', async ( {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/inserting-blocks.spec.js:206:49
|
Run the tests:
test/e2e/specs/editor/various/inserting-blocks.spec.js#L206
3) [chromium] › editor/various/inserting-blocks.spec.js:147:2 › Inserting blocks (@Firefox, @WebKit) › inserts patterns by dragging and dropping from the global inserter
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Snapshot comparison failed:
<!-- wp:group {"layout":{"type":"flex","flexWrap":"nowrap"}} -->
<div class="wp-block-group"><!-- wp:paragraph -->
<p>Dummy text</p>
<!-- /wp:paragraph -->
<!-- wp:social-links {"customIconColor":"#ffffff","iconColorValue":"#ffffff","customIconBackgroundColor":"#3962e3","iconBackgroundColorValue":"#3962e3","className":"has-icon-color"} -->
<ul class="wp-block-social-links has-icon-color has-icon-background-color"><!-- wp:social-link {"url":"https://wordpress.org","service":"wordpress"} /-->
<!-- wp:social-link {"url":"#","service":"chain"} /-->
<!-- wp:social-link {"url":"#","service":"mail"} /--></ul>
<!-- /wp:social-links --></div>
<!-- /wp:group -->
Expected: /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/__snapshots__/Inserting-blocks-firefox-webkit-inserts-p-59603-ragging-and-dropping-from-the-global-inserter-1-chromium.txt
Received: /home/runner/work/gutenberg/gutenberg/artifacts/test-results/editor-various-inserting-blocks-Inserting-bloc-f26fa--dragging-and-dropping-from-the-global-inserter-chromium-retry2/Inserting-blocks-firefox-webkit-inserts-p-59603-ragging-and-dropping-from-the-global-inserter-1-actual.txt
204 | await page.mouse.up();
205 |
> 206 | expect( await editor.getEditedPostContent() ).toMatchSnapshot();
| ^
207 | } );
208 |
209 | test( 'inserts synced patterns by dragging and dropping from the global inserter', async ( {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/inserting-blocks.spec.js:206:49
|
Run the tests:
test/e2e/specs/editor/various/inserting-blocks.spec.js#L288
4) [chromium] › editor/various/inserting-blocks.spec.js:209:2 › Inserting blocks (@Firefox, @WebKit) › inserts synced patterns by dragging and dropping from the global inserter
Error: expect(received).toMatchObject(expected)
- Expected - 1
+ Received + 17
Array [
Object {
"attributes": Object {
+ "layout": Object {
+ "flexWrap": "nowrap",
+ "type": "flex",
+ },
+ "tagName": "div",
+ },
+ "innerBlocks": Array [
+ Object {
+ "attributes": Object {
"content": "Dummy text",
+ "dropCap": false,
},
+ "innerBlocks": Array [],
"name": "core/paragraph",
},
Object {
"attributes": Object {
- "ref": Any<Number>,
+ "ref": 98,
},
+ "innerBlocks": Array [],
"name": "core/block",
+ },
+ ],
+ "name": "core/group",
},
Object {
"attributes": Object {
"ref": Any<Number>,
},
+ "innerBlocks": Array [],
"name": "core/block",
},
]
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
286 | await page.mouse.up();
287 |
> 288 | await expect.poll( editor.getBlocks ).toMatchObject( [
| ^
289 | {
290 | name: 'core/paragraph',
291 | attributes: {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/inserting-blocks.spec.js:288:41
|
Run the tests
7 failed
[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/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: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/keyboard-navigable-blocks.spec.js:19:2 › Order of block keyboard navigation › permits tabbing through paragraph blocks in the expected order
[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:131:2 › Order of block keyboard navigation › should navigate correctly with multi selection
143 passed (8.9m)
|
The logs for this run have expired and are no longer available.
Loading