do not use raw url in srcset #11415
Annotations
2 errors, 2 warnings, and 1 notice
packages/sdks-tests/src/e2e-tests/blocks.spec.ts#L129
1) [solid] › blocks.spec.ts:66:5 › Blocks › Image › Image size ───────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveCSS(expected)
Locator: locator('.builder-image').nth(3)
Expected string: "600px"
Received string: "480px"
Call log:
- expect.toHaveCSS with timeout 5000ms
- waiting for locator('.builder-image').nth(3)
- locator resolved to <img loading="lazy" role="presentation" fetchpriority…/>
- unexpected value "480px"
- locator resolved to <img loading="lazy" role="presentation" fetchpriority…/>
- unexpected value "480px"
- locator resolved to <img loading="lazy" role="presentation" fetchpriority…/>
- unexpected value "480px"
- locator resolved to <img loading="lazy" role="presentation" fetchpriority…/>
- unexpected value "480px"
- locator resolved to <img loading="lazy" role="presentation" fetchpriority…/>
- unexpected value "480px"
- locator resolved to <img loading="lazy" role="presentation" fetchpriority…/>
- unexpected value "480px"
- locator resolved to <img loading="lazy" role="presentation" fetchpriority…/>
- unexpected value "480px"
- locator resolved to <img loading="lazy" role="presentation" fetchpriority…/>
- unexpected value "480px"
- locator resolved to <img loading="lazy" role="presentation" fetchpriority…/>
- unexpected value "480px"
127 | const expected = val;
128 | for (const property of Object.keys(expected)) {
> 129 | await expect(image).toHaveCSS(property, expected[property]);
| ^
130 | }
131 | }
132 | });
at /home/runner/work/builder/builder/packages/sdks-tests/src/e2e-tests/blocks.spec.ts:129:31
|
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "angular-playwright-report", "react-playwright-report", "solid-playwright-report", "svelte-playwright-report".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
|
The logs for this run have expired and are no longer available.
Loading