Use consistent labels, remove additional settings, and copySmall icon LinkControl #94337
Annotations
5 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/blocks/links.spec.js#L258
1) [chromium] › editor/blocks/links.spec.js:253:2 › Links › can remove existing links ────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for locator('.components-popover__content .block-editor-link-control').getByRole('button', { name: 'Unlink' })
============================================================
256 | const linkPopover = LinkUtils.getLinkPopover();
257 |
> 258 | await linkPopover.getByRole( 'button', { name: 'Unlink' } ).click();
| ^
259 |
260 | // The link should have been removed.
261 | await expect.poll( editor.getBlocks ).toMatchObject( [
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/links.spec.js:258:63
|
Run the tests:
test/e2e/specs/editor/blocks/links.spec.js#L258
1) [chromium] › editor/blocks/links.spec.js:253:2 › Links › can remove existing links ────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for locator('.components-popover__content .block-editor-link-control').getByRole('button', { name: 'Unlink' })
============================================================
256 | const linkPopover = LinkUtils.getLinkPopover();
257 |
> 258 | await linkPopover.getByRole( 'button', { name: 'Unlink' } ).click();
| ^
259 |
260 | // The link should have been removed.
261 | await expect.poll( editor.getBlocks ).toMatchObject( [
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/links.spec.js:258:63
|
Run the tests:
test/e2e/specs/editor/blocks/links.spec.js#L258
1) [chromium] › editor/blocks/links.spec.js:253:2 › Links › can remove existing links ────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for locator('.components-popover__content .block-editor-link-control').getByRole('button', { name: 'Unlink' })
============================================================
256 | const linkPopover = LinkUtils.getLinkPopover();
257 |
> 258 | await linkPopover.getByRole( 'button', { name: 'Unlink' } ).click();
| ^
259 |
260 | // The link should have been removed.
261 | await expect.poll( editor.getBlocks ).toMatchObject( [
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/links.spec.js:258:63
|
Run the tests
Process completed with exit code 1.
|
Run the tests
1 failed
[chromium] › editor/blocks/links.spec.js:253:2 › Links › can remove existing links ─────────────
11 skipped
151 passed (8.6m)
|
The logs for this run have expired and are no longer available.
Loading