Add visual indicator if a block is connected to block binding source #97722
Annotations
11 errors, 1 warning, 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/writing-flow.spec.js#L825
1) [chromium] › editor/various/writing-flow.spec.js:802:2 › Writing Flow (@Firefox, @WebKit) › should not have a dead zone between blocks (lower)
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('role=button[name="Add block"i]')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('role=button[name="Add block"i]')
823 |
824 | const inserter = page.locator( 'role=button[name="Add block"i]' );
> 825 | await expect( inserter ).toBeVisible();
| ^
826 |
827 | const inserterRect = await inserter.boundingBox();
828 | const lowerInserterY = inserterRect.y + ( 2 * inserterRect.height ) / 3;
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/writing-flow.spec.js:825:28
|
Run the tests:
test/e2e/specs/editor/various/writing-flow.spec.js#L825
1) [chromium] › editor/various/writing-flow.spec.js:802:2 › Writing Flow (@Firefox, @WebKit) › should not have a dead zone between blocks (lower)
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('role=button[name="Add block"i]')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('role=button[name="Add block"i]')
823 |
824 | const inserter = page.locator( 'role=button[name="Add block"i]' );
> 825 | await expect( inserter ).toBeVisible();
| ^
826 |
827 | const inserterRect = await inserter.boundingBox();
828 | const lowerInserterY = inserterRect.y + ( 2 * inserterRect.height ) / 3;
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/writing-flow.spec.js:825:28
|
Run the tests:
test/e2e/specs/editor/various/writing-flow.spec.js#L825
1) [chromium] › editor/various/writing-flow.spec.js:802:2 › Writing Flow (@Firefox, @WebKit) › should not have a dead zone between blocks (lower)
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('role=button[name="Add block"i]')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('role=button[name="Add block"i]')
823 |
824 | const inserter = page.locator( 'role=button[name="Add block"i]' );
> 825 | await expect( inserter ).toBeVisible();
| ^
826 |
827 | const inserterRect = await inserter.boundingBox();
828 | const lowerInserterY = inserterRect.y + ( 2 * inserterRect.height ) / 3;
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/writing-flow.spec.js:825:28
|
Run the tests:
test/e2e/specs/editor/various/writing-flow.spec.js#L890
2) [chromium] › editor/various/writing-flow.spec.js:843:2 › Writing Flow (@Firefox, @WebKit) › should not have a dead zone above an aligned block
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('role=button[name="Add block"i]')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('role=button[name="Add block"i]')
888 |
889 | const inserter = page.locator( 'role=button[name="Add block"i]' );
> 890 | await expect( inserter ).toBeVisible();
| ^
891 |
892 | // Find the space between the inserter and the image block.
893 | const inserterRect = await inserter.boundingBox();
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/writing-flow.spec.js:890:28
|
Run the tests:
test/e2e/specs/editor/various/writing-flow.spec.js#L890
2) [chromium] › editor/various/writing-flow.spec.js:843:2 › Writing Flow (@Firefox, @WebKit) › should not have a dead zone above an aligned block
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('role=button[name="Add block"i]')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('role=button[name="Add block"i]')
888 |
889 | const inserter = page.locator( 'role=button[name="Add block"i]' );
> 890 | await expect( inserter ).toBeVisible();
| ^
891 |
892 | // Find the space between the inserter and the image block.
893 | const inserterRect = await inserter.boundingBox();
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/writing-flow.spec.js:890:28
|
Run the tests:
test/e2e/specs/editor/various/writing-flow.spec.js#L890
2) [chromium] › editor/various/writing-flow.spec.js:843:2 › Writing Flow (@Firefox, @WebKit) › should not have a dead zone above an aligned block
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('role=button[name="Add block"i]')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('role=button[name="Add block"i]')
888 |
889 | const inserter = page.locator( 'role=button[name="Add block"i]' );
> 890 | await expect( inserter ).toBeVisible();
| ^
891 |
892 | // Find the space between the inserter and the image block.
893 | const inserterRect = await inserter.boundingBox();
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/writing-flow.spec.js:890:28
|
Run the tests:
test/e2e/specs/widgets/editing-widgets.spec.js#L229
3) [chromium] › widgets/editing-widgets.spec.js:148:2 › Widgets screen › Should insert content using the inline inserter
Error: expect(received).toMatchObject(expected)
- Expected - 4
+ Received + 4
@@ -6,17 +6,17 @@
},
"name": "core/paragraph",
},
Object {
"attributes": Object {
- "content": "My Heading",
+ "content": "Second Paragraph",
},
- "name": "core/heading",
+ "name": "core/paragraph",
},
Object {
"attributes": Object {
- "content": "Second Paragraph",
+ "content": "My Heading",
},
- "name": "core/paragraph",
+ "name": "core/heading",
},
],
}
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
227 | await widgetsScreen.saveWidgets();
228 |
> 229 | await expect.poll( widgetsScreen.getWidgetAreaBlocks ).toMatchObject( {
| ^
230 | 'sidebar-1': [
231 | {
232 | name: 'core/paragraph',
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/widgets/editing-widgets.spec.js:229:58
|
Run the tests:
test/e2e/specs/widgets/editing-widgets.spec.js#L229
3) [chromium] › widgets/editing-widgets.spec.js:148:2 › Widgets screen › Should insert content using the inline inserter
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toMatchObject(expected)
- Expected - 4
+ Received + 4
@@ -6,17 +6,17 @@
},
"name": "core/paragraph",
},
Object {
"attributes": Object {
- "content": "My Heading",
+ "content": "Second Paragraph",
},
- "name": "core/heading",
+ "name": "core/paragraph",
},
Object {
"attributes": Object {
- "content": "Second Paragraph",
+ "content": "My Heading",
},
- "name": "core/paragraph",
+ "name": "core/heading",
},
],
}
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
227 | await widgetsScreen.saveWidgets();
228 |
> 229 | await expect.poll( widgetsScreen.getWidgetAreaBlocks ).toMatchObject( {
| ^
230 | 'sidebar-1': [
231 | {
232 | name: 'core/paragraph',
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/widgets/editing-widgets.spec.js:229:58
|
Run the tests:
test/e2e/specs/widgets/editing-widgets.spec.js#L229
3) [chromium] › widgets/editing-widgets.spec.js:148:2 › Widgets screen › Should insert content using the inline inserter
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toMatchObject(expected)
- Expected - 4
+ Received + 4
@@ -6,17 +6,17 @@
},
"name": "core/paragraph",
},
Object {
"attributes": Object {
- "content": "My Heading",
+ "content": "Second Paragraph",
},
- "name": "core/heading",
+ "name": "core/paragraph",
},
Object {
"attributes": Object {
- "content": "Second Paragraph",
+ "content": "My Heading",
},
- "name": "core/paragraph",
+ "name": "core/heading",
},
],
}
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
227 | await widgetsScreen.saveWidgets();
228 |
> 229 | await expect.poll( widgetsScreen.getWidgetAreaBlocks ).toMatchObject( {
| ^
230 | 'sidebar-1': [
231 | {
232 | name: 'core/paragraph',
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/widgets/editing-widgets.spec.js:229:58
|
Run the tests
Process completed with exit code 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/.
|
Run the tests
3 failed
[chromium] › editor/various/writing-flow.spec.js:802:2 › Writing Flow (@Firefox, @WebKit) › should not have a dead zone between blocks (lower)
[chromium] › editor/various/writing-flow.spec.js:843:2 › Writing Flow (@Firefox, @WebKit) › should not have a dead zone above an aligned block
[chromium] › widgets/editing-widgets.spec.js:148:2 › Widgets screen › Should insert content using the inline inserter
4 skipped
155 passed (8.9m)
|
The logs for this run have expired and are no longer available.
Loading