Sidebar: Restore Back buton 'go to parent' functionality #79180
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 6s
Annotations
1 error 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: /3a0a787e-9d5d-4d12-a782-d015183c07fb/
Received string: "blob:http://localhost:8889/c57cb7f3-f4bb-4e47-898f-e2d1564ef73d"
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/c57cb7f3-f4bb-4e47-898f-e2d1564ef73d"
- 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/c57cb7f3-f4bb-4e47-898f-e2d1564ef73d"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/c57cb7f3-f4bb-4e47-898f-e2d1564ef73d"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/c57cb7f3-f4bb-4e47-898f-e2d1564ef73d"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/c57cb7f3-f4bb-4e47-898f-e2d1564ef73d"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/c57cb7f3-f4bb-4e47-898f-e2d1564ef73d"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/c57cb7f3-f4bb-4e47-898f-e2d1564ef73d"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/c57cb7f3-f4bb-4e47-898f-e2d1564ef73d"
- locator resolved to <img alt="This image has an empty alt attribute" src=…/>
- unexpected value "blob:http://localhost:8889/c57cb7f3-f4bb-4e47-898f-e2d1564ef73d"
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
159 passed (16.4m)
|
🎭 Playwright Run Summary
2 skipped
173 passed (12.3m)
|
🎭 Playwright Run Summary
184 passed (14.3m)
|
🎭 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
186 passed (16.8m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
failures-artifacts
Expired
|
7.74 MB |
|
flaky-tests-report
Expired
|
22.4 KB |
|