Merge pull request #1128 from objectstack-ai/copilot/fix-missing-inte… #1069
changeset-release.yml
on: push
Changeset Release
11m 59s
Annotations
2 errors
|
Changeset Release
Process completed with exit code 1.
|
|
apps/console/src/__tests__/ObjectView.test.tsx > ObjectView Component > renders RecordChatterPanel inside drawer overlay when navigation mode is drawer:
apps/console/src/__tests__/ObjectView.test.tsx#L921
TestingLibraryElementError: Unable to find a label with the text of: Show discussion
Ignored nodes: comments, script, style
<body
data-scroll-locked="1"
style="pointer-events: none;"
>
<span
aria-hidden="true"
data-aria-hidden="true"
data-radix-focus-guard=""
style="opacity: 0; position: fixed; pointer-events: none; outline-color: none; outline-style: none; outline-width: initial;"
tabindex="0"
/>
<div
aria-hidden="true"
data-aria-hidden="true"
>
<div
class="h-full flex flex-col bg-background min-w-0 overflow-hidden"
>
<div
class="flex justify-between items-center py-2.5 sm:py-3 px-3 sm:px-4 border-b shrink-0 bg-background z-10"
>
<div
class="flex items-center gap-2 sm:gap-3 min-w-0 flex-1"
>
<div
class="bg-primary/10 p-1.5 sm:p-2 rounded-md shrink-0"
>
<svg
aria-hidden="true"
class="lucide lucide-table h-4 w-4 text-primary"
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="M12 3v18"
/>
<rect
height="18"
rx="2"
width="18"
x="3"
y="3"
/>
<path
d="M3 9h18"
/>
<path
d="M3 15h18"
/>
</svg>
</div>
<div
class="min-w-0"
>
<h1
class="text-base sm:text-lg font-semibold tracking-tight text-foreground truncate"
>
Opportunity
</h1>
</div>
</div>
<div
class="flex items-center gap-1.5 sm:gap-2 shrink-0"
>
<button
class="shadow-none gap-1.5 sm:gap-2 h-8 sm:h-9"
>
<svg
aria-hidden="true"
class="lucide lucide-plus h-4 w-4"
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="M5 12h14"
/>
<path
d="M12 5v14"
/>
</svg>
<span
class="hidden sm:inline"
>
console.objectView.new
</span>
</button>
<div
data-testid="dropdown-menu"
>
<button
class="shadow-none h-8 sm:h-9 px-2"
title="console.objectView.designTools"
variant="ghost"
>
<svg
aria-hidden="true"
class="lucide lucide-wrench h-4 w-4"
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="M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.106-3.105c.32-.322.863-.22.983.218a6 6 0 0 1-8.259 7.057l-7.91 7.91a1 1 0 0 1-2.999-3l7.91-7.91a6 6 0 0 1 7.057-8.259c.438.12.54.662.219.984z"
/>
</svg>
</button>
<div
data-testid="dropdown-content"
>
<button>
<button
class="shadow-none gap-2 hidden"
title="Toggle Metadata Inspector"
variant="o
|