Skip to content

Update caniuse-lite, browserslist and core-js #77908

Update caniuse-lite, browserslist and core-js

Update caniuse-lite, browserslist and core-js #77908

Triggered via pull request July 7, 2023 12:42
Status Success
Total duration 36m 26s
Artifacts 2

end2end-test.yml

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

Annotations

3 errors and 4 notices
[chromium] › editor/blocks/image.spec.js:936:4 › Image - interactivity › tests using uploaded image › should open and close the image in a lightbox when using a mouse and dynamically load src › fade animation: test/e2e/specs/editor/blocks/image.spec.js#L789
1) [chromium] › editor/blocks/image.spec.js:936:4 › Image - interactivity › tests using uploaded image › should open and close the image in a lightbox when using a mouse and dynamically load src › fade animation Error: expect(received).toHaveAttribute(expected) Expected pattern: /d4830b52-3e7e-4527-b61b-d70bb9cae9b1/ Received string: "blob:http://localhost:8889/fcb27e74-a186-467f-96ee-40c62f00af9a" 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/fcb27e74-a186-467f-96ee-40c62f00af9a" - 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/fcb27e74-a186-467f-96ee-40c62f00af9a" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/fcb27e74-a186-467f-96ee-40c62f00af9a" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/fcb27e74-a186-467f-96ee-40c62f00af9a" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/fcb27e74-a186-467f-96ee-40c62f00af9a" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/fcb27e74-a186-467f-96ee-40c62f00af9a" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/fcb27e74-a186-467f-96ee-40c62f00af9a" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/fcb27e74-a186-467f-96ee-40c62f00af9a" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/fcb27e74-a186-467f-96ee-40c62f00af9a" 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: /863c9b8e-c572-433d-9f53-e1133b11ac78/ Received string: "blob:http://localhost:8889/36b154db-33b6-4340-a13e-d0f2cf8d509c" 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/36b154db-33b6-4340-a13e-d0f2cf8d509c" - 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/36b154db-33b6-4340-a13e-d0f2cf8d509c" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/36b154db-33b6-4340-a13e-d0f2cf8d509c" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/36b154db-33b6-4340-a13e-d0f2cf8d509c" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/36b154db-33b6-4340-a13e-d0f2cf8d509c" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/36b154db-33b6-4340-a13e-d0f2cf8d509c" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/36b154db-33b6-4340-a13e-d0f2cf8d509c" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/36b154db-33b6-4340-a13e-d0f2cf8d509c" - locator resolved to <img alt="This image has an empty alt attribute" src=…/> - unexpected value "blob:http://localhost:8889/36b154db-33b6-4340-a13e-d0f2cf8d509c" 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: packages/e2e-test-utils-playwright/src/request-utils/rest.ts#L104
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 Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── SyntaxError: Unexpected token < in JSON at position 0 at ../../../packages/e2e-test-utils-playwright/src/request-utils/rest.ts:104 102 | }, 103 | } ); > 104 | const json: RestResponse = await response.json(); | ^ 105 | 106 | if ( ! response.ok() ) { 107 | throw json; at RequestUtils.rest (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/request-utils/rest.ts:104:30) at RequestUtils.deleteAllPosts (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/request-utils/posts.ts:41:2) at Object.test_1.test.extend.requestUtils.scope (/home/runner/work/gutenberg/gutenberg/packages/e2e-test-utils-playwright/src/test.ts:139:4)
🎭 Playwright Run Summary
2 skipped 164 passed (12.3m)
🎭 Playwright Run Summary
151 passed (14.4m)
🎭 Playwright Run Summary
177 passed (14.9m)
🎭 Playwright Run Summary
2 flaky [chromium] › editor/blocks/image.spec.js:936:4 › Image - interactivity › tests using uploaded image › should open and close the image in a lightbox when using a mouse and dynamically load src › fade animation [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 (17.8m)

Artifacts

Produced during runtime
Name Size
failures-artifacts Expired
10.3 MB
flaky-tests-report Expired
23.9 KB