BoxControl: Auto-generate readme #120108
Annotations
1 error and 1 notice
Run the tests:
test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js#L695
1) [chromium] › editor/various/block-bindings/custom-sources.spec.js:654:3 › Registered sources › setValues › should be possible to edit the value of the url custom field from the image
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Edit link', exact: true })
693 | await page
694 | .getByRole( 'button', { name: 'Edit link', exact: true } )
> 695 | .click();
| ^
696 | await page
697 | .getByPlaceholder( 'Search or type URL' )
698 | .fill( testingImgSrc );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/block-bindings/custom-sources.spec.js:695:6
|
Run the tests
1 flaky
[chromium] › editor/various/block-bindings/custom-sources.spec.js:654:3 › Registered sources › setValues › should be possible to edit the value of the url custom field from the image
1 skipped
200 passed (9.6m)
|
Loading