feat(editor): preview site explorer rows on hover (#273) #193
Annotations
2 errors and 3 warnings
|
Test
Process completed with exit code 1.
|
|
TestingLibraryElementError: Unable to find an element with the text: Untitled. This could be because the text is broken up by multiple elements. In this case:
node_modules/@testing-library/dom/dist/wait-for.js#L163
Ignored nodes: comments, script, style
<section
aria-label="Posts"
>
<div>
<h2>
Posts
</h2>
<span>
1
</span>
<button
aria-label="New post"
class=""
type="button"
>
<svg
fill="currentColor"
height="13"
viewBox="0 0 24 24"
width="13"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M8 18h2v2H8v2H6v-2H4v-2h2v-2h2v2Zm8-14h-2v4h4V6h2v14h-2v2h-6v-6h-2v-2H4V4h2V2h10v2Zm2 2h-2V4h2v2Z"
/>
</svg>
</button>
</div>
<div>
<button
class=""
type="button"
>
<span
aria-hidden="true"
>
<svg
fill="currentColor"
height="14"
viewBox="0 0 24 24"
width="14"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M16 4h-2v4h4V6h2v14h-2v2H6v-2H4V4h2V2h10v2ZM8 18h8v-2H8v2Zm0-4h8v-2H8v2Zm0-4h2V8H8v2Zm10-4h-2V4h2v2Z"
/>
</svg>
</span>
<span>
<span />
<span
aria-hidden="true"
>
Owner Name
</span>
</span>
<span>
draft
</span>
</button>
</div>
</section>
Ignored nodes: comments, script, style
<section
aria-label="Posts"
>
<div>
<h2>
Posts
</h2>
<span>
1
</span>
<button
aria-label="New post"
class=""
type="button"
>
<svg
fill="currentColor"
height="13"
viewBox="0 0 24 24"
width="13"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M8 18h2v2H8v2H6v-2H4v-2h2v-2h2v2Zm8-14h-2v4h4V6h2v14h-2v2h-6v-6h-2v-2H4V4h2V2h10v2Zm2 2h-2V4h2v2Z"
/>
</svg>
</button>
</div>
<div>
<button
class=""
type="button"
>
<span
aria-hidden="true"
>
<svg
fill="currentColor"
height="14"
viewBox="0 0 24 24"
width="14"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M16 4h-2v4h4V6h2v14h-2v2H6v-2H4V4h2V2h10v2ZM8 18h8v-2H8v2Zm0-4h8v-2H8v2Zm0-4h2V8H8v2Zm10-4h-2V4h2v2Z"
/>
</svg>
</span>
<span>
<span />
<span
aria-hidden="true"
>
Owner Name
</span>
</span>
<span>
draft
</span>
</button>
</div>
</section>
at waitForWrapper (/home/runner/work/Instatic/Instatic/node_modules/@testing-library/dom/dist/wait-for.js:163:31)
at /home/runner/work/Instatic/Instatic/src/__tests__/data/contentAdmin.test.tsx:956:13
at processTicksAndRejections (native:7:39)
|
|
Build & Typecheck
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. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Lint
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. 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. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|