Merge pull request #463 from objectstack-ai/copilot/complete-developm… #647
changeset-release.yml
on: push
Changeset Release
3m 24s
Annotations
3 errors
|
Changeset Release
Process completed with exit code 1.
|
|
apps/console/src/__tests__/ObjectGalleryIntegration.test.tsx > ObjectGallery & ListView Integration > should receive data from ListView and render items:
apps/console/src/__tests__/ObjectGalleryIntegration.test.tsx#L82
TestingLibraryElementError: Unable to find an element with the text: Tech. 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="flex flex-col h-full bg-background"
>
<div
class="border-b px-4 py-1 flex items-center justify-between gap-2 bg-background"
>
<div
class="flex items-center gap-0.5 overflow-hidden"
>
<button>
<svg
aria-hidden="true"
class="lucide lucide-eye-off h-3.5 w-3.5 mr-1.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="M10.733 5.076a10.744 10.744 0 0 1 11.205 6.575 1 1 0 0 1 0 .696 10.747 10.747 0 0 1-1.444 2.49"
/>
<path
d="M14.084 14.158a3 3 0 0 1-4.242-4.242"
/>
<path
d="M17.479 17.499a10.75 10.75 0 0 1-15.417-5.151 1 1 0 0 1 0-.696 10.75 10.75 0 0 1 4.446-5.143"
/>
<path
d="m2 2 20 20"
/>
</svg>
<span
class="hidden sm:inline"
>
Hide fields
</span>
</button>
<div>
<div>
<button>
<svg
aria-hidden="true"
class="lucide lucide-sliders-horizontal h-3.5 w-3.5 mr-1.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="M10 5H3"
/>
<path
d="M12 19H3"
/>
<path
d="M14 3v4"
/>
<path
d="M16 17v4"
/>
<path
d="M21 12h-9"
/>
<path
d="M21 19h-5"
/>
<path
d="M21 5h-7"
/>
<path
d="M8 10v4"
/>
<path
d="M8 12H3"
/>
</svg>
<span
class="hidden sm:inline"
>
Filter
</span>
</button>
</div>
<div>
<div
class="space-y-4"
>
<div
class="flex items-center justify-between border-b pb-2"
>
<h4
class="font-medium text-sm"
>
Filter Records
</h4>
</div>
<div
class="space-y-3"
>
<div
class="flex items-center justify-between"
>
<div
class="flex items-center gap-2"
>
<span
class="text-sm font-medium"
>
Where
</span>
</div>
</div>
<div
class="space-y-2"
/>
<button
class="inline-flex items-center ju
|
|
apps/console/src/__tests__/BrowserSimulation.test.tsx > Dashboard Integration > Scenario C: Component Registry Check:
apps/console/src/__tests__/BrowserSimulation.test.tsx#L829
AssertionError: expected undefined to be defined
❯ apps/console/src/__tests__/BrowserSimulation.test.tsx:829:32
|