Skip to content

Site Editor: Use the correct icon for Patterns in sidebar card (#52931) #79252

Site Editor: Use the correct icon for Patterns in sidebar card (#52931)

Site Editor: Use the correct icon for Patterns in sidebar card (#52931) #79252

Triggered via push July 25, 2023 13:53
Status Failure
Total duration 38m 16s
Artifacts 2

end2end-test.yml

on: push
Matrix: e2e-playwright
Matrix: e2e-puppeteer
Report to GitHub
4m 0s
Report to GitHub
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 4 notices
[chromium] › editor/blocks/image.spec.js:772:3 › Image - interactivity › tests using uploaded image › should toggle "lightbox" in saved attributes: test/e2e/specs/editor/blocks/image.spec.js#L764
1) [chromium] › editor/blocks/image.spec.js:772:3 › Image - interactivity › tests using uploaded image › should toggle "lightbox" in saved attributes Error: expect(received).toHaveAttribute(expected) Expected pattern: /12b72c04-fb53-4bb7-9fa5-5c419b250547/ Received string: "blob:http://localhost:8889/74e0701e-9418-4a3d-8bb7-7dcbff9bfe3d" 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/74e0701e-9418-4a3d-8bb7-7dcbff9bfe3d" - 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/74e0701e-9418-4a3d-8bb7-7dcbff9bfe3d" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/74e0701e-9418-4a3d-8bb7-7dcbff9bfe3d" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/74e0701e-9418-4a3d-8bb7-7dcbff9bfe3d" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/74e0701e-9418-4a3d-8bb7-7dcbff9bfe3d" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/74e0701e-9418-4a3d-8bb7-7dcbff9bfe3d" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/74e0701e-9418-4a3d-8bb7-7dcbff9bfe3d" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/74e0701e-9418-4a3d-8bb7-7dcbff9bfe3d" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/74e0701e-9418-4a3d-8bb7-7dcbff9bfe3d" 762 | const image = imageBlock.locator( 'role=img' ); 763 | await expect( image ).toBeVisible(); > 764 | await expect( image ).toHaveAttribute( | ^ 765 | 'src', 766 | new RegExp( filename ) 767 | ); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/image.spec.js:764:26
[chromium] › editor/blocks/image.spec.js:772:3 › Image - interactivity › tests using uploaded image › should toggle "lightbox" in saved attributes: test/e2e/specs/editor/blocks/image.spec.js#L764
1) [chromium] › editor/blocks/image.spec.js:772:3 › Image - interactivity › tests using uploaded image › should toggle "lightbox" in saved attributes Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toHaveAttribute(expected) Expected pattern: /968f432e-97b6-4a88-bac4-634492457264/ Received string: "blob:http://localhost:8889/8af5d7c1-f3ff-4bc3-a0f1-ca3244cb780f" 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/8af5d7c1-f3ff-4bc3-a0f1-ca3244cb780f" - 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/8af5d7c1-f3ff-4bc3-a0f1-ca3244cb780f" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/8af5d7c1-f3ff-4bc3-a0f1-ca3244cb780f" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/8af5d7c1-f3ff-4bc3-a0f1-ca3244cb780f" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/8af5d7c1-f3ff-4bc3-a0f1-ca3244cb780f" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/8af5d7c1-f3ff-4bc3-a0f1-ca3244cb780f" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/8af5d7c1-f3ff-4bc3-a0f1-ca3244cb780f" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/8af5d7c1-f3ff-4bc3-a0f1-ca3244cb780f" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/8af5d7c1-f3ff-4bc3-a0f1-ca3244cb780f" 762 | const image = imageBlock.locator( 'role=img' ); 763 | await expect( image ).toBeVisible(); > 764 | await expect( image ).toHaveAttribute( | ^ 765 | 'src', 766 | new RegExp( filename ) 767 | ); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/image.spec.js:764:26
[chromium] › editor/blocks/image.spec.js:772:3 › Image - interactivity › tests using uploaded image › should toggle "lightbox" in saved attributes: test/e2e/specs/editor/blocks/image.spec.js#L764
1) [chromium] › editor/blocks/image.spec.js:772:3 › Image - interactivity › tests using uploaded image › should toggle "lightbox" in saved attributes Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toHaveAttribute(expected) Expected pattern: /51dc2d87-59ce-4202-bef5-7bc2cfd20ea8/ Received string: "blob:http://localhost:8889/afacb2f9-bf4c-4925-b3a5-e103a01173fb" 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/afacb2f9-bf4c-4925-b3a5-e103a01173fb" - 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/afacb2f9-bf4c-4925-b3a5-e103a01173fb" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/afacb2f9-bf4c-4925-b3a5-e103a01173fb" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/afacb2f9-bf4c-4925-b3a5-e103a01173fb" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/afacb2f9-bf4c-4925-b3a5-e103a01173fb" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/afacb2f9-bf4c-4925-b3a5-e103a01173fb" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/afacb2f9-bf4c-4925-b3a5-e103a01173fb" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/afacb2f9-bf4c-4925-b3a5-e103a01173fb" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/afacb2f9-bf4c-4925-b3a5-e103a01173fb" 762 | const image = imageBlock.locator( 'role=img' ); 763 | await expect( image ).toBeVisible(); > 764 | await expect( image ).toHaveAttribute( | ^ 765 | 'src', 766 | new RegExp( filename ) 767 | ); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/image.spec.js:764:26
[chromium] › editor/blocks/image.spec.js:815:4 › Image - interactivity › tests using uploaded image › should open and close the image in a lightbox when using a mouse and dynamically load src › zoom animation: test/e2e/specs/editor/blocks/image.spec.js#L764
2) [chromium] › editor/blocks/image.spec.js:815:4 › Image - interactivity › tests using uploaded image › should open and close the image in a lightbox when using a mouse and dynamically load src › zoom animation Error: expect(received).toHaveAttribute(expected) Expected pattern: /03a95d7b-952c-4f63-a589-f6150e399232/ Received string: "blob:http://localhost:8889/321c61d8-cd9b-478b-b11e-f281cf81d14f" 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/321c61d8-cd9b-478b-b11e-f281cf81d14f" - 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/321c61d8-cd9b-478b-b11e-f281cf81d14f" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/321c61d8-cd9b-478b-b11e-f281cf81d14f" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/321c61d8-cd9b-478b-b11e-f281cf81d14f" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/321c61d8-cd9b-478b-b11e-f281cf81d14f" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/321c61d8-cd9b-478b-b11e-f281cf81d14f" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/321c61d8-cd9b-478b-b11e-f281cf81d14f" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/321c61d8-cd9b-478b-b11e-f281cf81d14f" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/321c61d8-cd9b-478b-b11e-f281cf81d14f" 762 | const image = imageBlock.locator( 'role=img' ); 763 | await expect( image ).toBeVisible(); > 764 | await expect( image ).toHaveAttribute( | ^ 765 | 'src', 766 | new RegExp( filename ) 767 | ); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/image.spec.js:764:26
[chromium] › editor/blocks/image.spec.js:815:4 › Image - interactivity › tests using uploaded image › should open and close the image in a lightbox when using a mouse and dynamically load src › zoom animation: test/e2e/specs/editor/blocks/image.spec.js#L764
2) [chromium] › editor/blocks/image.spec.js:815:4 › Image - interactivity › tests using uploaded image › should open and close the image in a lightbox when using a mouse and dynamically load src › zoom animation Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toHaveAttribute(expected) Expected pattern: /8e88ad6f-a09f-405c-93b8-29118403ff43/ Received string: "blob:http://localhost:8889/3c059526-3146-4a36-8e00-0094174ef11a" 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/3c059526-3146-4a36-8e00-0094174ef11a" - 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/3c059526-3146-4a36-8e00-0094174ef11a" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/3c059526-3146-4a36-8e00-0094174ef11a" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/3c059526-3146-4a36-8e00-0094174ef11a" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/3c059526-3146-4a36-8e00-0094174ef11a" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/3c059526-3146-4a36-8e00-0094174ef11a" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/3c059526-3146-4a36-8e00-0094174ef11a" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/3c059526-3146-4a36-8e00-0094174ef11a" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/3c059526-3146-4a36-8e00-0094174ef11a" 762 | const image = imageBlock.locator( 'role=img' ); 763 | await expect( image ).toBeVisible(); > 764 | await expect( image ).toHaveAttribute( | ^ 765 | 'src', 766 | new RegExp( filename ) 767 | ); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/image.spec.js:764:26
[chromium] › editor/blocks/image.spec.js:1035:4 › Image - interactivity › tests using uploaded image › Animation Select visibility › Animation selector should appear if Behavior is Lightbox: test/e2e/specs/editor/blocks/image.spec.js#L764
3) [chromium] › editor/blocks/image.spec.js:1035: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: /acd5fbca-4b59-453e-85a9-3daf98fd0d8c/ Received string: "blob:http://localhost:8889/3be9d17f-e1cd-4c26-a75c-fbfcbee6aee0" 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/3be9d17f-e1cd-4c26-a75c-fbfcbee6aee0" - 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/3be9d17f-e1cd-4c26-a75c-fbfcbee6aee0" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/3be9d17f-e1cd-4c26-a75c-fbfcbee6aee0" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/3be9d17f-e1cd-4c26-a75c-fbfcbee6aee0" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/3be9d17f-e1cd-4c26-a75c-fbfcbee6aee0" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/3be9d17f-e1cd-4c26-a75c-fbfcbee6aee0" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/3be9d17f-e1cd-4c26-a75c-fbfcbee6aee0" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/3be9d17f-e1cd-4c26-a75c-fbfcbee6aee0" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/3be9d17f-e1cd-4c26-a75c-fbfcbee6aee0" 762 | const image = imageBlock.locator( 'role=img' ); 763 | await expect( image ).toBeVisible(); > 764 | await expect( image ).toHaveAttribute( | ^ 765 | 'src', 766 | new RegExp( filename ) 767 | ); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/image.spec.js:764:26
[chromium] › editor/blocks/image.spec.js:1049:4 › Image - interactivity › tests using uploaded image › Animation Select visibility › Animation selector should NOT appear if Behavior is None: test/e2e/specs/editor/blocks/image.spec.js#L764
4) [chromium] › editor/blocks/image.spec.js:1049:4 › Image - interactivity › tests using uploaded image › Animation Select visibility › Animation selector should NOT appear if Behavior is None Error: expect(received).toHaveAttribute(expected) Expected pattern: /e5dec213-702b-4b8e-9cfb-b3b020c2cd96/ Received string: "blob:http://localhost:8889/077f6685-ab92-423a-aa9b-767f1b3be5b2" 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/077f6685-ab92-423a-aa9b-767f1b3be5b2" - 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/077f6685-ab92-423a-aa9b-767f1b3be5b2" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/077f6685-ab92-423a-aa9b-767f1b3be5b2" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/077f6685-ab92-423a-aa9b-767f1b3be5b2" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/077f6685-ab92-423a-aa9b-767f1b3be5b2" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/077f6685-ab92-423a-aa9b-767f1b3be5b2" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/077f6685-ab92-423a-aa9b-767f1b3be5b2" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/077f6685-ab92-423a-aa9b-767f1b3be5b2" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/077f6685-ab92-423a-aa9b-767f1b3be5b2" 762 | const image = imageBlock.locator( 'role=img' ); 763 | await expect( image ).toBeVisible(); > 764 | await expect( image ).toHaveAttribute( | ^ 765 | 'src', 766 | new RegExp( filename ) 767 | ); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/image.spec.js:764:26
[chromium] › editor/blocks/image.spec.js:1102:4 › Image - interactivity › tests using uploaded image › keyboard navigation › should open and focus appropriately using enter key: test/e2e/specs/editor/blocks/image.spec.js#L764
5) [chromium] › editor/blocks/image.spec.js:1102:4 › Image - interactivity › tests using uploaded image › keyboard navigation › should open and focus appropriately using enter key Error: expect(received).toHaveAttribute(expected) Expected pattern: /bf9e12fd-9f69-484f-abb3-1230a79717a4/ Received string: "blob:http://localhost:8889/bab0afca-7c8f-4403-99a5-2a9b04caa2cc" 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/bab0afca-7c8f-4403-99a5-2a9b04caa2cc" - 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/bab0afca-7c8f-4403-99a5-2a9b04caa2cc" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/bab0afca-7c8f-4403-99a5-2a9b04caa2cc" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/bab0afca-7c8f-4403-99a5-2a9b04caa2cc" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/bab0afca-7c8f-4403-99a5-2a9b04caa2cc" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/bab0afca-7c8f-4403-99a5-2a9b04caa2cc" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/bab0afca-7c8f-4403-99a5-2a9b04caa2cc" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/bab0afca-7c8f-4403-99a5-2a9b04caa2cc" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/bab0afca-7c8f-4403-99a5-2a9b04caa2cc" 762 | const image = imageBlock.locator( 'role=img' ); 763 | await expect( image ).toBeVisible(); > 764 | await expect( image ).toHaveAttribute( | ^ 765 | 'src', 766 | new RegExp( filename ) 767 | ); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/image.spec.js:764:26
[chromium] › editor/blocks/image.spec.js:1102:4 › Image - interactivity › tests using uploaded image › keyboard navigation › should open and focus appropriately using enter key: test/e2e/specs/editor/blocks/image.spec.js#L764
5) [chromium] › editor/blocks/image.spec.js:1102:4 › Image - interactivity › tests using uploaded image › keyboard navigation › should open and focus appropriately using enter key Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toHaveAttribute(expected) Expected pattern: /2ff2594c-8715-4344-af38-52c2f4d46bf8/ Received string: "blob:http://localhost:8889/2dc2cadd-a412-43ed-b254-3baf5b1b6490" 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/2dc2cadd-a412-43ed-b254-3baf5b1b6490" - 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/2dc2cadd-a412-43ed-b254-3baf5b1b6490" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/2dc2cadd-a412-43ed-b254-3baf5b1b6490" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/2dc2cadd-a412-43ed-b254-3baf5b1b6490" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/2dc2cadd-a412-43ed-b254-3baf5b1b6490" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/2dc2cadd-a412-43ed-b254-3baf5b1b6490" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/2dc2cadd-a412-43ed-b254-3baf5b1b6490" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/2dc2cadd-a412-43ed-b254-3baf5b1b6490" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/2dc2cadd-a412-43ed-b254-3baf5b1b6490" 762 | const image = imageBlock.locator( 'role=img' ); 763 | await expect( image ).toBeVisible(); > 764 | await expect( image ).toHaveAttribute( | ^ 765 | 'src', 766 | new RegExp( filename ) 767 | ); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/image.spec.js:764:26
[chromium] › editor/blocks/image.spec.js:1112:4 › Image - interactivity › tests using uploaded image › keyboard navigation › should close and focus appropriately using enter key on close button: test/e2e/specs/editor/blocks/image.spec.js#L764
6) [chromium] › editor/blocks/image.spec.js:1112:4 › Image - interactivity › tests using uploaded image › keyboard navigation › should close and focus appropriately using enter key on close button Error: expect(received).toHaveAttribute(expected) Expected pattern: /3553f00a-523f-4846-a63c-5700c2e22cda/ Received string: "blob:http://localhost:8889/f73a8fdf-5e76-4b22-8fe0-58f0dffd6fe3" 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/f73a8fdf-5e76-4b22-8fe0-58f0dffd6fe3" - 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/f73a8fdf-5e76-4b22-8fe0-58f0dffd6fe3" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/f73a8fdf-5e76-4b22-8fe0-58f0dffd6fe3" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/f73a8fdf-5e76-4b22-8fe0-58f0dffd6fe3" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/f73a8fdf-5e76-4b22-8fe0-58f0dffd6fe3" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/f73a8fdf-5e76-4b22-8fe0-58f0dffd6fe3" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/f73a8fdf-5e76-4b22-8fe0-58f0dffd6fe3" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/f73a8fdf-5e76-4b22-8fe0-58f0dffd6fe3" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/f73a8fdf-5e76-4b22-8fe0-58f0dffd6fe3" 762 | const image = imageBlock.locator( 'role=img' ); 763 | await expect( image ).toBeVisible(); > 764 | await expect( image ).toHaveAttribute( | ^ 765 | 'src', 766 | new RegExp( filename ) 767 | ); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/image.spec.js:764:26
🎭 Playwright Run Summary
2 skipped 173 passed (10.5m)
🎭 Playwright Run Summary
158 passed (11.6m)
🎭 Playwright Run Summary
184 passed (17.8m)
🎭 Playwright Run Summary
1 failed [chromium] › editor/blocks/image.spec.js:772:3 › Image - interactivity › tests using uploaded image › should toggle "lightbox" in saved attributes 6 flaky [chromium] › editor/blocks/image.spec.js:815:4 › Image - interactivity › tests using uploaded image › should open and close the image in a lightbox when using a mouse and dynamically load src › zoom animation [chromium] › editor/blocks/image.spec.js:1035:4 › Image - interactivity › tests using uploaded image › Animation Select visibility › Animation selector should appear if Behavior is Lightbox [chromium] › editor/blocks/image.spec.js:1049:4 › Image - interactivity › tests using uploaded image › Animation Select visibility › Animation selector should NOT appear if Behavior is None [chromium] › editor/blocks/image.spec.js:1102:4 › Image - interactivity › tests using uploaded image › keyboard navigation › should open and focus appropriately using enter key [chromium] › editor/blocks/image.spec.js:1112:4 › Image - interactivity › tests using uploaded image › keyboard navigation › should close and focus appropriately using enter key on close button [chromium] › editor/blocks/image.spec.js:1125:4 › Image - interactivity › tests using uploaded image › keyboard navigation › should close and focus appropriately using escape key 180 passed (21.8m)

Artifacts

Produced during runtime
Name Size
failures-artifacts Expired
26.6 MB
flaky-tests-report Expired
100 KB