Bump plugin version to 16.3.0-rc.1 #78845
Annotations
1 error and 1 notice
test/e2e/specs/editor/blocks/image.spec.js#L789
1) [chromium] › editor/blocks/image.spec.js:1060:4 › Image - interactivity › tests using uploaded image › Animation Select visibility › Animation selector should appear if Behavior is Lightbox
Error: expect(received).toHaveAttribute(expected)
Expected pattern: /43d411ab-c233-4f2d-9086-9cba8b2035b3/
Received string: "blob:http://localhost:8889/3299e98d-2e01-4f2e-8e67-6e7884696f8c"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('role=document[name="Block: Image"i]').locator('role=img')
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/3299e98d-2e01-4f2e-8e67-6e7884696f8c"
- waiting for locator('role=document[name="Block: Image"i]').locator('role=img')
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/3299e98d-2e01-4f2e-8e67-6e7884696f8c"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/3299e98d-2e01-4f2e-8e67-6e7884696f8c"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/3299e98d-2e01-4f2e-8e67-6e7884696f8c"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/3299e98d-2e01-4f2e-8e67-6e7884696f8c"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/3299e98d-2e01-4f2e-8e67-6e7884696f8c"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/3299e98d-2e01-4f2e-8e67-6e7884696f8c"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/3299e98d-2e01-4f2e-8e67-6e7884696f8c"
787 | const image = imageBlock.locator( 'role=img' );
788 | await expect( image ).toBeVisible();
> 789 | await expect( image ).toHaveAttribute(
| ^
790 | 'src',
791 | new RegExp( filename )
792 | );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/image.spec.js:789:26
|
|
The logs for this run have expired and are no longer available.
Loading