Skip to content

LineHeightControl: Allow for more granular control of decimal places #79217

LineHeightControl: Allow for more granular control of decimal places

LineHeightControl: Allow for more granular control of decimal places #79217

Triggered via pull request July 25, 2023 08:35
Status Success
Total duration 32m 18s
Artifacts 2

end2end-test.yml

on: pull_request
Matrix: e2e-playwright
Matrix: e2e-puppeteer
Report to GitHub
4m 3s
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: /75893124-8d3f-4693-851e-e4e9446fa463/ Received string: "blob:http://localhost:8889/ff1038bc-e6ed-4ec7-8c1e-ed271ff726b2" 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/ff1038bc-e6ed-4ec7-8c1e-ed271ff726b2" - 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/ff1038bc-e6ed-4ec7-8c1e-ed271ff726b2" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/ff1038bc-e6ed-4ec7-8c1e-ed271ff726b2" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/ff1038bc-e6ed-4ec7-8c1e-ed271ff726b2" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/ff1038bc-e6ed-4ec7-8c1e-ed271ff726b2" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/ff1038bc-e6ed-4ec7-8c1e-ed271ff726b2" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/ff1038bc-e6ed-4ec7-8c1e-ed271ff726b2" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/ff1038bc-e6ed-4ec7-8c1e-ed271ff726b2" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/ff1038bc-e6ed-4ec7-8c1e-ed271ff726b2" 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: /9ca8e626-0eba-4be2-8692-2c95fd0e92cc/ Received string: "blob:http://localhost:8889/64d649d2-1715-4f18-b3ab-425bb1a0bbc7" 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/64d649d2-1715-4f18-b3ab-425bb1a0bbc7" - 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/64d649d2-1715-4f18-b3ab-425bb1a0bbc7" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/64d649d2-1715-4f18-b3ab-425bb1a0bbc7" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/64d649d2-1715-4f18-b3ab-425bb1a0bbc7" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/64d649d2-1715-4f18-b3ab-425bb1a0bbc7" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/64d649d2-1715-4f18-b3ab-425bb1a0bbc7" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/64d649d2-1715-4f18-b3ab-425bb1a0bbc7" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/64d649d2-1715-4f18-b3ab-425bb1a0bbc7" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/64d649d2-1715-4f18-b3ab-425bb1a0bbc7" 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.9m)
🎭 Playwright Run Summary
184 passed (12.5m)
🎭 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 185 passed (17.3m)

Artifacts

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