Add Block Bindings Panel to Block Inspector #103695
Annotations
11 errors and 8 notices
[chromium] › editor/various/block-bindings.spec.js:121:4 › Block bindings › Template context › Paragraph › should lock the appropriate controls when source is not defined:
test/e2e/specs/editor/various/block-bindings.spec.js#L142
1) [chromium] › editor/various/block-bindings.spec.js:121:4 › Block bindings › Template context › Paragraph › should lock the appropriate controls when source is not defined
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for frameLocator('[name="editor-canvas"]').getByRole('document', { name: 'Block: Paragraph' })
140 | name: 'Block: Paragraph',
141 | } );
> 142 | await paragraphBlock.click();
| ^
143 |
144 | // Alignment controls exist.
145 | await expect(
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings.spec.js:142:26
|
[chromium] › editor/various/block-bindings.spec.js:121:4 › Block bindings › Template context › Paragraph › should lock the appropriate controls when source is not defined:
test/e2e/specs/editor/various/block-bindings.spec.js#L142
1) [chromium] › editor/various/block-bindings.spec.js:121:4 › Block bindings › Template context › Paragraph › should lock the appropriate controls when source is not defined
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for frameLocator('[name="editor-canvas"]').getByRole('document', { name: 'Block: Paragraph' })
140 | name: 'Block: Paragraph',
141 | } );
> 142 | await paragraphBlock.click();
| ^
143 |
144 | // Alignment controls exist.
145 | await expect(
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings.spec.js:142:26
|
[chromium] › editor/various/block-bindings.spec.js:121:4 › Block bindings › Template context › Paragraph › should lock the appropriate controls when source is not defined:
test/e2e/specs/editor/various/block-bindings.spec.js#L142
1) [chromium] › editor/various/block-bindings.spec.js:121:4 › Block bindings › Template context › Paragraph › should lock the appropriate controls when source is not defined
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for frameLocator('[name="editor-canvas"]').getByRole('document', { name: 'Block: Paragraph' })
140 | name: 'Block: Paragraph',
141 | } );
> 142 | await paragraphBlock.click();
| ^
143 |
144 | // Alignment controls exist.
145 | await expect(
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings.spec.js:142:26
|
[chromium] › editor/various/block-bindings.spec.js:238:4 › Block bindings › Template context › Heading › should lock the appropriate controls when source is not defined:
test/e2e/specs/editor/various/block-bindings.spec.js#L259
2) [chromium] › editor/various/block-bindings.spec.js:238:4 › Block bindings › Template context › Heading › should lock the appropriate controls when source is not defined
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for frameLocator('[name="editor-canvas"]').getByRole('document', { name: 'Block: Heading' })
257 | name: 'Block: Heading',
258 | } );
> 259 | await headingBlock.click();
| ^
260 |
261 | // Alignment controls exist.
262 | await expect(
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings.spec.js:259:24
|
[chromium] › editor/various/block-bindings.spec.js:238:4 › Block bindings › Template context › Heading › should lock the appropriate controls when source is not defined:
test/e2e/specs/editor/various/block-bindings.spec.js#L259
2) [chromium] › editor/various/block-bindings.spec.js:238:4 › Block bindings › Template context › Heading › should lock the appropriate controls when source is not defined
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for frameLocator('[name="editor-canvas"]').getByRole('document', { name: 'Block: Heading' })
257 | name: 'Block: Heading',
258 | } );
> 259 | await headingBlock.click();
| ^
260 |
261 | // Alignment controls exist.
262 | await expect(
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings.spec.js:259:24
|
[chromium] › editor/various/block-bindings.spec.js:238:4 › Block bindings › Template context › Heading › should lock the appropriate controls when source is not defined:
test/e2e/specs/editor/various/block-bindings.spec.js#L259
2) [chromium] › editor/various/block-bindings.spec.js:238:4 › Block bindings › Template context › Heading › should lock the appropriate controls when source is not defined
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for frameLocator('[name="editor-canvas"]').getByRole('document', { name: 'Block: Heading' })
257 | name: 'Block: Heading',
258 | } );
> 259 | await headingBlock.click();
| ^
260 |
261 | // Alignment controls exist.
262 | await expect(
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings.spec.js:259:24
|
[chromium] › editor/various/block-bindings.spec.js:378:4 › Block bindings › Template context › Button › should lock text controls when text is bound to an undefined source:
test/e2e/specs/editor/various/block-bindings.spec.js#L415
3) [chromium] › editor/various/block-bindings.spec.js:378:4 › Block bindings › Template context › Button › should lock text controls when text is bound to an undefined source
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('toolbar', { name: 'Block tools' }).getByRole('button', { name: 'Align text' })
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('toolbar', { name: 'Block tools' }).getByRole('button', { name: 'Align text' })
413 | .getByRole( 'toolbar', { name: 'Block tools' } )
414 | .getByRole( 'button', { name: 'Align text' } )
> 415 | ).toBeVisible();
| ^
416 |
417 | // Format controls don't exist.
418 | await expect(
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings.spec.js:415:7
|
[chromium] › editor/various/block-bindings.spec.js:378:4 › Block bindings › Template context › Button › should lock text controls when text is bound to an undefined source:
test/e2e/specs/editor/various/block-bindings.spec.js#L415
3) [chromium] › editor/various/block-bindings.spec.js:378:4 › Block bindings › Template context › Button › should lock text controls when text is bound to an undefined source
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('toolbar', { name: 'Block tools' }).getByRole('button', { name: 'Align text' })
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('toolbar', { name: 'Block tools' }).getByRole('button', { name: 'Align text' })
413 | .getByRole( 'toolbar', { name: 'Block tools' } )
414 | .getByRole( 'button', { name: 'Align text' } )
> 415 | ).toBeVisible();
| ^
416 |
417 | // Format controls don't exist.
418 | await expect(
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings.spec.js:415:7
|
[chromium] › editor/various/block-bindings.spec.js:378:4 › Block bindings › Template context › Button › should lock text controls when text is bound to an undefined source:
test/e2e/specs/editor/various/block-bindings.spec.js#L415
3) [chromium] › editor/various/block-bindings.spec.js:378:4 › Block bindings › Template context › Button › should lock text controls when text is bound to an undefined source
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('toolbar', { name: 'Block tools' }).getByRole('button', { name: 'Align text' })
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('toolbar', { name: 'Block tools' }).getByRole('button', { name: 'Align text' })
413 | .getByRole( 'toolbar', { name: 'Block tools' } )
414 | .getByRole( 'button', { name: 'Align text' } )
> 415 | ).toBeVisible();
| ^
416 |
417 | // Format controls don't exist.
418 | await expect(
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings.spec.js:415:7
|
[chromium] › editor/various/block-bindings.spec.js:500:4 › Block bindings › Template context › Button › should lock url controls when url is bound to an undefined source:
test/e2e/specs/editor/various/block-bindings.spec.js#L539
4) [chromium] › editor/various/block-bindings.spec.js:500:4 › Block bindings › Template context › Button › should lock url controls when url is bound to an undefined source
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('toolbar', { name: 'Block tools' }).getByRole('button', { name: 'Bold' })
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('toolbar', { name: 'Block tools' }).getByRole('button', { name: 'Bold' })
537 | name: 'Bold',
538 | } )
> 539 | ).toBeVisible();
| ^
540 |
541 | // Button is editable.
542 | await expect( buttonBlock ).toHaveAttribute(
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings.spec.js:539:7
|
Merge Artifacts
No artifacts found matching pattern 'flaky-tests-report*'
|
🎭 Playwright Run Summary
3 skipped
182 passed (5.6m)
|
🎭 Playwright Run Summary
3 skipped
145 passed (7.6m)
|
🎭 Playwright Run Summary
1 skipped
176 passed (8.8m)
|
🎭 Playwright Run Summary
1 skipped
183 passed (9.1m)
|
🎭 Playwright Run Summary
185 passed (9.0m)
|
🎭 Playwright Run Summary
190 passed (10.0m)
|
🎭 Playwright Run Summary
221 passed (12.2m)
|
🎭 Playwright Run Summary
8 failed
[chromium] › editor/various/block-bindings.spec.js:121:4 › Block bindings › Template context › Paragraph › should lock the appropriate controls when source is not defined
[chromium] › editor/various/block-bindings.spec.js:238:4 › Block bindings › Template context › Heading › should lock the appropriate controls when source is not defined
[chromium] › editor/various/block-bindings.spec.js:378:4 › Block bindings › Template context › Button › should lock text controls when text is bound to an undefined source
[chromium] › editor/various/block-bindings.spec.js:500:4 › Block bindings › Template context › Button › should lock url controls when url is bound to an undefined source
[chromium] › editor/various/block-bindings.spec.js:674:4 › Block bindings › Template context › Image › should NOT show the upload form when url is bound to an undefined source
[chromium] › editor/various/block-bindings.spec.js:771:4 › Block bindings › Template context › Image › should lock url controls when url is bound to an undefined source
[chromium] › editor/various/block-bindings.spec.js:903:4 › Block bindings › Template context › Image › should disable alt textarea when alt is bound to an undefined source
[chromium] › editor/various/block-bindings.spec.js:1029:4 › Block bindings › Template context › Image › should disable title input when title is bound to an undefined source
1 skipped
183 passed (14.3m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
failures-artifacts
Expired
|
24.3 MB |
|