Skip to content

Changelog automation: make Accessibility a top-level section (#52900) #79456

Changelog automation: make Accessibility a top-level section (#52900)

Changelog automation: make Accessibility a top-level section (#52900) #79456

Triggered via push July 27, 2023 10:24
Status Success
Total duration 32m 35s
Artifacts 2

end2end-test.yml

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

Annotations

2 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: /d3f91c90-b681-4aa0-ab28-f326fef77bbb/ Received string: "blob:http://localhost:8889/2354829b-1ed7-437a-89ea-6fa8670f505d" 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/2354829b-1ed7-437a-89ea-6fa8670f505d" - 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/2354829b-1ed7-437a-89ea-6fa8670f505d" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/2354829b-1ed7-437a-89ea-6fa8670f505d" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/2354829b-1ed7-437a-89ea-6fa8670f505d" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/2354829b-1ed7-437a-89ea-6fa8670f505d" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/2354829b-1ed7-437a-89ea-6fa8670f505d" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/2354829b-1ed7-437a-89ea-6fa8670f505d" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/2354829b-1ed7-437a-89ea-6fa8670f505d" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/2354829b-1ed7-437a-89ea-6fa8670f505d" 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: /19f0dbfd-b61c-42d0-94eb-a217a4782db0/ Received string: "blob:http://localhost:8889/37ba7ed1-18c3-41cf-a2e2-16b676f3294a" 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/37ba7ed1-18c3-41cf-a2e2-16b676f3294a" - 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/37ba7ed1-18c3-41cf-a2e2-16b676f3294a" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/37ba7ed1-18c3-41cf-a2e2-16b676f3294a" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/37ba7ed1-18c3-41cf-a2e2-16b676f3294a" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/37ba7ed1-18c3-41cf-a2e2-16b676f3294a" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/37ba7ed1-18c3-41cf-a2e2-16b676f3294a" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/37ba7ed1-18c3-41cf-a2e2-16b676f3294a" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/37ba7ed1-18c3-41cf-a2e2-16b676f3294a" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/37ba7ed1-18c3-41cf-a2e2-16b676f3294a" 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
158 passed (11.8m)
🎭 Playwright Run Summary
2 skipped 173 passed (13.5m)
🎭 Playwright Run Summary
2 flaky [chromium] › editor/blocks/image.spec.js:772:3 › Image - interactivity › tests using uploaded image › should toggle "lightbox" in saved attributes [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 186 passed (17.3m)
🎭 Playwright Run Summary
184 passed (17.2m)

Artifacts

Produced during runtime
Name Size
failures-artifacts Expired
4.36 MB
flaky-tests-report Expired
22.4 KB