Data: Expose 'useSelect' warning to third-party consumers (#67735) #121397
Annotations
1 error, 1 warning, and 1 notice
Run the tests:
test/e2e/specs/editor/blocks/image.spec.js#L651
1) [chromium] › editor/blocks/image.spec.js:623:2 › Image › image inserted via link should appear in the frontend published post content
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('[name="editor-canvas"]').contentFrame().locator('role=document[name="Block: Image"i]').locator('role=img')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('[name="editor-canvas"]').contentFrame().locator('role=document[name="Block: Image"i]').locator('role=img')
- locator resolved to <img alt="This image has an empty alt attribute; its file name is wp20-logo-white.svg" src="https://wp20.wordpress.net/wp-content/themes/twentyseventeen-wp20/images/wp20-logo-white.svg"/>
- unexpected value "hidden"
- locator resolved to <img alt="This image has an empty alt attribute; its file name is wp20-logo-white.svg" src="https://wp20.wordpress.net/wp-content/themes/twentyseventeen-wp20/images/wp20-logo-white.svg"/>
- unexpected value "hidden"
- locator resolved to <img alt="This image has an empty alt attribute; its file name is wp20-logo-white.svg" src="https://wp20.wordpress.net/wp-content/themes/twentyseventeen-wp20/images/wp20-logo-white.svg"/>
- unexpected value "hidden"
- locator resolved to <img alt="This image has an empty alt attribute; its file name is wp20-logo-white.svg" src="https://wp20.wordpress.net/wp-content/themes/twentyseventeen-wp20/images/wp20-logo-white.svg"/>
- unexpected value "hidden"
- locator resolved to <img alt="This image has an empty alt attribute; its file name is wp20-logo-white.svg" src="https://wp20.wordpress.net/wp-content/themes/twentyseventeen-wp20/images/wp20-logo-white.svg"/>
- unexpected value "hidden"
- locator resolved to <img alt="This image has an empty alt attribute; its file name is wp20-logo-white.svg" src="https://wp20.wordpress.net/wp-content/themes/twentyseventeen-wp20/images/wp20-logo-white.svg"/>
- unexpected value "hidden"
- locator resolved to <img alt="This image has an empty alt attribute; its file name is wp20-logo-white.svg" src="https://wp20.wordpress.net/wp-content/themes/twentyseventeen-wp20/images/wp20-logo-white.svg"/>
- unexpected value "hidden"
- locator resolved to <img alt="This image has an empty alt attribute; its file name is wp20-logo-white.svg" src="https://wp20.wordpress.net/wp-content/themes/twentyseventeen-wp20/images/wp20-logo-white.svg"/>
- unexpected value "hidden"
- locator resolved to <img alt="This image has an empty alt attribute; its file name is wp20-logo-white.svg" src="https://wp20.wordpress.net/wp-content/themes/twentyseventeen-wp20/images/wp20-logo-white.svg"/>
- unexpected value "hidden"
649 |
650 | const imageInEditor = imageBlock.locator( 'role=img' );
> 651 | await expect( imageInEditor ).toBeVisible();
| ^
652 | await expect( imageInEditor ).toHaveAttribute( 'src', imgUrl );
653 |
654 | const postId = await editor.publishPost();
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/image.spec.js:651:33
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run the tests
1 flaky
[chromium] › editor/blocks/image.spec.js:623:2 › Image › image inserted via link should appear in the frontend published post content
198 passed (10.2m)
|
Loading