Skip to content

Bump plugin minimum supported PHP version to 7.0 #79384

Bump plugin minimum supported PHP version to 7.0

Bump plugin minimum supported PHP version to 7.0 #79384

Re-run triggered July 26, 2023 17:17
Status Success
Total duration 31m 20s
Artifacts 2

end2end-test.yml

on: pull_request
Matrix: e2e-playwright
Matrix: e2e-puppeteer
Report to GitHub
3m 32s
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: /cd6f085c-0ae8-4fdc-a122-53d823e246a5/ Received string: "blob:http://localhost:8889/39872e33-4f58-4145-acaa-7c8afe5a8fb5" 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/39872e33-4f58-4145-acaa-7c8afe5a8fb5" - 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/39872e33-4f58-4145-acaa-7c8afe5a8fb5" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/39872e33-4f58-4145-acaa-7c8afe5a8fb5" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/39872e33-4f58-4145-acaa-7c8afe5a8fb5" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/39872e33-4f58-4145-acaa-7c8afe5a8fb5" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/39872e33-4f58-4145-acaa-7c8afe5a8fb5" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/39872e33-4f58-4145-acaa-7c8afe5a8fb5" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/39872e33-4f58-4145-acaa-7c8afe5a8fb5" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/39872e33-4f58-4145-acaa-7c8afe5a8fb5" 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: /7901bdd5-383b-4037-ba45-432646071770/ Received string: "blob:http://localhost:8889/7daf3fa2-4fe8-443e-b2a2-c232f222705b" 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/7daf3fa2-4fe8-443e-b2a2-c232f222705b" - 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/7daf3fa2-4fe8-443e-b2a2-c232f222705b" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/7daf3fa2-4fe8-443e-b2a2-c232f222705b" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/7daf3fa2-4fe8-443e-b2a2-c232f222705b" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/7daf3fa2-4fe8-443e-b2a2-c232f222705b" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/7daf3fa2-4fe8-443e-b2a2-c232f222705b" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/7daf3fa2-4fe8-443e-b2a2-c232f222705b" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/7daf3fa2-4fe8-443e-b2a2-c232f222705b" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/7daf3fa2-4fe8-443e-b2a2-c232f222705b" 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 (14.4m)
🎭 Playwright Run Summary
184 passed (13.3m)
🎭 Playwright Run Summary
158 passed (13.8m)
🎭 Playwright Run Summary
1 flaky [chromium] › editor/blocks/image.spec.js:772:3 › Image - interactivity › tests using uploaded image › should toggle "lightbox" in saved attributes 187 passed (16.7m)

Artifacts

Produced during runtime
Name Size
failures-artifacts Expired
7.88 MB
flaky-tests-report Expired
34.7 KB