feat(dashboard): manage saved devices from the settings page #1744
Annotations
3 errors and 1 warning
|
build
Process completed with exit code 1.
|
|
components/PreviewBar.test.tsx > PreviewBar serve picker (#651) > a multi-target repo offers a picker; choosing an app serves that target:
packages/framework-dashboard/components/PreviewBar.test.tsx#L43
TestingLibraryElementError: Unable to find an element with the text: api. This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible.
Ignored nodes: comments, script, style
<body>
<div>
<div
class="inline-flex h-7 items-center overflow-hidden rounded-md border border-border"
>
<button
class="flex h-full items-center px-2 hover:bg-accent hover:text-accent-foreground disabled:pointer-events-none disabled:opacity-50"
id="base-ui-_r_9_"
type="button"
>
<svg
class="lucide lucide-play h-3.5 w-3.5"
fill="none"
height="24"
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
viewBox="0 0 24 24"
width="24"
xmlns="http://www.w3.org/2000/svg"
>
<polygon
points="6 3 20 12 6 21 6 3"
/>
</svg>
</button>
<span
class="h-full w-px bg-border"
/>
<button
aria-expanded="false"
aria-haspopup="menu"
class="data-[popup-open]:bg-[var(--color-accent)] data-[popup-open]:text-[var(--color-accent-foreground)] flex h-full items-center px-1.5 hover:bg-accent hover:text-accent-foreground disabled:pointer-events-none disabled:opacity-50"
id="base-ui-_r_f_"
tabindex="0"
type="button"
>
<svg
class="lucide lucide-chevron-down h-3.5 w-3.5"
fill="none"
height="24"
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
viewBox="0 0 24 24"
width="24"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="m6 9 6 6 6-6"
/>
</svg>
</button>
</div>
</div>
</body>
Ignored nodes: comments, script, style
<body>
<div>
<div
class="inline-flex h-7 items-center overflow-hidden rounded-md border border-border"
>
<button
class="flex h-full items-center px-2 hover:bg-accent hover:text-accent-foreground disabled:pointer-events-none disabled:opacity-50"
id="base-ui-_r_9_"
type="button"
>
<svg
class="lucide lucide-play h-3.5 w-3.5"
fill="none"
height="24"
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
viewBox="0 0 24 24"
width="24"
xmlns="http://www.w3.org/2000/svg"
>
<polygon
points="6 3 20 12 6 21 6 3"
/>
</svg>
</button>
<span
class="h-full w-px bg-border"
/>
<button
aria-expanded="false"
aria-haspopup="menu"
class="data-[popup-open]:bg-[var(--color-accent)] data-[popup-open]:text-[var(--color-accent-foreground)] flex h-full items-center px-1.5 hover:bg-accent hover:text-accent-foreground disabled:pointer-events-none disabled:opacity-50"
id="base-ui-_r_f_"
tabindex="0"
type="button"
>
<svg
class="lucide lucide-chevron-down h-3.5 w-3.5"
fill="none"
height="24"
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
viewBox="0 0 24 24"
width="24"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="m6 9 6 6 6-6"
/>
</svg>
</button>
</div>
</div>
</body>
❯ waitForWrapper ../../node_modules/.pnpm/@testing-library+dom@10.4.1/node_modules/@testing-library/dom/dist/wait-for.js:163:27
❯ ../../node_modules/.pnpm/@testing-library+dom@10.4.1/node_modules/@testing-library/dom/dist/query-helpers.js:86:33
❯ components/PreviewBar.test.tsx:43:34
|
|
build
@gemstack/framework-dashboard#test: command (/home/runner/work/the-framework/the-framework/packages/framework-dashboard) /home/runner/setup-pnpm/node_modules/.bin/pnpm run test exited (1)
|
|
build
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/
|