Implementing new UX for invoking rich text Link UI #94385
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/blocks/links.spec.js#L454
1) [chromium] › editor/blocks/links.spec.js:435:2 › Links › can be created and modified using only the keyboard
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.components-popover__content .block-editor-link-control')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.components-popover__content .block-editor-link-control')
452 | await pageUtils.pressKeys( 'Enter' );
453 |
> 454 | await expect( linkPopover ).toBeVisible();
| ^
455 | // Close the link control to return the caret to the canvas
456 | await pageUtils.pressKeys( 'Escape' );
457 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/links.spec.js:454:31
|
Run the tests:
test/e2e/specs/editor/blocks/links.spec.js#L454
1) [chromium] › editor/blocks/links.spec.js:435:2 › Links › can be created and modified using only the keyboard
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.components-popover__content .block-editor-link-control')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.components-popover__content .block-editor-link-control')
452 | await pageUtils.pressKeys( 'Enter' );
453 |
> 454 | await expect( linkPopover ).toBeVisible();
| ^
455 | // Close the link control to return the caret to the canvas
456 | await pageUtils.pressKeys( 'Escape' );
457 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/links.spec.js:454:31
|
Run the tests:
test/e2e/specs/editor/blocks/links.spec.js#L454
1) [chromium] › editor/blocks/links.spec.js:435:2 › Links › can be created and modified using only the keyboard
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.components-popover__content .block-editor-link-control')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.components-popover__content .block-editor-link-control')
452 | await pageUtils.pressKeys( 'Enter' );
453 |
> 454 | await expect( linkPopover ).toBeVisible();
| ^
455 | // Close the link control to return the caret to the canvas
456 | await pageUtils.pressKeys( 'Escape' );
457 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/links.spec.js:454:31
|
Run the tests:
test/e2e/specs/editor/blocks/links.spec.js#L580
2) [chromium] › editor/blocks/links.spec.js:532:2 › Links › can be created by selecting text and using keyboard shortcuts
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('region', { name: 'Editor content' }).getByRole('button', { name: 'Advanced' })
============================================================
578 | name: 'Advanced',
579 | } )
> 580 | .click();
| ^
581 |
582 | // Navigate to and toggle the "Open in new tab" checkbox.
583 | const checkbox = page.getByLabel( 'Open in new tab' );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/links.spec.js:580:5
|
Run the tests:
test/e2e/specs/editor/blocks/links.spec.js#L580
2) [chromium] › editor/blocks/links.spec.js:532:2 › Links › can be created by selecting text and using keyboard shortcuts
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('region', { name: 'Editor content' }).getByRole('button', { name: 'Advanced' })
============================================================
578 | name: 'Advanced',
579 | } )
> 580 | .click();
| ^
581 |
582 | // Navigate to and toggle the "Open in new tab" checkbox.
583 | const checkbox = page.getByLabel( 'Open in new tab' );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/links.spec.js:580:5
|
Run the tests:
test/e2e/specs/editor/blocks/links.spec.js#L580
2) [chromium] › editor/blocks/links.spec.js:532:2 › Links › can be created by selecting text and using keyboard shortcuts
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('region', { name: 'Editor content' }).getByRole('button', { name: 'Advanced' })
============================================================
578 | name: 'Advanced',
579 | } )
> 580 | .click();
| ^
581 |
582 | // Navigate to and toggle the "Open in new tab" checkbox.
583 | const checkbox = page.getByLabel( 'Open in new tab' );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/links.spec.js:580:5
|
Run the tests:
test/e2e/specs/editor/blocks/links.spec.js#L652
3) [chromium] › editor/blocks/links.spec.js:607:2 › Links › can update the url of an existing link
TimeoutError: locator.fill: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByPlaceholder('Search or type url')
============================================================
650 | // getByPlaceholder required in order to handle Link Control component
651 | // managing focus onto other inputs within the control.
> 652 | await page.getByPlaceholder( 'Search or type url' ).fill( '' );
| ^
653 | await page.keyboard.type( 'wordpress.org' );
654 |
655 | // Update the link.
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/links.spec.js:652:55
|
Run the tests:
test/e2e/specs/editor/blocks/links.spec.js#L652
3) [chromium] › editor/blocks/links.spec.js:607:2 › Links › can update the url of an existing link
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.fill: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByPlaceholder('Search or type url')
============================================================
650 | // getByPlaceholder required in order to handle Link Control component
651 | // managing focus onto other inputs within the control.
> 652 | await page.getByPlaceholder( 'Search or type url' ).fill( '' );
| ^
653 | await page.keyboard.type( 'wordpress.org' );
654 |
655 | // Update the link.
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/links.spec.js:652:55
|
Run the tests:
test/e2e/specs/editor/blocks/links.spec.js#L652
3) [chromium] › editor/blocks/links.spec.js:607:2 › Links › can update the url of an existing link
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.fill: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByPlaceholder('Search or type url')
============================================================
650 | // getByPlaceholder required in order to handle Link Control component
651 | // managing focus onto other inputs within the control.
> 652 | await page.getByPlaceholder( 'Search or type url' ).fill( '' );
| ^
653 | await page.keyboard.type( 'wordpress.org' );
654 |
655 | // Update the link.
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/links.spec.js:652:55
|
Run the tests:
test/e2e/specs/editor/blocks/links.spec.js#L738
4) [chromium] › editor/blocks/links.spec.js:689:2 › Links › toggle state of advanced link settings is preserved across editing links
TimeoutError: locator.click: Timeout 10000ms exceeded.
=========================== logs ===========================
waiting for getByRole('region', { name: 'Editor content' }).getByRole('button', { name: 'Advanced' })
============================================================
736 | name: 'Advanced',
737 | } )
> 738 | .click();
| ^
739 |
740 | // Move focus out of Link UI and into Paragraph block.
741 | await pageUtils.pressKeys( 'Escape' );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/links.spec.js:738:5
|
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
10 failed
[chromium] › editor/blocks/links.spec.js:435:2 › Links › can be created and modified using only the keyboard
[chromium] › editor/blocks/links.spec.js:532:2 › Links › can be created by selecting text and using keyboard shortcuts
[chromium] › editor/blocks/links.spec.js:607:2 › Links › can update the url of an existing link
[chromium] › editor/blocks/links.spec.js:689:2 › Links › toggle state of advanced link settings is preserved across editing links
[chromium] › editor/blocks/links.spec.js:779:2 › Links › can toggle link settings and save ─────
[chromium] › editor/blocks/links.spec.js:859:3 › Links › Editing link text › should allow for modification of link text via the Link UI
[chromium] › editor/blocks/links.spec.js:1004:3 › Links › Editing link text › should display (capture the) text from the currently active link even if there is a rich text selection
[chromium] › editor/blocks/links.spec.js:1048:3 › Links › Disabling Link UI active state › should not show the Link UI when selection extends beyond link boundary
[chromium] › editor/blocks/links.spec.js:1115:3 › Links › Disabling Link UI active state › should not show the Link UI when selection extends into another link
[chromium] › editor/blocks/links.spec.js:1186:3 › Links › Disabling Link UI active state › should correctly replace active link's text value within rich text even when multiple matching text values exist within the rich text
11 skipped
142 passed (13.9m)
|
The logs for this run have expired and are no longer available.
Loading