LinkControl: Provides better way to see the full URLs #103889
Annotations
4 errors and 1 notice
Run the tests:
test/e2e/specs/editor/blocks/links.spec.js#L920
1) [firefox] › editor/blocks/links.spec.js:882:2 › Links › can click links within the same paragraph to open the correct link preview (@Firefox)
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.components-popover__content .block-editor-link-control').getByText('wordpressfoundation.org/donate/')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.components-popover__content .block-editor-link-control').getByText('wordpressfoundation.org/donate/')
918 | await expect(
919 | linkPopover.getByText( 'wordpressfoundation.org/donate/' )
> 920 | ).toBeVisible();
| ^
921 | } );
922 |
923 | test.describe( 'Editing link text', () => {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/links.spec.js:920:5
|
Run the tests:
test/e2e/specs/editor/blocks/links.spec.js#L920
1) [firefox] › editor/blocks/links.spec.js:882:2 › Links › can click links within the same paragraph to open the correct link preview (@Firefox)
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.components-popover__content .block-editor-link-control').getByText('wordpressfoundation.org/donate/')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.components-popover__content .block-editor-link-control').getByText('wordpressfoundation.org/donate/')
918 | await expect(
919 | linkPopover.getByText( 'wordpressfoundation.org/donate/' )
> 920 | ).toBeVisible();
| ^
921 | } );
922 |
923 | test.describe( 'Editing link text', () => {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/links.spec.js:920:5
|
Run the tests:
test/e2e/specs/editor/blocks/links.spec.js#L920
1) [firefox] › editor/blocks/links.spec.js:882:2 › Links › can click links within the same paragraph to open the correct link preview (@Firefox)
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.components-popover__content .block-editor-link-control').getByText('wordpressfoundation.org/donate/')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.components-popover__content .block-editor-link-control').getByText('wordpressfoundation.org/donate/')
918 | await expect(
919 | linkPopover.getByText( 'wordpressfoundation.org/donate/' )
> 920 | ).toBeVisible();
| ^
921 | } );
922 |
923 | test.describe( 'Editing link text', () => {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/links.spec.js:920:5
|
Run the tests
Process completed with exit code 1.
|
Run the tests
1 failed
[firefox] › editor/blocks/links.spec.js:882:2 › Links › can click links within the same paragraph to open the correct link preview (@Firefox)
220 passed (12.8m)
|
The logs for this run have expired and are no longer available.
Loading