Skip to content

Post Title: The changes should be reflected when previewing a post #77748

Post Title: The changes should be reflected when previewing a post

Post Title: The changes should be reflected when previewing a post #77748

Re-run triggered July 6, 2023 11:16
Status Success
Total duration 23m 38s
Artifacts 2

end2end-test.yml

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

Annotations

2 errors and 4 notices
[chromium] › editor/blocks/image.spec.js:797:3 › Image - interactivity › tests using uploaded image › should toggle "lightbox" in saved attributes: test/e2e/specs/editor/blocks/image.spec.js#L789
1) [chromium] › editor/blocks/image.spec.js:797:3 › Image - interactivity › tests using uploaded image › should toggle "lightbox" in saved attributes Error: expect(received).toHaveAttribute(expected) Expected pattern: /71055348-830d-4635-918b-11608ab4482b/ Received string: "blob:http://localhost:8889/6e6712ee-025c-4408-908e-7015f8b83767" 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/6e6712ee-025c-4408-908e-7015f8b83767" - 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/6e6712ee-025c-4408-908e-7015f8b83767" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/6e6712ee-025c-4408-908e-7015f8b83767" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/6e6712ee-025c-4408-908e-7015f8b83767" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/6e6712ee-025c-4408-908e-7015f8b83767" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/6e6712ee-025c-4408-908e-7015f8b83767" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/6e6712ee-025c-4408-908e-7015f8b83767" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/6e6712ee-025c-4408-908e-7015f8b83767" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/6e6712ee-025c-4408-908e-7015f8b83767" 787 | const image = imageBlock.locator( 'role=img' ); 788 | await expect( image ).toBeVisible(); > 789 | await expect( image ).toHaveAttribute( | ^ 790 | 'src', 791 | new RegExp( filename ) 792 | ); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/image.spec.js:789:26
[chromium] › editor/blocks/image.spec.js:797:3 › Image - interactivity › tests using uploaded image › should toggle "lightbox" in saved attributes: test/e2e/specs/editor/blocks/image.spec.js#L789
1) [chromium] › editor/blocks/image.spec.js:797:3 › Image - interactivity › tests using uploaded image › should toggle "lightbox" in saved attributes Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toHaveAttribute(expected) Expected pattern: /50361c99-82fa-41d6-b954-080c014d68ff/ Received string: "blob:http://localhost:8889/3effa0a1-e75f-4f42-9bed-8c22ca6bd80f" 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/3effa0a1-e75f-4f42-9bed-8c22ca6bd80f" - 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/3effa0a1-e75f-4f42-9bed-8c22ca6bd80f" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/3effa0a1-e75f-4f42-9bed-8c22ca6bd80f" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/3effa0a1-e75f-4f42-9bed-8c22ca6bd80f" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/3effa0a1-e75f-4f42-9bed-8c22ca6bd80f" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/3effa0a1-e75f-4f42-9bed-8c22ca6bd80f" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/3effa0a1-e75f-4f42-9bed-8c22ca6bd80f" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/3effa0a1-e75f-4f42-9bed-8c22ca6bd80f" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/3effa0a1-e75f-4f42-9bed-8c22ca6bd80f" 787 | const image = imageBlock.locator( 'role=img' ); 788 | await expect( image ).toBeVisible(); > 789 | await expect( image ).toHaveAttribute( | ^ 790 | 'src', 791 | new RegExp( filename ) 792 | ); at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/blocks/image.spec.js:789:26
🎭 Playwright Run Summary
1 flaky [chromium] › editor/blocks/image.spec.js:797:3 › Image - interactivity › tests using uploaded image › should toggle "lightbox" in saved attributes 180 passed (16.7m)
🎭 Playwright Run Summary
176 passed (14.8m)
🎭 Playwright Run Summary
2 skipped 164 passed (17.4m)
🎭 Playwright Run Summary
149 passed (10.9m)

Artifacts

Produced during runtime
Name Size
failures-artifacts Expired
7.77 MB
flaky-tests-report Expired
22.5 KB