feat: restore site-wide vault search #4075
javascript.yml
on: pull_request
build
0s
upload-sourcemaps
0s
Annotations
2 errors, 4 warnings, and 1 notice
|
test
Process completed with exit code 1.
|
|
src/lib/search/components/Search.test.ts > Search component > should submit form when user hits enter:
src/lib/search/components/Search.test.ts#L16
TestingLibraryElementError: Unable to find a label with the text of: search-desktop
Ignored nodes: comments, script, style
<body>
<div>
<div
class="search svelte-3dndx9"
data-testid="nav-search"
>
<form
action="/search"
class="desktop-search svelte-3dndx9"
role="search"
>
<input
aria-autocomplete="list"
aria-controls="site-search-suggestions"
aria-expanded="false"
aria-label="Search vaults and DeFi entities"
autocapitalize="none"
autocomplete="off"
class="svelte-3dndx9"
name="q"
placeholder="Search vaults"
role="combobox"
spellcheck="false"
type="search"
/>
</form>
<button
aria-expanded="false"
aria-label="Open search"
class="search-trigger svelte-3dndx9"
type="button"
>
<svg
class="icon search"
fill="none"
height="1em"
style="font-size: var(--icon-size, 1em); color: var(--icon-color, currentcolor);"
viewBox="0 0 24 24"
width="1em"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M16.1272 16.1267L23 23.0004M1.70597 13.3272C2.62522 15.4902 4.36608 17.1995 6.54557 18.079C8.72506 18.9584 11.1647 18.9361 13.3277 18.0168C15.4907 17.0976 17.1999 15.3567 18.0794 13.1772C18.9588 10.9977 18.9365 8.55812 18.0172 6.39511C17.098 4.2321 15.3571 2.52286 13.1776 1.64339C10.9981 0.763927 8.55855 0.786282 6.39554 1.70554C4.23253 2.6248 2.52329 4.36565 1.64382 6.54515C0.764354 8.72464 0.786709 11.1642 1.70597 13.3272Z"
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
/>
</svg>
</button>
</div>
</div>
</body>
❯ Object.getElementError node_modules/.pnpm/@testing-library+dom@10.4.1/node_modules/@testing-library/dom/dist/config.js:37:19
❯ getAllByLabelText node_modules/.pnpm/@testing-library+dom@10.4.1/node_modules/@testing-library/dom/dist/queries/label-text.js:111:38
❯ node_modules/.pnpm/@testing-library+dom@10.4.1/node_modules/@testing-library/dom/dist/query-helpers.js:52:17
❯ node_modules/.pnpm/@testing-library+dom@10.4.1/node_modules/@testing-library/dom/dist/query-helpers.js:95:19
❯ src/lib/search/components/Search.test.ts:16:28
|
|
check-format
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4, actions/upload-artifact@v4, pnpm/action-setup@v4, webfactory/ssh-agent@v0.9.0. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test
No files were found with the provided path: test-results/
tests/integration/**/*-snapshots/. No artifacts will be uploaded.
|
|
test-e2e
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4, webfactory/ssh-agent@v0.9.0. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🎭 Playwright Run Summary
3 skipped
14 passed (27.5s)
|