Skip to content

Allow soft return for native Verse block #79187

Allow soft return for native Verse block

Allow soft return for native Verse block #79187

Triggered via pull request July 25, 2023 01:50
Status Failure
Total duration 38m 41s
Artifacts 2

end2end-test.yml

on: pull_request
Matrix: e2e-playwright
Matrix: e2e-puppeteer
Report to GitHub
4m 11s
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: /5c3de0d6-3156-4cdc-9df9-a8d35ec773a2/ Received string: "blob:http://localhost:8889/4af944d7-d269-452e-b93c-225cd5982e7d" 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/4af944d7-d269-452e-b93c-225cd5982e7d" - 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/4af944d7-d269-452e-b93c-225cd5982e7d" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/4af944d7-d269-452e-b93c-225cd5982e7d" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/4af944d7-d269-452e-b93c-225cd5982e7d" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/4af944d7-d269-452e-b93c-225cd5982e7d" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/4af944d7-d269-452e-b93c-225cd5982e7d" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/4af944d7-d269-452e-b93c-225cd5982e7d" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/4af944d7-d269-452e-b93c-225cd5982e7d" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/4af944d7-d269-452e-b93c-225cd5982e7d" 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: /0600947d-5886-4f18-9035-ef1daf1e818d/ Received string: "blob:http://localhost:8889/71e3bdfb-3ee3-431e-b69a-a885205e1f5b" 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/71e3bdfb-3ee3-431e-b69a-a885205e1f5b" - 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/71e3bdfb-3ee3-431e-b69a-a885205e1f5b" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/71e3bdfb-3ee3-431e-b69a-a885205e1f5b" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/71e3bdfb-3ee3-431e-b69a-a885205e1f5b" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/71e3bdfb-3ee3-431e-b69a-a885205e1f5b" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/71e3bdfb-3ee3-431e-b69a-a885205e1f5b" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/71e3bdfb-3ee3-431e-b69a-a885205e1f5b" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/71e3bdfb-3ee3-431e-b69a-a885205e1f5b" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/71e3bdfb-3ee3-431e-b69a-a885205e1f5b" 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: /b9174c2e-0ae3-462e-9076-681de616aa46/ Received string: "blob:http://localhost:8889/9763c02f-2a3b-4352-a539-5ef5e0d9d5c9" 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/9763c02f-2a3b-4352-a539-5ef5e0d9d5c9" - 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/9763c02f-2a3b-4352-a539-5ef5e0d9d5c9" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/9763c02f-2a3b-4352-a539-5ef5e0d9d5c9" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/9763c02f-2a3b-4352-a539-5ef5e0d9d5c9" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/9763c02f-2a3b-4352-a539-5ef5e0d9d5c9" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/9763c02f-2a3b-4352-a539-5ef5e0d9d5c9" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/9763c02f-2a3b-4352-a539-5ef5e0d9d5c9" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/9763c02f-2a3b-4352-a539-5ef5e0d9d5c9" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/9763c02f-2a3b-4352-a539-5ef5e0d9d5c9" 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: /49ef2444-f843-446d-8d52-e9de3f9388ab/ Received string: "blob:http://localhost:8889/b0da6cf2-58a4-4a22-be81-3e9121fc85a9" 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/b0da6cf2-58a4-4a22-be81-3e9121fc85a9" - 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/b0da6cf2-58a4-4a22-be81-3e9121fc85a9" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/b0da6cf2-58a4-4a22-be81-3e9121fc85a9" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/b0da6cf2-58a4-4a22-be81-3e9121fc85a9" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/b0da6cf2-58a4-4a22-be81-3e9121fc85a9" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/b0da6cf2-58a4-4a22-be81-3e9121fc85a9" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/b0da6cf2-58a4-4a22-be81-3e9121fc85a9" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/b0da6cf2-58a4-4a22-be81-3e9121fc85a9" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/b0da6cf2-58a4-4a22-be81-3e9121fc85a9" 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: /a8e76cfd-3255-4f8f-9b12-1af61a13d39b/ Received string: "blob:http://localhost:8889/430f4f8d-2e67-4ed6-86d3-5f52926e5f04" 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/430f4f8d-2e67-4ed6-86d3-5f52926e5f04" - 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/430f4f8d-2e67-4ed6-86d3-5f52926e5f04" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/430f4f8d-2e67-4ed6-86d3-5f52926e5f04" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/430f4f8d-2e67-4ed6-86d3-5f52926e5f04" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/430f4f8d-2e67-4ed6-86d3-5f52926e5f04" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/430f4f8d-2e67-4ed6-86d3-5f52926e5f04" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/430f4f8d-2e67-4ed6-86d3-5f52926e5f04" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/430f4f8d-2e67-4ed6-86d3-5f52926e5f04" 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:911:4 › Image - interactivity › tests using uploaded image › should open and close the image in a lightbox when using a mouse and dynamically load src › fade animation: test/e2e/specs/editor/blocks/image.spec.js#L764
3) [chromium] › editor/blocks/image.spec.js:911:4 › Image - interactivity › tests using uploaded image › should open and close the image in a lightbox when using a mouse and dynamically load src › fade animation Error: expect(received).toHaveAttribute(expected) Expected pattern: /a3d90b66-f9fa-4af8-8887-d7ec4825c3d3/ Received string: "blob:http://localhost:8889/aa105706-7e6b-4056-9da3-513b0c7e580d" 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/aa105706-7e6b-4056-9da3-513b0c7e580d" - 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/aa105706-7e6b-4056-9da3-513b0c7e580d" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/aa105706-7e6b-4056-9da3-513b0c7e580d" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/aa105706-7e6b-4056-9da3-513b0c7e580d" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/aa105706-7e6b-4056-9da3-513b0c7e580d" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/aa105706-7e6b-4056-9da3-513b0c7e580d" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/aa105706-7e6b-4056-9da3-513b0c7e580d" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/aa105706-7e6b-4056-9da3-513b0c7e580d" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/aa105706-7e6b-4056-9da3-513b0c7e580d" 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:980:3 › Image - interactivity › tests using uploaded image › lightbox should be overriden when link is configured for image: test/e2e/specs/editor/blocks/image.spec.js#L764
4) [chromium] › editor/blocks/image.spec.js:980:3 › Image - interactivity › tests using uploaded image › lightbox should be overriden when link is configured for image Error: expect(received).toHaveAttribute(expected) Expected pattern: /27e8944c-3495-42e3-9269-067c7a96a97f/ Received string: "blob:http://localhost:8889/ae080737-820b-4947-a83c-da96f083c1de" 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/ae080737-820b-4947-a83c-da96f083c1de" - 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/ae080737-820b-4947-a83c-da96f083c1de" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/ae080737-820b-4947-a83c-da96f083c1de" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/ae080737-820b-4947-a83c-da96f083c1de" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/ae080737-820b-4947-a83c-da96f083c1de" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/ae080737-820b-4947-a83c-da96f083c1de" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/ae080737-820b-4947-a83c-da96f083c1de" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/ae080737-820b-4947-a83c-da96f083c1de" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/ae080737-820b-4947-a83c-da96f083c1de" 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:1015:3 › Image - interactivity › tests using uploaded image › markup should not appear if Lightbox is disabled: test/e2e/specs/editor/blocks/image.spec.js#L764
5) [chromium] › editor/blocks/image.spec.js:1015:3 › Image - interactivity › tests using uploaded image › markup should not appear if Lightbox is disabled Error: expect(received).toHaveAttribute(expected) Expected pattern: /9a7c16e4-9511-4689-bad6-721dd3ac1fb2/ Received string: "blob:http://localhost:8889/aa3073c8-21ed-4dc6-ae6b-5669a3cea596" 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/aa3073c8-21ed-4dc6-ae6b-5669a3cea596" - 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/aa3073c8-21ed-4dc6-ae6b-5669a3cea596" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/aa3073c8-21ed-4dc6-ae6b-5669a3cea596" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/aa3073c8-21ed-4dc6-ae6b-5669a3cea596" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/aa3073c8-21ed-4dc6-ae6b-5669a3cea596" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/aa3073c8-21ed-4dc6-ae6b-5669a3cea596" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/aa3073c8-21ed-4dc6-ae6b-5669a3cea596" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/aa3073c8-21ed-4dc6-ae6b-5669a3cea596" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/aa3073c8-21ed-4dc6-ae6b-5669a3cea596" 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
6) [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: /7b12e4ba-70a9-43c8-b0cf-f44cac9db508/ Received string: "blob:http://localhost:8889/3e3a3bb8-ce57-4192-970d-a56b32799ec6" 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/3e3a3bb8-ce57-4192-970d-a56b32799ec6" - 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/3e3a3bb8-ce57-4192-970d-a56b32799ec6" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/3e3a3bb8-ce57-4192-970d-a56b32799ec6" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/3e3a3bb8-ce57-4192-970d-a56b32799ec6" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/3e3a3bb8-ce57-4192-970d-a56b32799ec6" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/3e3a3bb8-ce57-4192-970d-a56b32799ec6" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/3e3a3bb8-ce57-4192-970d-a56b32799ec6" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/3e3a3bb8-ce57-4192-970d-a56b32799ec6" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/3e3a3bb8-ce57-4192-970d-a56b32799ec6" 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
7) [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: /b7f7aa7b-0002-4ff8-b67e-7d24552a8f8a/ Received string: "blob:http://localhost:8889/de7a8c00-d0b9-4168-a2e5-e1f4825e56fc" 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/de7a8c00-d0b9-4168-a2e5-e1f4825e56fc" - 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/de7a8c00-d0b9-4168-a2e5-e1f4825e56fc" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/de7a8c00-d0b9-4168-a2e5-e1f4825e56fc" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/de7a8c00-d0b9-4168-a2e5-e1f4825e56fc" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/de7a8c00-d0b9-4168-a2e5-e1f4825e56fc" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/de7a8c00-d0b9-4168-a2e5-e1f4825e56fc" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/de7a8c00-d0b9-4168-a2e5-e1f4825e56fc" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/de7a8c00-d0b9-4168-a2e5-e1f4825e56fc" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/de7a8c00-d0b9-4168-a2e5-e1f4825e56fc" 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 (11.3m)
🎭 Playwright Run Summary
159 passed (11.8m)
🎭 Playwright Run Summary
184 passed (14.9m)
🎭 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 7 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:911:4 › Image - interactivity › tests using uploaded image › should open and close the image in a lightbox when using a mouse and dynamically load src › fade animation [chromium] › editor/blocks/image.spec.js:980:3 › Image - interactivity › tests using uploaded image › lightbox should be overriden when link is configured for image [chromium] › editor/blocks/image.spec.js:1015:3 › Image - interactivity › tests using uploaded image › markup should not appear if Lightbox is disabled [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:1125:4 › Image - interactivity › tests using uploaded image › keyboard navigation › should close and focus appropriately using escape key 179 passed (22.1m)

Artifacts

Produced during runtime
Name Size
failures-artifacts Expired
26 MB
flaky-tests-report Expired
101 KB