Skip to content

Fix: Focus loss on navigation link label editing on Firefox. #77923

Fix: Focus loss on navigation link label editing on Firefox.

Fix: Focus loss on navigation link label editing on Firefox. #77923

Triggered via pull request July 7, 2023 14:33
Status Success
Total duration 34m 34s
Artifacts 2

end2end-test.yml

on: pull_request
Matrix: e2e-playwright
Matrix: e2e-puppeteer
Report to GitHub
3m 17s
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: /a8b232d4-6b8b-49b1-998c-fa88f8603479/ Received string: "blob:http://localhost:8889/e9eb6dd7-fc5b-480b-aac8-2f2aa5c9aaa4" 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/e9eb6dd7-fc5b-480b-aac8-2f2aa5c9aaa4" - 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/e9eb6dd7-fc5b-480b-aac8-2f2aa5c9aaa4" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/e9eb6dd7-fc5b-480b-aac8-2f2aa5c9aaa4" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/e9eb6dd7-fc5b-480b-aac8-2f2aa5c9aaa4" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/e9eb6dd7-fc5b-480b-aac8-2f2aa5c9aaa4" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/e9eb6dd7-fc5b-480b-aac8-2f2aa5c9aaa4" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/e9eb6dd7-fc5b-480b-aac8-2f2aa5c9aaa4" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/e9eb6dd7-fc5b-480b-aac8-2f2aa5c9aaa4" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/e9eb6dd7-fc5b-480b-aac8-2f2aa5c9aaa4" 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:1005:3 › Image - interactivity › tests using uploaded image › lightbox should be overriden when link is configured for image: test/e2e/specs/editor/blocks/image.spec.js#L789
2) [chromium] › editor/blocks/image.spec.js:1005:3 › Image - interactivity › tests using uploaded image › lightbox should be overriden when link is configured for image Error: expect(received).toHaveAttribute(expected) Expected pattern: /94b4112e-9975-48a9-969c-92ccca0930e0/ Received string: "blob:http://localhost:8889/13ae6a65-bd07-4435-83a5-5829221da0c8" 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/13ae6a65-bd07-4435-83a5-5829221da0c8" - 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/13ae6a65-bd07-4435-83a5-5829221da0c8" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/13ae6a65-bd07-4435-83a5-5829221da0c8" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/13ae6a65-bd07-4435-83a5-5829221da0c8" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/13ae6a65-bd07-4435-83a5-5829221da0c8" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/13ae6a65-bd07-4435-83a5-5829221da0c8" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/13ae6a65-bd07-4435-83a5-5829221da0c8" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/13ae6a65-bd07-4435-83a5-5829221da0c8" 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
2 skipped 164 passed (11.6m)
🎭 Playwright Run Summary
151 passed (14.6m)
🎭 Playwright Run Summary
177 passed (17.4m)
🎭 Playwright Run Summary
2 flaky [chromium] › editor/blocks/image.spec.js:797:3 › Image - interactivity › tests using uploaded image › should toggle "lightbox" in saved attributes [chromium] › editor/blocks/image.spec.js:1005:3 › Image - interactivity › tests using uploaded image › lightbox should be overriden when link is configured for image 179 passed (19.4m)

Artifacts

Produced during runtime
Name Size
failures-artifacts Expired
7.05 MB
flaky-tests-report Expired
21.6 KB