Experimental: Backend handle freeform blocks with TinyMCE removal #79330
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
end2end-test.yml
on: pull_request
Matrix: e2e-playwright
Matrix: e2e-puppeteer
Report to GitHub
4m 55s
Annotations
3 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: /426e2599-5129-4275-a1c8-31709a3edd6e/
Received string: "blob:http://localhost:8889/152ebf77-cef3-4b0d-947f-4e94730e67a8"
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/152ebf77-cef3-4b0d-947f-4e94730e67a8"
- 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/152ebf77-cef3-4b0d-947f-4e94730e67a8"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/152ebf77-cef3-4b0d-947f-4e94730e67a8"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/152ebf77-cef3-4b0d-947f-4e94730e67a8"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/152ebf77-cef3-4b0d-947f-4e94730e67a8"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/152ebf77-cef3-4b0d-947f-4e94730e67a8"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/152ebf77-cef3-4b0d-947f-4e94730e67a8"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/152ebf77-cef3-4b0d-947f-4e94730e67a8"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/152ebf77-cef3-4b0d-947f-4e94730e67a8"
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: /12cd7c96-e4b5-41dd-9f9d-b8f27f640964/
Received string: "blob:http://localhost:8889/496fcbe0-791d-4c64-bcc9-3364e03c144f"
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/496fcbe0-791d-4c64-bcc9-3364e03c144f"
- 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/496fcbe0-791d-4c64-bcc9-3364e03c144f"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/496fcbe0-791d-4c64-bcc9-3364e03c144f"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/496fcbe0-791d-4c64-bcc9-3364e03c144f"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/496fcbe0-791d-4c64-bcc9-3364e03c144f"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/496fcbe0-791d-4c64-bcc9-3364e03c144f"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/496fcbe0-791d-4c64-bcc9-3364e03c144f"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/496fcbe0-791d-4c64-bcc9-3364e03c144f"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/496fcbe0-791d-4c64-bcc9-3364e03c144f"
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: /6d931631-0e84-4ac0-9144-a7633dae5d8b/
Received string: "blob:http://localhost:8889/9a1902d9-2d3e-42f9-82fc-83fced0197e7"
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/9a1902d9-2d3e-42f9-82fc-83fced0197e7"
- 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/9a1902d9-2d3e-42f9-82fc-83fced0197e7"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/9a1902d9-2d3e-42f9-82fc-83fced0197e7"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/9a1902d9-2d3e-42f9-82fc-83fced0197e7"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/9a1902d9-2d3e-42f9-82fc-83fced0197e7"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/9a1902d9-2d3e-42f9-82fc-83fced0197e7"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/9a1902d9-2d3e-42f9-82fc-83fced0197e7"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/9a1902d9-2d3e-42f9-82fc-83fced0197e7"
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
184 passed (12.8m)
|
🎭 Playwright Run Summary
2 skipped
172 passed (13.0m)
|
🎭 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.8m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
failures-artifacts
Expired
|
6.52 MB |
|
flaky-tests-report
Expired
|
32.9 KB |
|